Re: [Bacula-users] I get Prado\Exceptions\TPhpErrorException in baculum interface

2021-07-12 Thread Yakup Kaya
From: Marcin Haba Sent: Monday, July 12, 2021 12:38 PM To: Yakup Kaya Cc: bacula-users@lists.sourceforge.net; Emre Tayfur Subject: Re: [Bacula-users] I get Prado\Exceptions\TPhpErrorException in baculum interface Hello Yakup Something happened with the session file that its

Re: [Bacula-users] I get Prado\Exceptions\TPhpErrorException in baculum interface

2021-07-12 Thread Marcin Haba
Hello Yakup Something happened with the session file that its content is unserializeable. Information about this error should be available in the web server log. Please move somewhere this file: /usr/share/baculum/htdocs/protected/Web/Config/session.dump and it should start working back. Best