01-04-2017, 04:18 AM
Ok. We can figure this out.
What does the error say?
Here are a few things to check.
1. Did you modify helpers.php or us_helpers.php? (This would tell us if a function was broken during modifications).
2. If you go into the admin panel and click on admin pages, does account.php have the "user" permission group assigned to it?
3. Did you modify the header or anything at the top of the page on any of your redirecting pages where you might have gotten rid of the include of the init.php?
4. Last try... go into account.php and change line 25 to
Did that fix the error?
What does the error say?
Here are a few things to check.
1. Did you modify helpers.php or us_helpers.php? (This would tell us if a function was broken during modifications).
2. If you go into the admin panel and click on admin pages, does account.php have the "user" permission group assigned to it?
3. Did you modify the header or anything at the top of the page on any of your redirecting pages where you might have gotten rid of the include of the init.php?
4. Last try... go into account.php and change line 25 to
Code:
<?php //if (!securePage($_SERVER['PHP_SELF'])){die();}
Did that fix the error?