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

For documentation of changes to the PGSocial Network extension
Post Reply
User avatar
Mandi
Site Admin
Site Admin
Posts: 47
Joined: July 31st, 2023, 8:37 pm
Location: Somewhere, Canada
Contact:

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

Post 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
Post Reply