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

Site Builder Troubleshooting...lots of questions.

Dmitry Frantsev

I have the same error, can you send me the patch that correct the problem ?
----------
Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/SB/Site/ModuleInstancesList.php; Line: 76
Message: Module with instance id='l8frataalyi' does not exists.; Code: 0
----------

version: Sitebuilder 4.0 for Linux/Unix



Thanks for advance and best regards
 
Actually, as you have v.4 this fix should be included into latest version. So probably it came from previous version 3.0.2. Did you make an upgrade recently?

Try to make following changes:

1. Figure out where site content is stored on Sitebuilder server:

Log into mysql database and run following query:

mysql> select dir_name from sitebuilder3.site where alias='SITE_ALIAS';

For example, you get something like this: 6481275f1cacad4cfef4dda324053855. Make backup for /usr/local/sitebuilder/htdocs/sites/64/6481275f1cacad4cfef4dda324053855/
directory (on Debain server path will be different /opt/sitebuilder/..) and check the files which contains ID for module which does not exists:

# grep -r l8frataalyi /usr/local/sitebuilder/htdocs/sites/64/6481275f1cacad4cfef4dda324053855/

When you find the file which contains this note, delete <iframe> section from it with ID, starting from <iframe and ending by </iframe>.
It should help to resolve this situation. I appreciate if you could remember how this situation could be reproduced so I can pass description for developers for investigation.
 
Thanks Dmitry,

I followed your instructions on finding the <iframe> and now my client can log into his sitebuilder account again.

Man I love forums, you can find so much information. ;-)

Cnote
 
Just for your information, in v. 3.0.x and 4.0.0 there were situations which can caused issue with lost module instance. These are individual cases but anyway, to avoid similar issues in future in would be better to upgrade to latest 4.1.0 version which should be released in about a week or sooner.
 
patch

Hi

Is there any way to receive this patch? sitebuilder_patch_3.0.2_1.tar.gz

I seem to be having this same problem on v3 .

Thank you
GL
 
Patch in the attachment

You can find patch in the attachment. Please check it up.

Patch should be applied in following way:
# tar -xzvf sitebuilder_patch_3.0.2_1.tgz -C /usr/local/
and
# tar -xzvf sitebuilder_patch_3.0.2_1.tgz -C /opt/ (on Debian)
 

Attachments

  • sitebuilder_patch_3.0.2_1.tgz
    222.8 KB · Views: 51
Back
Top