I post my error report here:

Fatal error: Cannot redeclare _phperrorhandler() (previously declared
in /usr/local/www/jplib/jpgraph.php:494) in
/usr/local/www/jplib/jpgraph.php on line 499

the code segment is here:

function _phpErrorHandler($errno,$errmsg,$filename, $linenum, $vars) {
                       //line 494
    // Respect current error level
    if( $errno & error_reporting() ) {
        JpGraphError::RaiseL(25003,basename($filename),$linenum,$errmsg);
    }
}                                                      //line 499

if( INSTALL_PHP_ERR_HANDLER ) {
    set_error_handler("_phpErrorHandler");
}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to