Ch3vr0n
Verified User
- Joined
- Aug 24, 2014
- Messages
- 88
I have this weird issue on one of my VPSs. One of the sites on it runs on joomla (which requires php). When accessing the url i'm greeted with
"setStart($startTime, $startMem)->mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Execute the application. $app->execute();"
which tells me something is wrong with php.
Under "Service monitor" php 7.2 is not running (no big deal since it's outdated anyway) but php-fpm73 IS running. It's just not being executed. I have no idea how long this has been going on as i've only now gotten the notification.
Tried rebooting the VPS, no effect
tried building php 7.2.28, (which turned the service active again), no effect
Ideally (since 7.2 is outdated), i'd like 7.3 as default, active AND running (executed). I find it weird that the service is running, but it's executing php code itself.
"setStart($startTime, $startMem)->mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Execute the application. $app->execute();"
which tells me something is wrong with php.
Under "Service monitor" php 7.2 is not running (no big deal since it's outdated anyway) but php-fpm73 IS running. It's just not being executed. I have no idea how long this has been going on as i've only now gotten the notification.
Tried rebooting the VPS, no effect
tried building php 7.2.28, (which turned the service active again), no effect
Ideally (since 7.2 is outdated), i'd like 7.3 as default, active AND running (executed). I find it weird that the service is running, but it's executing php code itself.