• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk Setup Error

D

downkaos

Guest
ERROR
Unable to query: Table 'psa.exp_event' doesn't exist
0: /usr/local/psa/admin/plib/common_func.php3:2 psaerror(string "Unable to query: Table 'psa.exp_event' doesn't exist")
1: /usr/local/psa/admin/plib/api-rpc/loger.php:2 db_query(string "SELECT COUNT(*) FROM exp_event WHERE event_type = 'terminated' AND obj_class = 'ip_address' AND source = 'plesk'")
2: /usr/local/psa/admin/plib/class.ActionLog.php:1 log_event(string "ip_address", string "63.246.151.10", string "updated")
3: /usr/local/psa/admin/plib/class.IPAddress.php:2 actionlog->submit()
4: /usr/local/psa/admin/htdocs/server/configure.php3:2 ipaddress->update()


Thats after I try to setup plesk, I have uninstalled plesk and wiped mysql numerous times and I still get the same error....any ideas?
 
Run this from the SSH Prompt:

/usr/local/psa/admin/bin/php /usr/local/psa/installer/api/install_db.php

It happens if you install plesk without a hostname configured correctly.

Cheers,
Sean.
 
Originally posted by shortcut
Run this from the SSH Prompt:

/usr/local/psa/admin/bin/php /usr/local/psa/installer/api/install_db.php

It happens if you install plesk without a hostname configured correctly.

Cheers,
Sean.

thanks you're a life saver!
 
I don't have this script but do have the same problem any suggestions ?

EDIT: got it working by importing the schema sql file in that directory
 
Back
Top