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?

Admin panel wont load

Asked Modified Viewed 8,483 times
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi,

I have just installed php fusion yesterday and when i try and access the admin panel, it keeps redirecting back to news.php and wont go to admin panel

can anyone help me solve this problem

Thanks
0 replies

15 posts

P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Do you login to admin-panel from site/login.php?
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

i login in the site on the main page then when i click admin panel it either logs me out or goes back to news.php
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

You're using v7.01.05 or v7.02 beta?
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I'm useing both on different sites, and they r both doing it. Wont let me go in the admin panel
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

Are you using a modified version of an user login panel?

When hovering over the Admin Panel link, does the link look something like:

http://www.yourwebsite.com/administration/index.php?aid=x98f82342k4l2342
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

No im not using a mod version of of admin panel.

Yes when i hover over it it looks like the link
0 replies
M
MarcusG
M
Ex Senior Dev.
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Did you enter an admin password in your profile?
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Yes, i have even redone setup and it still won't go on admin panel
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I have just noticed that every time I click admin panel that it adds another user online so if i click it 5 time it will show 5 admins online.

It also says access denied when logged in on error log
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

does anyone have any suggestions on this... I have looked around on the net and i think it might be the session timeing out.. does anyone no how to fix this..

thanks
will
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

i have figured it out, when i use http://www i can log into admin panel but when i use it with out WWW i cannot log in and the sessions expire.

how will i fix this so it will work on both

thanks
will
0 replies
R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Put the following at the beginning of your index.php:
if($_SERVER["HTTP_HOST"] != 'www.yourdomain.com')
{
    if(empty($_SERVER["REQUEST_URI"])) $_SERVER["REQUEST_URI"] = '/';
    header('Location: http://www..yourdomain.com' . $_SERVER["REQUEST_URI"], true, 301);
    exit();
}


So you will always land on your www. - version of your site.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi m60ring,

I have an .htaccess solution you can use this will save you from editing the core files.

Just stick this in your .htaccesss file...


RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
RewriteBase /


This will force http://www. always.
0 replies
M
m60ring
M
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Hi again,

I would like to say a thanks you all for helping me solve this problem, i can now confirm that i have now fixed it.

Thanks
Will
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

Maybe it's something that should be added to the FAQs or as an article?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 7 members

7 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
G
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
M
M
Ex Senior Dev.
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 5 threads in the forums
R
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
M
M
  • Newbie, joined since
  • Contributed 9 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