Plesk 12.5
When I select "Wordpress" from the main menu I got the error "Unable to find service node for web service on domain with id 117"
In mysql I gave the command:
This turned out to be a domain for which I moved hosting to another server (DNS is still on the original server). I turned off web hosting.
I decided to turn it on again and checked the Wordpress section of Plesk (the main one, not the domain's)
The error was gone.
I then turned webhosting off for that domain and the error came back.
I assumed Plesk keeps a table of all the scanned wordpress sites and runs into an error if one of them is gone. so I turned on webhosting again for that domain and after that I did a rescan of all Wordpress sites.
Of course that specific domain didn't show up as that Wordpress site was removed for a while...
I turned off webhosting again and after that the Wordpress section was still working....
Problem solved (well, for me after troubleshooting.... now it's up to you to prevent it from happening).
When I select "Wordpress" from the main menu I got the error "Unable to find service node for web service on domain with id 117"
In mysql I gave the command:
Code:
select id,name,htype from domains where id=117;
This turned out to be a domain for which I moved hosting to another server (DNS is still on the original server). I turned off web hosting.
I decided to turn it on again and checked the Wordpress section of Plesk (the main one, not the domain's)
The error was gone.
I then turned webhosting off for that domain and the error came back.
I assumed Plesk keeps a table of all the scanned wordpress sites and runs into an error if one of them is gone. so I turned on webhosting again for that domain and after that I did a rescan of all Wordpress sites.
Of course that specific domain didn't show up as that Wordpress site was removed for a while...
I turned off webhosting again and after that the Wordpress section was still working....
Problem solved (well, for me after troubleshooting.... now it's up to you to prevent it from happening).