Jump to content

Displaying errors


caotic

Recommended Posts

Hi, i have been using Wampps and lampps bundles (apachefriends xampp) to do my php coding. I decide that i have to stop using presets in order to make serios development. I installed apache, php, mysql and manage to make them work together.
The only problem is that whenever I have an error mysql or php related, the browser only shows up the autside <?php ?> code. I kinda need to know what's going on in order to debug some apps. If anybody can tell me what is the problem
thanks a bunch for any response or atention to this topic


Never mind this post I cheked my backup of my old server and found the php configurations i neded in the php.ini file

I just edit this settings in my former php.ini file
[code]
error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
display_errors = On
display_startup_errors = Off
ignore_repeated_errors = Off
ignore_repeated_source = Off[/code]

thanks anyway
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.