• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

unable to remove or edit site content in mobile websites

LucalTheGreat

New Pleskian
I received an error message "Error: Failed to remove mobile site: Can't delete a site that's not active " when try to remove a mobile website in Plesk control panel and if i try to edit site content i received another error message "Can't access a site that's not active" from http://uptc.unitymobile.com.

These notification messages are originating from UNITY Mobile platform. The reason is actually hinted in the messages themselves - both the site and the editor account have been already disabled and there are no handlers anymore to modify their status further, so the messages are correct from UNITY Mobile platform's standpoint.

It appears that Plesk control panel has somehow retained in its configuration information about the site availability and is giving the plesk control panel the option to configure the mobile site despite the fact that UNITY Mobile platform is returning "deleted" status back to Plesk. Plesk should be given an option to create a new site instead now.

I would like to know how to manage Plesk in this situation.

Kindly assist.
 

Attachments

  • error.PNG
    error.PNG
    34.1 KB · Views: 6
Yes, you are correct. It looks like a bug.
If you are sure that site doesn't exists in Unity mobile, you can contact Support Team and they will remove site correctly from Plesk database.
 
Yes, you are correct. It looks like a bug.
If you are sure that site doesn't exists in Unity mobile, you can contact Support Team and they will remove site correctly from Plesk database.
 
Hi,

Once I click submit at the bottom of the support request form one incident will be deducted from my support incident pack or contract. Is there any way i can self service remove site from Plesk database?

Kindly assist.
 
Try to do following:

1. Backup database:

%plesk_bin%\sshost.exe --settings-backup

2. dbclient --direct-sql --sql="select * from dom_param where param='unity_mobile_site_key' or param='unity_mobile_site_prefix'"

You need to find two records with field 'param' equal 'unity_mobile_site_key' and 'unity_mobile_site_prefix' and field 'val' for this site. For example:

dom_id param val
9 unity_mobile_site_key mmm.aaa.plesk.ru-nuk4dm1vw8
9 unity_mobile_site_prefix mmm

3. Delete these records. For example:

dbclient --direct-sql --sql="delete from dom_param where dom_id=9 and param='unity_mobile_site_key'"
dbclient --direct-sql --sql="delete from dom_param where dom_id=9 and param='unity_mobile_site_prefix'"
 
Try to do following:

1. Backup database:

%plesk_bin%\sshost.exe --settings-backup

2. dbclient --direct-sql --sql="select * from dom_param where param='unity_mobile_site_key' or param='unity_mobile_site_prefix'"

You need to find two records with field 'param' equal 'unity_mobile_site_key' and 'unity_mobile_site_prefix' and field 'val' for this site. For example:

dom_id param val
9 unity_mobile_site_key mmm.aaa.plesk.ru-nuk4dm1vw8
9 unity_mobile_site_prefix mmm

3. Delete these records. For example:

dbclient --direct-sql --sql="delete from dom_param where dom_id=9 and param='unity_mobile_site_key'"
dbclient --direct-sql --sql="delete from dom_param where dom_id=9 and param='unity_mobile_site_prefix'"

Can you provide those steps for Plesk Onyx on Unix (CentOS 7)? We've had issues with a phantom mobile site, that doesn't exist, for years. It was a problem on Plesk 11 and, now that we've migrated to Onyx, it's an issue here. It's somehow associated with a reseller account.
 
Back
Top