Troubleshooting
Webscript errors If you receive a wall of constant undefined or similar errors you have error reporting set to high. Go to php.ini in your install directory (of your website not MorgDKP2) and change it to look like this:
error_reporting = E_ALL & ~E_NOTICE ;error_reporting = E_ALL
If you get an error like this "Unknown: 5 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0" change this line:
mysql.trace_mode = Off
Note: these aren't really errors just warning about certain aspects of php.
Comments