Jump to content

Featured Replies

Posted

Hello,

 

Trying to upgrade my site to 4.7.14 from 4.3. I'm getting an immediate error 500 upon trying to enter the .../admin/upgrade area.

 

Could contain: Page, Text, File

Set PHP 8.0 and check if that helps.

  • Author

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

 

???

 

  • Community Expert

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?

  • Author

Okay - yes I went back to 8.0.

 

I get this:

 

Could contain: Page, Text, Computer, Electronics, Pc, File

  • Author

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

No - you should not make any changes like that, because your assumption that IPS\ = a directory is very wrong

Edited by Nathan Explosion

Do not touch that! 😛

Try PHP 8.1 maybe?

  • Author

lol

okay okay I understand.

 

switching to PHP 8.1 did the trick.

Recently Browsing 0

  • No registered users viewing this page.