• 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.

Custom Topics not working

eskinner@ourams

New Pleskian
Hi there,
I am importing a custom topic that I updated from an existing topic and am receiving an error. Below are the steps I have done to import the custom topic:

- I created a snap-shot and uploaded the ssb file to our server.
- I then converted it to a zip and uploaded it into WPB.
- I then edited the info.lng and site.lng files to update the relevant data.
- I then updated the CustomSiteTemplates.lng file with the relevant data.
- I then exported a category file and checked to make sure the new category and topic appear.
- I logged into WPB and the topic appears under the correct category as an option in the Select Your Website Topic.
- I then selected the new topic and fill out the relevant information in the Prefil your Website popup.
Everything looks good so far.
- I then click Submit and Create Site and I get the following error:

Unable to connect to Web Presence Builder server. Please contact the server administrator.

The other topics work fine so I'm guessing it is part of the import process. Have I missed something? I tried it a few times but I get the same results.
Please let me know what may be the issue.
Take Care,
Ed
 
Hi Ed,

Can you PM me the link to .ssb file you're using to create your custom topic so we can check it internally and try to reproduce your steps?

PS. Custom topic functionality has some issues we're aware of, and we're planning to improve it in 11.1. I'll see what we can do right now to help you out. Thanks for reporting your issues, Ed.
 
Last edited:
Hi Custer, I have sent you again a copy of two .ssb files that produce the same error: Unable to connect to Web Presence Builder server. Please contact the server administrator. We can not get these to work at all and are not able to move forward with your product... We have had this product for months now and can not even begin to use it. Please, Please take a look at the PM I sent you and please help me understand how I can get this working... This has now become critical path for us.
Thanks
 
Many thanks to Custer for helping us get through this issue. So others may benifit from this discussion I will post the fix we used to make this work. It was quite simple.
When we converted a new topic from .ssb to the .zip file as described in the documentation we simply removed the --useSnapshotDesign flag.
For example the command that wouldn't work is:

admin\bin\php.exe -c admin\php.ini -dauto_prepend_file="" sb\utils\snapshot2wst.php --create --snapshot=YourTestSite.ssb --file=YourTestSite.zip --templateCategory=YourDesiredCategory --templateCode=YourTestSite --useSnapshotDesign

Changed it to this and all worked fine:

admin\bin\php.exe -c admin\php.ini -dauto_prepend_file="" sb\utils\snapshot2wst.php --create --snapshot=YourTestSite.ssb --file=YourTestSite.zip --templateCategory=YourDesiredCategory --templateCode=YourTestSite

Thanks again to Custer for helping us on this one.
Take Care,
Ed
 
Back
Top