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?

update gone wrong!

Asked Modified Viewed 2,416 times
F
fre3
F
fre3 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hey people, i was wondering if anyone could help! I have upgraded from fusion 6.00.3xx to the latest version, and when i try to go to my admin panel (Mysite/administartion/index.php) i get redirected to my homepage. This is very frustrating as i cannot edit anything on the site! Any ideas? Please i really need help on this asap! Karl
0 replies

2 posts

S
sobe
S
sobe 10
  • Member, joined since
  • Contributed 56 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

You are using a custom user info panel I presume.

Anyway, for the admin panel, inside the user_info_panel.php,

Find:
<a href='".ADMIN."index.php' class='side'>".$locale['on110']."</a><br>\n";


And change to this:

<a href='".ADMIN."index.php".$aidlink."' class='side'>".$locale['on110']."</a><br>\n";


It needs the ".$aidlink." as an "extra" precaution to entering the admin panel.
0 replies
M
mpkossen
M
  • Senior Member, joined since
  • Contributed 267 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Re-upload the files, works sometimes. And remove all mods before the upgrade :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet