Jump to content

[SOLVED] no error message .... why?


dmccabe

Recommended Posts

I am using Wamp (apache) on my web server and if there was an error on a page where I missed semi colon or something I used to get the "error on line blah" messages.

 

For some reason I don't get any errors any more and if something is wrong all I get is a blank page.

 

Have I disabled something? if so what and and how do I turn it back on?

Link to comment
Share on other sites

I have this enabled in my php.ini:

 

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

display_errors = On

 

Yet all I get is a white page when there is an error.

 

If copy the same page to my localhost and run it there, then I get the usual php error messages.

 

Any ideas?

Link to comment
Share on other sites

You might want to check which PHP ini is actually being used. If you run this:

 

<?php
phpinfo();
?>

 

And check that you are editing the same one as is given under 'Loaded Configuration File'. Also, make sure you restart apache after making the changes.

 

You might also want to check that PHP is being parsed. Make sure that if you view the source, you don't just get the PHP code.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.