• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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