Open GoogleCodeExporter opened 9 years ago
I reproduced the steps, but it works fine. MAMP, OS X Lion, php 5.3.14
Original comment by patri...@gmail.com
on 5 Jan 2013 at 11:37
It works fine on all my Linux boxes.
But in OSX w/MAMP, I get this error:
PHP Fatal error: Uncaught exception 'Yaf_Exception_StartupError' with message 'Expected a directory entry in application configures' in /Users/myname/Sites/newsite/index.php:33
Stack trace:
#0 /Users/myname/Sites/newsite/index.php(33):
Yaf_Application->__construct('/Users/myname/Sit...')
#1 {main}
The line that gives me the error is: $app = new
Yaf_Application(APPLICATION_PATH . '/conf/application.ini');
When I error_log(APPLICATION_PATH . '/conf/application.ini');
I get the correct path... I can even copy and paste it into cat and it is
perfect.
Very strange!
Original comment by r...@undeadindustries.com
on 7 Jan 2013 at 7:57
Original issue reported on code.google.com by
r...@undeadindustries.com
on 26 Mar 2012 at 7:07