XF 2.3 Oops! We ran into some problems. Please try again later. More error details may be in the browser console.

JulesR

Member
Hello everyone,

I've just updated to XenForo 2.3.2 and encountered an issue. From what I've researched, it seems to be a server-related problem.

I'm running Almalinux 8.9 with cPanel and WHM installed, and I'm using PHP 8.3.

The error only occurs when I try to log in. I can access other content just fine. Below is the error message I receive:

"This page isn’t working. The website is currently unable to handle this request. HTTP ERROR 500."

I'm not very experienced in this area, so I would greatly appreciate any help or advice from the community.
 
Check the server error log to see what's triggering the error.

Enable debug mode in config.php - it may provide more details on the page when the error occurs.
PHP:
$config['debug'] = true;

Disable all add-ons in config.php and see if that allows you to log in.
PHP:
$config['enableListeners'] = false;
 
Check the server error log to see what's triggering the error.

Enable debug mode in config.php - it may provide more details on the page when the error occurs.
PHP:
$config['debug'] = true;

Disable all add-ons in config.php and see if that allows you to log in.
PHP:
$config['enableListeners'] = false;


Code:
Fatal error: Declaration of ThemeHouse\ConnectedAccountProviders\XF\Pub\Controller\Login::actionLogin() must be compatible with XF\Pub\Controller\LoginController::actionLogin(XF\Mvc\ParameterBag $params) in /home/almalinux/public_html/forum/src/addons/ThemeHouse/ConnectedAccountProviders/XF/Pub/Controller/Login.php on line 62

Thank you very much. Handling this has given me a 200% increase in experience. I have uninstalled the ThemeHouse add-on and everything is fine.
 
Capture.webp

I'm still experiencing this error despite having uninstalled arrowchat. I cannot log in.

I don't know exactly which add-on the error is coming from.

I kindly seek advice from the expert community.
 
Code:
Template Compilation Error
public:forum_new_posts - Call to undefined method XF\Entity\User::getAdvancedFormsSubmitCount() in /home/almalinux/public_html/src/addons/Snog/Forms/Widget/Forms.php:28


Template errors
Template :: [E_USER_WARNING] Method canViewNews is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewHoliday is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewResources is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewCalendars is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Method canViewAnyScheduledContent is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:andrew_moderatorpanel_macros: [E_USER_WARNING] Method canViewModeratorPanel is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:lau_staff_bar: [E_USER_WARNING] Method canUseLau is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Accessed unknown getter 'cxf_ian' on XF:UserOption[2] (src/XF/Mvc/Entity/Entity.php:224)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Accessed unknown getter 'ozzmodz_notif_tweak' on XF:User[2] (src/XF/Mvc/Entity/Entity.php:224)
 
Last edited:
To my understanding Forms is not yet 2.3 compatible so you need to uninstall that.

Little late for that but you should have checked all your add-ons are 2.3 compatible before upgrading...
 
Code:
Template Compilation Error
public:forum_new_posts - Call to undefined method XF\Entity\User::getAdvancedFormsSubmitCount() in /home/almalinux/public_html/src/addons/Snog/Forms/Widget/Forms.php:28


Template errors
Template :: [E_USER_WARNING] Method canViewNews is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewHoliday is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewResources is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template :: [E_USER_WARNING] Method canViewCalendars is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Method canViewAnyScheduledContent is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:andrew_moderatorpanel_macros: [E_USER_WARNING] Method canViewModeratorPanel is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:lau_staff_bar: [E_USER_WARNING] Method canUseLau is not callable on the given object (XF\Entity\User) (src/XF/Template/Templater.php:1278)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Accessed unknown getter 'cxf_ian' on XF:UserOption[2] (src/XF/Mvc/Entity/Entity.php:224)
Template public:PAGE_CONTAINER: [E_USER_WARNING] Accessed unknown getter 'ozzmodz_notif_tweak' on XF:User[2] (src/XF/Mvc/Entity/Entity.php:224)
Solved?
 
Back
Top Bottom