Page 1 of 1

The route name should start with vendor_namespace

Posted: August 19th, 2023, 9:54 pm
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: