The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Manage pages - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Manage pages (/showthread.php?tid=1110) |
Manage pages - amberteresa - 07-31-2018 Oh I have a problem wanna help. Thanks firstly! I click on the pages in my dashboard to make them public so I can see them but this error 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.- still doesn't go away. How do I solve this issue? https://sextoyuytin.com/ RE: Manage pages - dendai - 07-31-2018 In the root of UserSpice, there is a file called z_us_root.php. In it, near the top, is an array with the names of directories that are included in US. You've likely not added the directory that is housing your file to that list yet. If not, you'll get the confirmation to add the page over and over forever. Make sure the array exists on a single line right where it is. Don't kick it down a line or anything. Hope this helps. |