Jump to content

Recommended Posts

Posted

Hello,

 

Thank you for your replies.

 

PHP is currently set to 8.2

I tried running the ips4.php file and still get an error.

I don't know if it matters, but all my .htaccess file contains is:

 

RewriteEngine on

 

???

 

Posted

PHP 8.2 is not supported yet. You will need to downgrade to PHP 8.0 or 8.1. What is the error you get when running ips4.php compatibility checker?

Posted (edited)

Okay, perhaps this is related to the fact that the engine root is under 'public_html'.

The index file is is trying to run \Dispatcher\Front from an empty directory

 

\IPS\Dispatcher\Front::i()->run();

 

Should I just point it to \System\Dispatcher\Front::i()->run();

?

Edited by Nelion Audio
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...