[Observium] Still cannot log onto the web console

2023-01-27 Thread Matthew Cotter via observium
Hi Adam, A long time ago, I sent an email saying I could not log onto the Observium website. It appears to be still working when I look at the log file which is HUGE, 1781351488 in size. I was looking at the housekeeping option but when I was poking around in the terminal, I see there is

[Observium] Re: PHP Fatal after upgrade to 22.04 (php 8.1)

2023-01-27 Thread Robert Williams via observium
How odd… I poked it a bit, the behaviour is interesting (added line numbers): 1 $mib = 'FOUNDRY-SN-SWITCH-GROUP-MIB'; 2 $config['mibs'][$mib]['enable'] = 1; 3 $config['mibs'][$mib]['identity_num'] = '.1.3.6.1.4.1.1991.1.1.3'; 4 $config['mibs'][$mib]['mib_dir'] = 'brocade'; 5

[Observium] Re: bind application cache graphics problem

2023-01-27 Thread Rodrigo Gallina via observium
Searching I found that the OS has been updated. I did the Observium update as well and everything is fine now. Thanks. Em ter., 24 de jan. de 2023 às 14:00, Adam Armstrong via observium escreveu: > > What changed at 2022-12-07 12:00:00? > > adam. > > Rodrigo Gallina via observium wrote: > > > I

[Observium] Re: PHP Fatal after upgrade to 22.04 (php 8.1)

2023-01-27 Thread Adam Armstrong via observium
this is line 105 in that file: It's not at all obvious what it's complaining about. Just a few lines before we do an almost identical thing: and countless times before that! My dev install is also the same PHP 8.1 package : root@dev:/opt/observium# php --version PHP 8.1.2-1ubuntu2.10

[Observium] Re: PHP Fatal after upgrade to 22.04 (php 8.1)

2023-01-27 Thread Robert Williams via observium
Hi! Currently showing these: # svn status M . ? config.php D C includes/definitions/os/tripplite.inc.php > local file unversioned, incoming file add upon update A + C includes/polling/os/cs121.inc.php > local file edit, incoming file delete or move upon update ?

[Observium] Re: PHP Fatal after upgrade to 22.04 (php 8.1)

2023-01-27 Thread Adam Armstrong via observium
How odd. I’ve not seen this before, you’d expect other PHP8 installs to hit it!Do you have any local modifications?(svn status)Adam.Sent from my iPhoneOn 27 Jan 2023, at 11:36, Robert Williams via observium wrote: Hi,   Subscription edition, have just completed an upgrade of underlying

[Observium] PHP Fatal after upgrade to 22.04 (php 8.1)

2023-01-27 Thread Robert Williams via observium
Hi, Subscription edition, have just completed an upgrade of underlying Ubuntu to 22.04 from 18.04. Added all packages back to correct versions as per docs: apt install libapache2-mod-php8.1 php8.1-cli php8.1-mysql php8.1-gd php8.1-bcmath php8.1-mbstring \ php8.1-opcache php8.1-curl php-apcu