Ticket #293 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

debug.php needs removed

Reported by: dmorton Owned by: rjl
Priority: normal Milestone: 1.0.1
Component: PHP scripts Version: 1.0.0
Severity: normal Keywords:
Cc:

Description

PHP Fatal error: Cannot redeclare usererrorhandler() (previously declared in /opt/httpd/htdocs/mail/debug.php:90) in /opt/httpd/htdocs/mail/error.php on line 160

Change History

Changed 3 years ago by dmorton

  • status changed from new to closed
  • resolution set to fixed

removed in [993] ... to follow changes made in [654]

if you have code like this in your config.php, remove it:

require_once ("constants.php"); 
	 	         
	 	        $debug = true; 
	 	        if ($debug == true) { 
	 	                require_once ("debug.php"); 
	 	        } 
Note: See TracTickets for help on using tickets.