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

Migrated, but SiteBuilder won't leave the Overview page

D

dfgo

Guest
I've just upgraded from SB 2.1.1 to 4.2.3. But now, when I try to visit any page within SB, the "Overview" page appears, no matter what URL is shown on the browser. Like:

http://mysitebuilderaddress.com/Login/ -> overview page!
http://mysitebuilderaddress.com/Wizard/Design -> overview page!

or, even without URL rewriting:

http://mysitebuilderaddress.com/index.php/Login/ -> overview page!
http://mysitebuilderaddress.com/index.php/Wizard/Design -> overview page!

What gives? Thanks.

-Dario
 
It looks like Sitebuilder apache configuration is not completed or not done well. Try to use 'sb_config' utility for Sitebuilder site apache re-configuration:

# sb_config --force_update_wscfg

This should forcibly update Apache configuration. If you have none standard apache configuration, for example, apache on Cpanel server try to run also special script to complete configuration:

# sh /usr/local/sitebuilder/utils/cpanel.sh

and make sure that Sitebuilder apache config file is included into main apache configuration.
 
Thanks! Did everything you suggested, but the problem persists...
 
Any way you can help??? This problem's worse than any migration problems... Could you please create me a support ticket? Thank you very much!
 
Pheeeew! Got it to work, FINALLY!!! It's almost a miracle! Got the PHP that comes with SiteBuilder to run it. I don't know why, but my own PHP won't run SB at all, even though all required extensions were installed (checked via check.php script).
 
Back
Top