ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,726
- Points
- 823
Reputation:
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
Code:
Their admins are saying it's an addon that's not compatable with php8 -...
Read more
Continue reading...
Code:
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 -...
Read more
Continue reading...