• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

error after installation

X

xeonex

Guest
hello i am trying to install sb 4.1 on a CentOs 4.6 / WHM / cPanel box with php5 and mysql5

and when i go to http://sitebuilder.domain i get

Warning: main(SB/autoload.php) [function.main]: failed to open stream: No such file or directory in /usr/local/sitebuilder/htdocs/init.php on line 15

Fatal error: main() [function.require]: Failed opening required 'SB/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/sitebuilder/include/PEAR:/usr/local/sitebuilder/include/Zend:/usr/local/sitebuilder/include') in /usr/local/sitebuilder/htdocs/init.php on line 15

how to solve this
and while trying to install the templates i get

"[FATAL] No suitable PHP found"

thanks for any asistance
 
It seems installation was not successful. I can suggest you to try to run installation process one more time but only manually with. Try to install Sitebuilder 4.1 RPM packages one more time with '--force' option if it will be needed and make sure that Sitebuilder configured with correct PHP options:

# sb_config --help|grep php
--phpcli_path PHP CLI executable [/opt/php52/bin/php5]
--phpcgi_path PHP CGI executable [/opt/php52/cgi-bin/php5]
 
I'm getting blank pages, on reloads for sitebuilder published sites, i think it may have something to do with sqlite not being compiled with UTF-8, not sure tho.
 
the issue was related to php 5.2.5, I downgraded to 5.2.4 and now pages load fine. it seems, SB is not ready for 5.2.5 just yet. they should try to do less version dependant software.
 
Back
Top