pattycake2
Active member
My goofy host changed the opsys on my site from Centos and php 7.3 to AlmaLinux8 and php 8.2 and now, I cannot access anything on the site. Every php file that is clicked does not run the php file. Instead it downloads a file that contains
Their admins are saying it's an addon that's not compatable with php8 - ok, fine but I can't access the site to disable any add-on to find the problem. I have set the src/config.php
$config['enableListeners'] = false;
$config['enableTemplateModificationCallbacks'] = false;
But that doesn't help.... it still won't exec the pho file, download a file with the
in it.
my phpinfo

I thought maybe nuking or renaming the add-on folder might help ???
Code:
if (version_compare($phpVersion, '7.0.0', '<')) {
die("PHP 7.0.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP."); }
Their admins are saying it's an addon that's not compatable with php8 - ok, fine but I can't access the site to disable any add-on to find the problem. I have set the src/config.php
$config['enableListeners'] = false;
$config['enableTemplateModificationCallbacks'] = false;
But that doesn't help.... it still won't exec the pho file, download a file with the
Code:
die("PHP 7.0.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP."); }
my phpinfo

I thought maybe nuking or renaming the add-on folder might help ???
Last edited: