1
DJ007
2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/2 20:50

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Logged in as admin I get that error msg if I try to update anything in the system administration.

Also will not install module, just keeps taking me back to modules main interface.... [trying to get backpack installed]

Operating system Linux
Kernel version 2.6.18-164.11.1.el5
Apache version 2.2.14
PHP version 5.2.12
MySQL version 5.0.90-community

Read various versions of this prob already, but none seem to be system wide like this, just in certain modules [gallery, forum etc. as best as I can see].

Thanks in advance for any pointers.
dj

2
red_Slider
Re: 2.3.2 "Taking you back where you were" when trying to update in admin

look at your data base limit. It seems it's full.

3
DJ007
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/2 23:07

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Only 12 users? full?

I think it's something to do with either the cache or perms to write to certain files, not sure...

Other clues, selecting an alt theme changes it only for the page I'm on when i select it, but reverts to default theme as son as i go to another page.

Changing permissions in groups won't stick either.

Baffled...
Thnx.

4
red_Slider
Re: 2.3.2 "Taking you back where you were" when trying to update in admin

The only reasons for that are:
1. Permissions to xoops_data folders
2. full database
3. sessions table in db

So just clear your session table in database!
I got the same error and find some solutions here, on xoops forum.
PS thanks GHIA for that!

1. login into your database via MySQL Admin
2. find "session" table and clear it!
3. Make sure that "xoops_data" folders have write permissions (777)
4. Clear your sessions and cookie in webbrowser.
(5 upgrade to 2.4.4 ;) )

5
preachur
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/14 0:56

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I have the same problem with 2.4.4. The solution posted here doesn't work. I also can't update modules, etc. PHP 5.2.13 MySql 5.1.45. I have been seeing problems with administration for awhile on this site though. 2.4.4 doesn't seem very stable to me at all.
Magick can never be restrained, but when freely given is thrice regained!

6
ghia
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/14 8:23

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Compare also once the structure of the session table with the definition in the /install/sql/ files.
(Have encountered once that a field had become another type (due to hacking).)
Do you have session data stored in the table, when you are logged in?

7
preachur
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/15 1:48

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I checked that AND dropped the table and re-built it with the original sql. Same problem. Taking you back to where you were for almost everything I attempt in admin.
Magick can never be restrained, but when freely given is thrice regained!

8
preachur
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/15 2:01

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I mean, I WOULD turn DEBUG on, but when I try it says :"Taking you back to where you were."
Magick can never be restrained, but when freely given is thrice regained!

9
ghia
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/15 3:29

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Check the FAQ. There is one that explains how to do it with phpMyAdmin.

I checked on that particular message and it is defined in /language/english/global.php and the only place where it is used is in /include/functions.php in the function redirect_header.
There it pops up when the third parameter $message appears to be an empty string.
Problem here is that this redirect_header function is used all over in the files in XOOPS.

Mosttimes it has a fixed message,
redirect_header($redirect_page '=' $com_itemid '&com_mode=' $com_mode '&com_order=' $com_order '#comment' $newcid1_CM_THANKSPOST);

but sometimes it is called like
redirect_header(XOOPS_URL '/'1implode('<br />'$GLOBALS['xoopsSecurity']->getErrors()));

That makes me assuming that in that place no errors where registered on the xoopsSecurity object.
But what then the real problem is??

10
preachur
Re: 2.3.2 "Taking you back where you were" when trying to update in admin
  • 2010/5/15 21:11

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I fixed it. One of the admins set the session from 1500 to 15000000000. I fixed that and everything works again.
Magick can never be restrained, but when freely given is thrice regained!

Login

Who's Online

132 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 132


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits