• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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