Elxis CMS Forum
Support => General => Topic started by: bianco2k 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
-
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!
-
has been updated but the problem persists
-
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.
-
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.
-
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 (https://forum.elxis.org/index.php?topic=3435.0), if I had putty-ssh.
Cheers!
-
does not work in any way :'(
first whitout click or search any user
(http://www.progettandovacanze.com/filez/first.jpg)
After click to next or on number or end,or use the filter
(http://www.progettandovacanze.com/filez/imm2.jpg)
-
Oh, you mean in Elxis administration! You should have make this clear. I checked Elxis front-end... I will check it again. Please wait.
-
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. ;)
-
ah vary nice, I not thought, sorry for the trouble, I'm very stupid :D
many thanks