Thread subject: muscapaul's PHP-Fusion website :: Error Reports Infusion v3.xx

Posted by HobbyMan on 04-08-2008 19:01
#7

In error_reports.php line 42

Code
$result = dbquery("INSERT INTO ".DB_ERROR_REPORTS." (error_user, error_summary, error_version, error_description, error_response, error_status, error_datestamp) VALUES('".$userdata['user_id']."', '$error_summary', '$error_version', '$error_description', '', '".$locale['err142']."', '".time()."')");




There is no $locale['err142'] in the locale which results in;

Notice: Undefined variable: error_status in /home/xxxxxx/public_html/infusions/error_reports/error_reports.php on line 139


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 147
Edited by HobbyMan on 04-08-2008 19:02