Notifications options page in UCP appears to be broken

General forum information, announcements, news, questions and suggestions.
Locked
brossow
Site Member
Site Member
Posts: 13
Joined: Thu Jan 12, 2017 6:40 pm

Notifications options page in UCP appears to be broken

Post by brossow »

I'm a new user and in trying to configure my options and notifications for the forum, I noticed that I could not access the notification options page in the User Control Panel (UCP > Board preferences > Edit notification options -- ucp.php?i=ucp_notifications&mode=notification_options).

Instead, I get the following PHP error:

Code: Select all

Catchable fatal error: Argument 1 passed to phpbb\notification\type\base::__construct() must implement interface phpbb\db\driver\driver_interface, instance of phpbb\user_loader given, called in /home/lanik/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3324 and defined in /home/lanik/forums/phpbb/notification/type/base.php on line 87

Did a quick search in this forum and didn't find mention of it, so thought I'd note it here in case it wasn't a known issue.
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Thanks for the heads up, it should be resolved now. I had to fix your link since that wasn't the right link I assume. It had an extra character at the end. If that's not the intended result let me know.
"If it ain't broke don't fix it."
brossow
Site Member
Site Member
Posts: 13
Joined: Thu Jan 12, 2017 6:40 pm

Post by brossow »

It's working now. Thanks!
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Nope still broken I'm looking at it though.
"If it ain't broke don't fix it."
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

This is due to the upgrade to PHPBB 3.2: viewtopic.php?f=9&t=35070
"If it ain't broke don't fix it."
Locked