02-19-2017, 01:42 PM
I am trying to add a subfolder in users called downloads, which contains two files. I've altered line 2 of the z_us_root.php file to show the following:
$path=['','users/','usersc/','/users/downloads/'];
This actually does result in the pages showing up in the page manager, but altering permissions seems to not have any effect. The page still continues to present the message:
"You must go into the Admin Panel and click the Manage Pages button to add this page to the database. Doing so will make this error go away."
Any ideas on how to fix?
$path=['','users/','usersc/','/users/downloads/'];
This actually does result in the pages showing up in the page manager, but altering permissions seems to not have any effect. The page still continues to present the message:
"You must go into the Admin Panel and click the Manage Pages button to add this page to the database. Doing so will make this error go away."
Any ideas on how to fix?