This is a discussion on Put me back on login page within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; every time if a change someting in admin i wil be put back to the loginpage. exaple if a change ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| every time if a change someting in admin i wil be put back to the loginpage. exaple if a change from language dutch to english i wil be dropt to loging. or i wanna see te sales and wanna change from all purchess to the deliverd purcheses it like's to be cahnging but brings me back to the login page can somebody help me |
|
#2
| |||
| |||
| are you still having a problem with the site im having the same problem |
|
#3
| |||
| |||
| yes it is enoying. But i can't find it. i am look al over but still happens |
|
#4
| ||||
| ||||
| You have a problem somewhere with your admin/includes/configure.php or your sessions settings. Check there first.
__________________ Michael Sasek osCMax Developer
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
subtleinstrument (03-01-2007) | ||
|
#5
| |||
| |||
| clear your cookies |
| The Following User Says Thank You to jcomputers For This Useful Post: | ||
subtleinstrument (03-01-2007) | ||
|
#6
| ||||
| ||||
| jcomputers! I forgot about that one... A bad cookie will do it, and it is so easy to fix!
__________________ Michael Sasek osCMax Developer
|
|
#7
| ||||
| ||||
| Folks, I started to have that problem when I dropped some customer tables and then added upgraded customer tables from 1.7 I was able to fix it by loading new data instead of dropping and replacing tables. From my dealings it was not an application problem, it was a database problem. |
|
#8
| |||
| |||
| I was having a similar problem - whenever I posted a form in admin (eg using search or a drop down menu) there was a 50/50 chance that it would work or I would be thrown back out to the login page. I made the following change and have not experienced a problem since: Code: # Edit the file admin/includes/application_top.php On line 35 (approx), replace : $PHP_SELF = (isset($HTTP_SERVER_VARS['PHP_SELF']) ?$HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']); with : $PHP_SELF = (!empty($HTTP_SERVER_VARS['PHP_SELF']) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']); |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Confirmation Page takes me back to Payment Page | Dubious | osCMax v2 Installation issues | 1 | 10-20-2006 02:04 PM |
| kicks me out to login page please help | jcomputers | osCMax v2 Installation issues | 0 | 03-06-2006 01:58 PM |
| Customer cannot login, redirected back to login page | BHenderson | osCMax v1.7 Installation | 2 | 02-09-2005 08:51 PM |
| Looping back to Admin Login Panel when navigate to subcat | cshepherd | osCMax v1.7 Installation | 6 | 01-18-2005 06:49 AM |
| MS2 Max 1.5 - cannot go back to index page | goldie | osCMax v1.7 Discussion | 2 | 10-21-2003 10:19 AM |