No one can login in my site anymore.
If someone login, appears "welcome someone..." but then come back to the site without to be logged...
This is with all, registered and admin.
I searched here in forum and i found many guys with this problem, but each one was a different reason and different solutions. I tried each one and dont work...
What i tried and dont work:
- go to
http://www.../admin.php- try again many times
- delete the files in templates_c and check the permissions
- repair all the tables with phpmyadmin and than optimize them all
- clear the tables xoops_online and xoops_session
- remove the xoops_session and created again with the query:
Quote:
CREATE TABLE xoops_session (
sess_id varchar(32) NOT NULL default '',
sess_updated int(10) unsigned NOT NULL default '0',
sess_ip varchar(15) NOT NULL default '',
sess_data text NOT NULL,
PRIMARY KEY (sess_id),
KEY updated (sess_updated)
) TYPE=MyISAM;
- In each one of the experiments, i deleted the cookies and cache of the navigators, and the content of the templates_c in server
The site was working well for more than a year
Configuring to show the debug, dont show any error in php, just notices... Configuring to show debug of MySQL dont show any error...
I have another site in same server (hosted) just for test (testing XOOPS 2.2.4) and is working without problem.
In phpmyadmin, before and after repair/optimize the tables dont show any error in tables.
Just if i select all tables and choose check them shows many alerts, but even in the XOOPS 2.2.4 tables and another old tables of an old site the error appears, so i think this errors are normal:
Quote:
Problems with indexes of table `xoops_banner`
Warning PRIMARY and INDEX keys should not both be set for column `bid`
Problems with indexes of table `xoops_bb_posts`
Warning More than one INDEX key was created for column `topic_id`
Problems with indexes of table `xoops_bb_topics`
Warning PRIMARY and INDEX keys should not both be set for column `topic_id`
Problems with indexes of table `xoops_config`
Warning More than one INDEX key was created for column `conf_title`
Problems with indexes of table `xoops_newblocks`
Warning More than one INDEX key was created for column `mid`
Problems with indexes of table `xoops_priv_msgs`
Warning PRIMARY and INDEX keys should not both be set for column `msg_id`
Warning More than one INDEX key was created for column `to_userid`
Problems with indexes of table `xoops_ranks`
Warning More than one INDEX key was created for column `rank_min`
Problems with indexes of table `xoops_users`
Warning PRIMARY and INDEX keys should not both be set for column `uid`
Warning More than one INDEX key was created for column `uname`
Problems with indexes of table `xoops_wfs_category`
Warning PRIMARY and INDEX keys should not both be set for column `id`
Problems with indexes of table `xoops_wfschannel`
Warning PRIMARY and INDEX keys should not both be set for column `CID`
I was making many updates and was close to release the version 2.0 of the site when this error happened... I was waiting finish all the details to make a backup after the release, so i dont have a backup...
Now i close the site for visitors (and myself, because when i put the admin login, after the "welcome admin..." he return to the maintenance page) and now i'm waiting a solution to this...
Especifications:
remote server (access just with cpanel)
xoops 2.0.13.2
apache 1.3.34
MySQL 5.0.19-log
PHP 5.1.2