• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Error: Unable to update hosting preferences: hosting update is failed: object ID is i

A

ambrit

Guest
I have just started getting a strange message whenever I try and setup hosting for one of our domains:

"Error: Unable to update hosting preferences: hosting update is failed: object ID is invalid"

It then doesn't let me finish the hosting setup. We have about 170 domains

I haven't done any upgrades or similar recently so has anyone ever seen this message before and has a way round it?

Any ideas?
 
I would suggest you to check admin apache log file for the detailed error message $PRODUCT_ROOT_D/admin/logs/httpsd_error_log

Have you upgrade Plesk CP recently? If yes, make sure also it was done completely. Verify Plesk version in the following places:
# cat /usr/local/psa/version
# rpm -q psa
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
mysql> select * from misc where param='version';

it should be the same everywhere.
 
thanks

thanks for the reply - as usual I found the answer in the logs - I assumed that that sort of error wouldn't be in the http logs.

It turns out Plesk was looking for a .skel file that had somehow got deleted, luckily I found it in the trash, restored it and it all working again!

thanks again
 
Back
Top