caotic Posted April 5, 2006 Share Posted April 5, 2006 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 topicNever 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_STRICTdisplay_errors = Ondisplay_startup_errors = Offignore_repeated_errors = Offignore_repeated_source = Off[/code]thanks anyway Link to comment https://forums.phpfreaks.com/topic/6638-displaying-errors/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.