9
Quote:
So I replaced user.php and userinfo.php and still no login possible.
Did you run filecheck to make sure that all files are correct? Some of them, by its nature, like the mainfile.php will be different, but at least it will give you an indication that the files are not corrupted.
The next place will be to look at database.
If you repaired all tables, you might then deactivate all modules except the System module, by setting "isactive" in "modules" table to 0, and then see if it works.
If yes, then try to add one module at a time (be setting "isactive" to 1, and see if XOOPS shows up again. You might find one module that is causing the problems.
Before you test by adding the modules in the database, you might also have to delete all files from your /cache directories, except "index.html" files.
Let us know if any of these steps helped.