Solved How to upgrade PhP for Surfer?
-
I'm unable to install a PhP package for which the min. required PhP level is 8.0.2.
The surfer apps seems to be on PhP v7.4.3
How do i upgrade it?
-
Surfer is a nodejs application and does not run the php interpreter for php files when they are served up. For this you have to use the LAMP app.
-
@nebulon Thanks for that info!
-