• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Need new schema for session_params

S

sgirard

Guest
Apologies for posting this here... I can't find a forum for older Plesk versions and I was thinking maybe someone here could help.

I have an old Plesk 5 server and the mail/mysql partition filled up (basically /var i think).

After a reboot of the system the sessions table in the psa database and and also the session_params table couldn't be written (no disk space left) and became corrupt.

I cleared out some space and found the schema for recreating the sessions table. Basically followed this thread: http://forum.swsoft.com/showthread.php?t=12686

But now I also need to rebuild the session_params table to resolve this error when trying to log back in to the server administrator:

/login_up.php3: Unable to query: Can't find file: 'session_params.MYD' (errno: 2), in /usr/local/psa/admin/plib/class.Session.php3 on line 234, plesk_errormsg=, php_errormsg=

If anyone could provide the CREATE TABLE syntax for that and let me know whether it needs to be populated with any data I would really appreciate it. Thanks!

-sean
 
Got It

Apparently Plesk does a daily dump of the psa database. Mine was in /var/lib/psa. So I got the schema from that and rebuilt the table and I can get back in. Guess I just needed to think out loud.

Thanks,
-sean
 
Back
Top