Hi.

i have  bacula 9.4.2  and baculum 9.4.3  on Centos 7 amd64.

The Baculum problem  when Actions menu on Jobs

Baculum Menu....... Jobs.    Colum Actions   "Details"

the rest without problem

Log:

Prado\Exceptions\TPhpFatalErrorException
Description
[Compile Error] Can't use method return value in write context (@line 1 in
file
/usr/share/baculum/htdocs/framework/pradosoft/prado/framework/TComponent.php(1229)
: eval()'d code).

Source File
/usr/share/baculum/htdocs/framework/pradosoft/prado/framework/PradoBase.php
(193)

0182:      * PHP shutdown function used to catch fatal errors.
0183:      * This method should be registered as PHP error handler using
0184:      * {@link register_shutdown_function}. The method throws an
exception that
0185:      * contains the error information.
0186:      */
0187:     public static function phpFatalErrorHandler()
0188:     {
0189:         $error = error_get_last();
0190:         if ($error &&
0191:             TPhpErrorException::isFatalError($error) &&
0192:             error_reporting() & $error['type']) {
0193:             self::exceptionHandler(new
TPhpFatalErrorException($error['type'], $error['message'], $error['file'],
$error['line']));
0194:         }
0195:     }
0196:
0197:     /**
0198:      * Default exception handler.
0199:      * This method should be registered as default exception handler
using
0200:      * {@link set_exception_handler}. The method tries to use the
errorhandler
0201:      * module of the Prado application to handle the exception.
0202:      * If the application or the module does not exist, it simply
echoes the
0203:      * exception.
0204:      * @param Exception $exception exception that is not caught
0205:      */

Stack Trace
#0 [internal function]: Prado\PradoBase::phpFatalErrorHandler()
#1 {main}

-- 
#############################
#   Sistema Operativo: Debian      #
#        Caracas, Venezuela          #
#############################
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to