Jump to content

http 500 error - forum is down


RyPingu
Go to solution Solved by Marc,

Recommended Posts

In the first instance, you need to find out the cause. It is extremely likely if you have just moved to PHP 8 ,you are either missing a requirement, or you have 3rd party items which are not yet compatible with that version of PHP

Ensure first of all you have tested with the requirement checker if you have changed PHP version

https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/

Link to comment
Share on other sites

Stack trace:
#0 /home/wirralvikings/public_html/init.php(1597): IPS\IPS::init()
#1 /home/wirralvikings/public_html/index.php(12): require_once('/home/wirralvik...')
#2 {main}
  thrown in /home/wirralvikings/public_html/init.php on line 558

 

557         /* Set default MB internal encoding */
558       mb_internal_encoding('UTF-8');


 

Edited by RyPingu
Link to comment
Share on other sites

  • Solution

We need the error message itself, rather than just the stack trace. I suspect you are missing the mbstring PHP extension. As mentioned, you need to ensure you have used the requirement checker

Edit: I see you have uploaded that now. Indeed you are missing the mbstring php extension, which is a requirement

Link to comment
Share on other sites

I don't know if this is anything related, so I thought I would throw it out there. But recently I started getting an http 500 errors here and there. I have never had them before, so I started to back track what I have changed recently. I ended up enabling opcache the other day and when I un-enabled it I haven't had an error since. Your case may vary.

Link to comment
Share on other sites

1 minute ago, nodle said:

I don't know if this is anything related, so I thought I would throw it out there. But recently I started getting an http 500 errors here and there. I have never had them before, so I started to back track what I have changed recently. I ended up enabling opcache the other day and when I un-enabled it I haven't had an error since. Your case may vary.

Unrelated in this case, as this was PHP8 not having the minimum required extensions. However thank you for sharing the information as it may be helpful to others

Link to comment
Share on other sites

  • Recently Browsing   0 members

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