09-22-2016, 12:46 PM
IF the pages are there when you first install, try copying your admin_pages.php file (not moving) to the usersc folder.
Make these two changes (you don't need to reinstall).
1. On the usersc/admin_pages.php change line 21 to
2. Comment out lines 84-98
See what happens.
Make these two changes (you don't need to reinstall).
1. On the usersc/admin_pages.php change line 21 to
Code:
<?php require_once '../users/init.php'; ?>
2. Comment out lines 84-98
See what happens.