Log message #3941681

# At Username Text
# Oct 3rd 2016, 12:35 WebDevB New webserver
# Oct 3rd 2016, 12:35 hmic 2. check the .htaccess in both dirs (root and webroot). are they changed from whats supplied with your newly downloaded cake-1.3.21 files?
# Oct 3rd 2016, 12:34 hmic is it the same on old/new webserver?
# Oct 3rd 2016, 12:34 hmic 1. check the docroot of the old and new server setup. does it point to the webroot dir or the dir rootdir? (the one with app/webroot/cake below it)
# Oct 3rd 2016, 12:33 hmic but the webserver config, as i said earlier.
# Oct 3rd 2016, 12:33 hmic so cake is not to blame
# Oct 3rd 2016, 12:33 hmic ok
# Oct 3rd 2016, 12:33 WebDevB No nothing.
# Oct 3rd 2016, 12:32 hmic did you see any (debug) message in the browser?
# Oct 3rd 2016, 12:30 WebDevB and tried to login but the debug.log hasn't been updated since 09:44 this morning.
# Oct 3rd 2016, 12:30 WebDevB hmic: i've set this within core.php Configure::write('debug', 2);
# Oct 3rd 2016, 12:27 WebDevB hmic: i've enabled debug, I'll take a look at the logs.
# Oct 3rd 2016, 12:26 Neon1024 Right?
# Oct 3rd 2016, 12:26 Neon1024 App::uses('CakeTestCase', 'TestSuite');
# Oct 3rd 2016, 12:25 Neon1024 PHP Fatal error: Class 'CakeTestCase' not found in /Users/david/Sites/Hydra/Test/Case/View/Helper/AttributesHelperTest.php on line 14
# Oct 3rd 2016, 12:22 hmic lets enable debug and check the logs
# Oct 3rd 2016, 12:22 hmic i did not suspect that to fix this exact problem actually...
# Oct 3rd 2016, 12:17 WebDevB Let me try the rest.
# Oct 3rd 2016, 12:17 WebDevB hmic: upgraded, still the same.
# Oct 3rd 2016, 12:13 hmic if you are lucky, yes.
# Oct 3rd 2016, 12:12 WebDevB hmic: got it, ok so just replace cake
# Oct 3rd 2016, 12:12 hmic hint: its on github of course!
# Oct 3rd 2016, 12:11 hmic i should have this be your issue actually :p
# Oct 3rd 2016, 12:11 hmic WebDevB, its EOL *and* EOS.
# Oct 3rd 2016, 12:10 WebDevB hmic: any idea where I can download it from?
# Oct 3rd 2016, 12:09 WebDevB hmic: ok, let's give it ago.
# Oct 3rd 2016, 12:06 hmic it usually is a drop-in replacement.
# Oct 3rd 2016, 12:06 hmic WebDevB, its easy to revert and its not working as of now. so whats the point of the question?
# Oct 3rd 2016, 12:05 hmic after that, go on with what's been said and report further ;-)
# Oct 3rd 2016, 12:05 WebDevB hmic: will this break anything?
# Oct 3rd 2016, 12:05 hmic in any case: yes! 1.3.21 actually
# Oct 3rd 2016, 12:04 WebDevB hmic so you guys think upgrade to 1.3.20
# Oct 3rd 2016, 12:04 Neon1024 Anyone have a Cake 2 test boostrap file to hand?
# Oct 3rd 2016, 12:03 hmic just checked: i do have 1.3.17 on that old server too - this does not work with 5.6!
# Oct 3rd 2016, 12:02 hmic for me it does. and i needed to upgrade to be able to use 5.6. do not know from which version though. but its a save point for me to start from, rather than 1.3.19 :p
# Oct 3rd 2016, 12:02 dakota Last time I used 1.3 was back when php 5.3 was the newest kid on the block :slightly_smiling_face:
# Oct 3rd 2016, 12:01 dakota Ok, then 1.3.20 works on 5.6 :slightly_smiling_face:
# Oct 3rd 2016, 12:01 hmic i'm using 1.3.20 on 5.6.24
# Oct 3rd 2016, 12:01 dakota It might only be 5.5 compatible
# Oct 3rd 2016, 12:01 hmic i had trouble, but its rather a mysql-5.6 marioadb api thing, than a 5.5 one, yes.
# Oct 3rd 2016, 12:01 maikh is it possible to save belongsToMany Associations only if they have new values? ```$this->hasMany('Rooms', [ 'cascadeCallbacks' => true, 'saveStrategy' => 'replace', ]);```