Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

6.01.19 to 7.00.07 neverending admin logon

Asked Modified Viewed 2,038 times
W
warneeds
W
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

6.01.05 updated to 6.01.19 version by version.
6.01.19 updated to 7.00.07.
Everything seems to be perfect, but when i ty to enter to my admin panel via administration/index.php?aid=fe5865f341cbf725 firefox says me that my request never will executed. I got /administration/index.php?aid=fe5865f341cbf725&pagenum= adress in the address bar at this time.
administration foldre log contains:
[16-Sep-2010 16:32:19] PHP Notice: Undefined variable: default in /home/public_html/seven/administration/index.php on line 38

line 38 is (bold):

// Ensure the admin is allowed to access the selected page
$pageon = true;
if ($_GET['pagenum'] == 1 && !$page1) $pageon = false;
if ($_GET['pagenum'] == 2 && !$page2) $pageon = false;
if ($_GET['pagenum'] == 3 && !$page3) $pageon = false;
if ($_GET['pagenum'] == 4 && !$page4) $pageon = false;
[b]if ($pageon == false) { redirect("index.php".$aidlink."&pagenum=$default"); }[/b]



what can I do with it?
Edited by warneeds on 17-09-2010 10:38,
0 replies
There are no post found.

Category Forum

Upgrading issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

W
W
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet