Re: Weird stuff

2006-12-31 Thread byBartus
Hi, I'm getting the same related error here, with EasyPHP. This is what i get on error report: AppName: apache.exe AppVer:1.3.33 ModName: php4ts.dll --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake P

Re: Weird stuff

2006-12-30 Thread gwoo
APC: http://pecl.php.net/package/APC --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [E

Re: Weird stuff

2006-12-30 Thread MrTufty
I tried EasyPHP, and also XAMPP. Vertrigo is my favourite, because although some files get installed in the webroot, they're optional and can be safely deleted. I noticed that most of the other environments install phpMyAdmin into the webroot, or create an admin/ folder in there to hold their ow

Re: Weird stuff

2006-12-30 Thread gwoo
Knowledge of the problem is 3/4 of the answer. Vertigo seems like a nice environment. Have you tried any of the others? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send

Re: Weird stuff

2006-12-30 Thread MrTufty
Hi gwoo, guess your response came in here before my other ones did. Adding the trailing slash makes no difference, still crashes in the same way. It looks like it's entirely Zend's fault in this case... they are meant to be working on an updated version of the Optimizer which fixes it, but no re

Re: Weird stuff

2006-12-30 Thread gwoo
try adding the trailing slash, like http://localhost/cake/ Maybe the system logs will have something? The "blank screen of death" happens when index.php cannot locate the cake core. But usually, this is logged to the the apache error.log and should not cause this type crash. --~--~-~--

Re: Weird stuff

2006-12-30 Thread MrTufty
This may help answer some of the questions - a lot of people have seen this issue on the Zend forums. http://www.zend.com/forums/index.php?t=msg&th=2529&start=0&S=794daedd3f5ff2312185b52703a0f86a At least now I know it's not just me going crazy, and that it's not just Cake that is affected (my

Re: Weird stuff

2006-12-30 Thread MrTufty
And it has. Thanks everyone for trying to help. I wish I'd thought of checking the Windows Error Log sooner instead of looking in Apache's own log files... would have figured this out before I'd even posted :) It still doesn't make any sense why there would be an incompatibility between Zend Op

Re: Weird stuff

2006-12-30 Thread MrTufty
Ah... I've just checked in the Windows Error Log under MMC, it's highlighting an error with the Zend Optimizer DLL that's included. Will try and disable that, see if that solves the problem... --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Weird stuff

2006-12-30 Thread MrTufty
gwoo - this is the error that I get: http://www.alltheusualsuspects.co.uk/users/orry/cake-vertrigo-error.png I think Apache, or possibly a PHP module, is wiping it out even before Apache can write to the error log. I get this error consistently with both of the 1.2 versions I've tried so far,

Re: Weird stuff

2006-12-30 Thread gwoo
What gives you the impression that Apache is bombing. If it were it would most defnitely report something in the error log. Usually some sort of seg fault is logged. Is it the blank screen of death? --~--~-~--~~~---~--~~ You received this message because you are

Re: Weird stuff

2006-12-30 Thread MrTufty
Best information I can provide is that I'm running on a default installation of VertrigoServ 2.14 (http://vertrigo.sf.net), using the below versions of the components: Apache 2.0.59 PHP 5.2.0 MySQL 5.0.27 SQLite 3.3.8 PhpMyAdmin 2.9.1.1 ZendOptimizer 3.2.0 SQLiteManager 1.2.0 Cake itself is ins

Re: Weird stuff

2006-12-29 Thread gwoo
oh, i did not see the other message, sorry. Can you provide any more information on your setup? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@google

Re: Weird stuff

2006-12-29 Thread gwoo
What does the Apache error.log say? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EM

Re: Weird stuff

2006-12-29 Thread MrTufty
And the latest SVN 4230 also crashes in the same way... just tested now. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com

Re: Weird stuff

2006-12-29 Thread MrTufty
DJ Spark contacted me off-list, advising me to check the Apache error logs - unfortunately in this case, it didn't help at all. When Apache is crashing here, it's crashing badly enough so that nothing is written to the log file. I'm now testing 4205 and 4206 side-by-side, in different folders. 4