Log message #4018646

# At Username Text
# Apr 20th 2017, 20:19 technofection no, I don't see, I just see a 404 error.. Definitely your htaccess is not working..
# Apr 20th 2017, 20:18 Erik180486 I already did, you can't see it?
# Apr 20th 2017, 20:18 technofection Try putting that echo "something"; exit; in your webroot/index.php file and let me see the URL again
# Apr 20th 2017, 20:17 technofection I opened the URL, Seems to be .htaccess
# Apr 20th 2017, 20:17 Erik180486 nothing seems to be working, not that far on my project yet :)
# Apr 20th 2017, 20:16 Erik180486 http://dev.smartmommy.nl/smartmommy/
# Apr 20th 2017, 20:16 technofection Is Admin URL not working only, or even the base URLs are not working?
# Apr 20th 2017, 20:15 Erik180486 in php, sorry
# Apr 20th 2017, 20:15 Erik180486 http://paste.opensuse.org/2088793
# Apr 20th 2017, 20:14 Erik180486 http://paste.opensuse.org/23770053
# Apr 20th 2017, 20:14 technofection Copy your routing configuration here
# Apr 20th 2017, 20:13 technofection Okay, so htaccess is working fine.. Then must be the routing..
# Apr 20th 2017, 20:13 Erik180486 on top
# Apr 20th 2017, 20:13 Erik180486 I see exit
# Apr 20th 2017, 20:12 Erik180486 placed it right after <?php
# Apr 20th 2017, 20:12 technofection echo "something"; exit;
# Apr 20th 2017, 20:12 Erik180486 blank screen
# Apr 20th 2017, 20:12 Erik180486 just echo exit;?
# Apr 20th 2017, 20:12 technofection Yeah right, config/routes.php file
# Apr 20th 2017, 20:11 technofection Just for testing, put a echo exit; at the top of webroot/index.php file and see if code can reach to that point..
# Apr 20th 2017, 20:11 Erik180486 routes.php right?
# Apr 20th 2017, 20:11 Erik180486 but was working just fine
# Apr 20th 2017, 20:11 Erik180486 created the admin prefix
# Apr 20th 2017, 20:10 technofection hi @erik180486 , did you do any recent changes to ROUTING?
# Apr 20th 2017, 20:08 Erik180486 anyone knows what I might have messed up? did not touch .htaccess or something
# Apr 20th 2017, 20:08 Erik180486 my app was working and suddenly I'm getting the URL rewriting is not properly configured on your server. message again
# Apr 20th 2017, 20:07 Erik180486 hello
# Apr 20th 2017, 20:06 technofection I have association like StudeContacts -> Contact -> Person -> PersonPhoneNumbers StudentContacts belongsTo Contact Contact belongsTo Persons Persons hasMany PersonPhoneNumbers Is there any way I can save it one transaction? Document says save can handle upto 1 level of association.
# Apr 20th 2017, 20:04 technofection Good Day Guys.. I have a question regarding associated model save
# Apr 20th 2017, 19:07 teste2 e ae
# Apr 20th 2017, 18:48 dereuromark maybe they do the cake way instead
# Apr 20th 2017, 18:48 dereuromark so no, not really^^
# Apr 20th 2017, 18:47 dereuromark whats django? :slightly_smiling_face:
# Apr 20th 2017, 18:43 diverdude Is cakephp inspired by django?
# Apr 20th 2017, 18:25 Erik180486 pdo_sqlite is installed my hosting told me
# Apr 20th 2017, 18:25 Erik180486 What to do?
# Apr 20th 2017, 18:25 Erik180486 2017-04-20 17:56:13 Warning: DebugKit not enabled. You need to either install pdo_sqlite, or define the "debug_kit" connection name.
# Apr 20th 2017, 18:09 Erik180486 one table is working, the other is not
# Apr 20th 2017, 17:51 Erik180486 me to, but now it's telling me: The article could not be saved. Please, try again.
# Apr 20th 2017, 17:37 halftroll I already figured out, I had to do $this->MyModel->clear() to iterate and save
# Apr 20th 2017, 17:34 Junior` In the end i have submitted an issue for the footprint plugin. Blocks of code available at: https://github.com/UseMuffin/Footprint/issues/46 . If anyone has any idea, please share it with me!