Changed page location and can't change it back
Permalink
I changed the location of the profile pages on my site and now I can't change them back.
On the page settings of the profile pages I changed the location to a 'non-system page'. This didn't work and the url for the profiles is now something like
So now when I go on the settings to change it back, the original location is unavailable because members is a system page.
Is there any way for 'undoing' this either through the concrete5 settings or by editing the actual code?
Thanks
On the page settings of the profile pages I changed the location to a 'non-system page'. This didn't work and the url for the profiles is now something like
siteurl/?cID=138
So now when I go on the settings to change it back, the original location
siteurl/members/profile/view/
Is there any way for 'undoing' this either through the concrete5 settings or by editing the actual code?
Thanks
I've found that $displaySystemPages = true can be used on the sitemap to show system pages but where can I put this in order to affect the sitemap that shows when I go to change the page location?
I fixed it myself
For anyone that has the same problem what I did was go into the database and add the members/profile row into the PagePaths table. (The ppID was 137 and the cID was 138)
Hopefully that helps someone with this annoying problem.
For anyone that has the same problem what I did was go into the database and add the members/profile row into the PagePaths table. (The ppID was 137 and the cID was 138)
Hopefully that helps someone with this annoying problem.