simpli Posted May 25, 2009 Share Posted May 25, 2009 Hi, I just tried to build my first project using the zend framework. It didnt work. That was expected. All I get is a blank page.I am sure there are some php mistakes on my scripts but I have no idea where to look the find the error logs. I have the following in my application.ini phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 .... other stuff Anyone can help? JR can anyone help me? I am Quote Link to comment https://forums.phpfreaks.com/topic/159523-zend-framework-and-error-logs/ Share on other sites More sharing options...
bonaparte Posted August 2, 2009 Share Posted August 2, 2009 Are you able to get a sample PHP script to work on the same server? Quote Link to comment https://forums.phpfreaks.com/topic/159523-zend-framework-and-error-logs/#findComment-888726 Share on other sites More sharing options...
gizmola Posted August 2, 2009 Share Posted August 2, 2009 the errors probably are going into the apache error logs for that server. If it's a linux server, you might check /var/log/httpd/... Quote Link to comment https://forums.phpfreaks.com/topic/159523-zend-framework-and-error-logs/#findComment-888734 Share on other sites More sharing options...
aschk Posted August 5, 2009 Share Posted August 5, 2009 Do you have your .htaccess (rewrite) rules setup correctly? As gizmola suggested check your apache error logs (or those specific to your vhost setup). Did you use the zf.bat (zf.sh / zf.php) to set up your project/controllers? Quote Link to comment https://forums.phpfreaks.com/topic/159523-zend-framework-and-error-logs/#findComment-891154 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.