Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
I am trying to make a backup of Sitebuiler and gives me the following error. I have since tried panel administrator and from command line. What can I do?
Try to increase 'memory_limit' value in php.ini file. By default Sitebuilder uses it's own PHP installation and php.ini file for it located here: /opt/php52/etc/php.ini.
To make sure that appropriate php.ini will be used you can run following commands:
sorry, correct path to php.ini file is /usr/local/sitebuilder/etc/php.ini. You can re-check correct path for php.ini file by running phpinfo.php file from Sitebuilder htdocs folder. For this, put phpinfo.php into /<sb_root>/htdocs/:
<?php
phpinfo();
?>
and run it in browser like: http://sitebuilderhostname/phpinfo.php. There you could see following parameter: Configuration File (php.ini) Path /usr/local/sitebuilder/etc/php.ini
I have the same problem with the backup.
I tried to increase the memory limit to 256M, but i get a similar error message.
Error message now:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 240 bytes) in /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Abstract.php on line 156
Before:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 48 bytes) in /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Abstract.p hp on line 156
Which version of Sitebuilder do you have? If this is 4.0 I can suggest you to make an upgrade to 4.1 as in latest 4.1 release there were corrected some issue related to backup/restore functionality. It should help.
Thomas, can you give me exact path for php.ini file where you updated 'memory_limit' value. You can check this value through PHP information as I described in comment #3 http://forum.swsoft.com/showpost.php?p=196191&postcount=3.