Page 1 of 1

(solved) Event name does not match '@event' tag for event 'pgreca.pgsocial.core.index_modify_page_title'

Posted: August 19th, 2023, 11:09 pm
by Mandi
This fatal error was reported:
Fatal error: Event name does not match '@event' tag for event 'pgreca.pgsocial.core.index_modify_page_title' in file '/controller/forum.php:297'

To fix this, go to ext/pgreca/pgsocial/controller and edit the file forum.php
Locate line 293 which looks like this:

Code: Select all

* @event core.index_modify_page_title
Replace with this:

Code: Select all

* @event pgreca.pgsocial.core.index_modify_page_title