Have I read the related troubleshooter articles above before posting (which pages?)? YES
Have I searched the forum before posting? YES
Have I read the documentation before posting (which pages?)? YES
Joomla! version: 1.7.3
PHP version: 5.3.8
MySQL version: 5.5.1.4
Host: (optional, but it helps us help you)
Admin Tools version: 2.1.14
Description of my issue:
This issue is NOT caused by Admintool! however I bought the software because I thought and still thinks I am having a database/session issue.
I imnported my users (3700) from my old website to the new one but I am not able to login both front end and backed with these users. The only Super user that has access to the new site is the default user with ID 42 so 62 (old admin from Joomla 1.5.2.3) is not able to logon nor does the normal registered users.
Note: the prefix from the old site I renamed to the new one and from the memberslist+ backend all imported users are present.
I searched for 3 days on forums and I learned that maybe my DB was corrupted, I tried repair with Admintool (before that with phpadmin) nothing worked. I tried also repair separately table 'prefix'_session.
Till this morning I was getting also an error:
Warning: mysqli_close() [function.mysqli-close]: Couldn't fetch mysqli in /home/admin/domains/domain.com/public_html/libraries/joomla/database/database/mysqli.php on line 148
I searched on forum and did this fix:
changed Code:
public $dbtype = 'mysqli';
to
Code:
public $dbtype = 'mysql';
Now this error has gone! but still only admin (ID 42) can logon.
I read most of your replies to other users having these kind of problems and I have great respect for your knowledge. Can you help on this issue too? I can provide additional info if it's needed.
Rodster