Re: [Bacula-users] Baculum Startup Error

2020-12-02 Thread Chris Wilkinson
I happened to have a spare virtual host (localip:port) on my Apache2 so added a file containing phpinfo() at the root which displays a long page of configuration data. $ cat /var/www/html/info.php Browser => localip:port/info.php My Apache2 setup has cgi, php7.3 modules enabled among many o

Re: [Bacula-users] Baculum Startup Error

2020-12-01 Thread Marcin Haba
Hello Chris, For the question about which PHP version will use Baculum if you have multiple PHP versions, you need to check in web server configuration how your web server uses PHP. It can be different in different operating systems and different settings. Once you know if it uses PHP as a module

Re: [Bacula-users] Baculum Startup Error

2020-12-01 Thread Chris Wilkinson
Thanks very much for that link Martin, it is the pointer I needed. The mysqli and mysql extensions were not commented out (ie enabled) in /etc/php/7.3/apache2/php.ini. These have been changed to be commented out as the respondent suggested and the issue seems to be resolved. I did not find it n

Re: [Bacula-users] Baculum Startup Error

2020-12-01 Thread Martin Simmons
The error seems to be: /usr/lib/php/20180731/pdo_mysql.so: undefined symbol: mysqlnd_allocator so maybe look at: https://stackoverflow.com/questions/38055444/php-7-0-and-mysql-start-up-error-undefined-symbol-mysqlnd-allocator-in-unknown __Martin > On Tue, 1 Dec 2020 09:03:19 +, Chris

[Bacula-users] Baculum Startup Error

2020-12-01 Thread Chris Wilkinson
Hello All For some time now I have been getting this error when Baculum (v9.6.6/Debian10) starts up. The error clears if the error box is closed and a menu item is clicked. This may have to be repeated two or three times to stick. Once running, all seems to function correctly. I have checked t