Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Problem with the user list (in administrator) after upgrade to elxis 2009
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problem with the user list (in administrator) after upgrade to elxis 2009 (Read 6280 times)
bianco2k
Newbie
Posts: 20
Problem with the user list (in administrator) after upgrade to elxis 2009
«
on:
May 23, 2009, 19:26:52 »
hello everyone, I have a problem with the users list.
my users list disappears after I click on the second page and disappears until do not log in again....
thanks in advance at all
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #1 on:
May 23, 2009, 19:45:07 »
You must do this...
*** DATABASE ***
A new column has been added to table #__users. You have to create this column manually.
Go to your database manager (phpmyadmin if your database is mysql, pgmyadmin if it is postgresql, or to your oracle database manager).
Execute the following SQL commands (for mySQL databases):
ALTER TABLE `elx_users` ADD COLUMN `expires` datetime NOT NULL default '2060-01-01 00:00:00' AFTER `signature`;
UPDATE `elx_softdisk` SET `sdvalue` = '2009.0' WHERE `sdname` = 'ELXIS_VERSION';
UPDATE `elx_softdisk` SET `sdvalue` = '2009.0' WHERE `sdname` = 'ELXIS_DBVERSION';
UPDATE `elx_softdisk` SET `sdvalue` = UNIX_TIMESTAMP() WHERE `sdname` = 'ELXIS_LASTUP';
Note: Replace "elx_" with your own database table prefix if it is different.
!! IMPORTANT !!
If you dont update your database Elxis won't function properly!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
bianco2k
Newbie
Posts: 20
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #2 on:
May 23, 2009, 19:50:52 »
has been updated but the problem persists
Logged
anacon
Full Member
Posts: 123
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #3 on:
May 23, 2009, 21:53:36 »
I have the same problem when i make update 2008.1 to 2009 and i have archive problem i can see all archive on back end but i cant see archive on frond end.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #4 on:
May 23, 2009, 22:38:49 »
bianco2k if you wish send me username/password to your site FTP and to Elxis administration to check/fix this for you. I am sure you have missed something.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jimmyz
Full Member
Posts: 202
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #5 on:
May 24, 2009, 08:52:45 »
Gendlemen, I think this happens when one patches elxis by hand... I'm almost sure some file(s) must have been missed. If I were you, I'd use the backup I have, to restore all files to previus state (version) and try this
https://forum.elxis.org/index.php?topic=3435.0
, if I had putty-ssh.
Cheers!
Logged
Dirty Deeds Done Dirt Cheap
bianco2k
Newbie
Posts: 20
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #6 on:
May 24, 2009, 14:19:41 »
does not work in any way :'(
first whitout click or search any user
After click to next or on number or end,or use the filter
«
Last Edit: May 24, 2009, 14:35:48 by bianco2k
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #7 on:
May 24, 2009, 14:57:23 »
Oh, you mean in Elxis administration! You should have make this clear. I checked Elxis front-end... I will check it again. Please wait.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #8 on:
May 24, 2009, 15:04:45 »
OK, I tested it.
No problem found!
What happens to you is that the
Group
(Gruppo in Italian) filter is being triggered. If you notice in your second screen shot
the Group column's filter icon is red
. Click the red icon, select
-All -
(-Tutti- in Italian) and then you will be able to see all users and navigation will work just fine.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bianco2k
Newbie
Posts: 20
Re: Problem with the user list (in administrator) after upgrade to elxis 2009
«
Reply #9 on:
May 24, 2009, 15:12:06 »
ah vary nice, I not thought, sorry for the trouble, I'm very stupid
many thanks
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Problem with the user list (in administrator) after upgrade to elxis 2009