The route name should start with vendor_namespace
Posted: August 19th, 2023, 9:54 pm
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:
Replace with this:
Locate line 5 which looks like this:
Replace with this:
Locate line 9 which looks like this:
Replace with this:
Locate line 13 which looks like this:
Replace with this:
Locate line 1 which looks like this:
Code: Select all
forum_page:Code: Select all
pgreca_pgsocial_forum_page:Code: Select all
profile_page:Code: Select all
pgreca_pgsocial_profile_page:Code: Select all
status_page:Code: Select all
pgreca_pgsocial_status_page:Code: Select all
pages_page:Code: Select all
pgreca_pgsocial_pages_page: