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?

Problem with redirects.

Asked Modified Viewed 2,809 times
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hello,

I've lately a problem with sometimes when I press "Administration‎" it redirects me back to news.php for some reason. But it ONLY happens sometimes but offen enough to make it annoying. I have tried changing themes but with no result sadly.
Also if I go into "Error log" it sometimes returns with "Acces Denied".
Hopefully somebody knows what to do :)
0 replies

6 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

If you do not tick the box Save Password, you will be automatically logged out after a certain amount of time.
0 replies
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

I'm not logged out. It just goes back to news.php.
If I'm in the administrator panel and presses F5 a few times, then it will go back to news.php after maybe five updates.
Edited by N/A on 13-04-2014 15:42,
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

$aidlink is still on URL ?

To stay in admin panel, you need 2 things, user level access rights and $aidlink.
0 replies
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo THEME_BULLET." <a href='".ADMIN."index.php".$aidlink."' class='side'><b>".$locale['global_123']."</b></a><br />\n";
   }


I haven't changed any of it so that shouldn't be the problem. Only the
<b></b>


Merged on Apr 16 2014 at 01:48:36:
I'm kinda desperate what could cause this? Anybody please - Getting very annoying when I'm editting something and it just redirects me to /news.php when pressing preview.

include/core.php
Undefined index: sidedate_fmt Linje: 117   16 April 2014 03:02:49   

maincore.php
mysql_num_rows() expects parameter 1 to be resource, boolean given Linje: 268   16 April 2014 03:02:49   

include/core.php
Undefined index: sidedate_fmt Linje: 115   16 April 2014 03:02:49   


I've gotten these errors. Could this be the cause?
Edited by Kaav on 16-04-2014 03:07,
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Yes that seems to be something that can cause it.
It is coming from an Addon, try to disable panels / addons one by one and see if you can narrow it down to a specific one that causes it.

The same method goes if you have system modifications. Restore default for each section until you find the problem.
0 replies
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Domi wrote:

Yes that seems to be something that can cause it.
It is coming from an Addon, try to disable panels / addons one by one and see if you can narrow it down to a specific one that causes it.

The same method goes if you have system modifications. Restore default for each section until you find the problem.


I'll try that and return with my findings :)

Merged on Apr 16 2014 at 20:44:26:
I have now attempted replacing everything, and it still does the same thing. So now I really have no idea what to do now.
Just a question, could it have anything to do with having "æ" in the address? And of course if anybody have good idea what to do, please let me know.
Edited by Kaav on 16-04-2014 21:44,
0 replies

Labels

None yet

Statistics

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

3 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
K
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet