Jump to content

caotic

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

caotic's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • 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.