Page 1 of 1

New admin page always going to login page

Posted: Mon May 08, 2023 12:12 pm
by tessthepup
When trying to create a new admin page whenever I include

Code: Select all

require 'includes/application_top.php';
require 'includes/template_top.php';
the page always loops back to the admin login page and when I login in it takes me to index page

Any ideas why it would do that as I can not see why it would do that :?: :?

Re: New admin page always going to login page

Posted: Mon May 08, 2023 6:34 pm
by LeeFoster
You don't gave the admin levels addon do you?

Re: New admin page always going to login page

Posted: Tue May 09, 2023 7:47 am
by tessthepup
No I am not running any admin mods that would affect it.

Re: New admin page always going to login page

Posted: Tue May 09, 2023 9:14 am
by ecartz
Losing the session?

Normal debugging applies. Simplify until it works. Then undo the last step. If it doesn't work then, simplify everything else but that until it either works or that is the only remaining line.