The route name should start with vendor_namespace

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:

The route name should start with vendor_namespace

Post by Mandi »

There are a few warnings about this. To fix this issue, go to ext/pgreca/pgsocial/config and edit the routing.yml file.
Locate line 1 which looks like this:

Code: Select all

forum_page:
Replace with this:

Code: Select all

pgreca_pgsocial_forum_page:
Locate line 5 which looks like this:

Code: Select all

profile_page:
Replace with this:

Code: Select all

pgreca_pgsocial_profile_page:
Locate line 9 which looks like this:

Code: Select all

status_page:
Replace with this:

Code: Select all

pgreca_pgsocial_status_page:
Locate line 13 which looks like this:

Code: Select all

pages_page:
Replace with this:

Code: Select all

pgreca_pgsocial_pages_page:
Post Reply