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

SiteBuilder-FX v3.0 Users

M

mediamax

Guest
After uploading the sitebuilder folder with all its contents,I start installing it, all went well, till the installation of the database, then I get a blank page.And,when all installation process worsk well, the programme automatically configure the config.php. If the programme stop, then the config.php will not be adjusted.

So, I install the databse manually with myadmin, and it has been done.

I add the username, password and databse name to config.php.

I start the sitebuilder agin and it works, also i can go through admin to add and remnove user.

The problem is when I perform a website, at the end, when I say, save and preview, it does save but can´t preview.
And the folder where it has to save the whole file ( which is the folder of the user name in public_html/site.)is empty.
So,I think is a problem of internal comunication, which I may suppose comes to config.php which is not well configure.
An example of the config.php
<?

$adminlogin = "xxxx";
$adminpassword = "xxxx";

$dbsql = "yes";
$dbhost = "localhost";
$dbuser = "xxx_web";
$dbpass = "xxxxx";
$dbname = "xxxxx_xxxxx";
$tablename = "sitebuilder";
$hosted = "yes";
$defaultuserlevel = "1";
$defaultsavefiles = "yes";
$defaulttopbanner = "yes";
$defaultbottombanner = "yes";
$language = "English";
$skinbgcolor = "#FFFFFF";
$userdb = "/home/xxxxx/public_html/sitebuilderuser.db";
$userdir = "/home/xxxxx/public_html/sites";
$homedir = "/home/xxxxxx/public_html/sitebuilder";
$webroot = "http://www.xxxxxxxx.com/sitebuilder";
$userurl = "http://www.xxxxxxxx.com/sites";
$usercontent = "/home/xxxxxxx/public_html/sitebuilder/usercontent";
$contenturl = "http://www.xxxxxx.com/sitebuilder/usercontent";
$subdomain = "";
$domain = "";
$tldprefix = "";
$tldsuffix = "";
$suffixurl = "";
$templatedir = "http://www.xxxxxxx.com/sitebuilder/themes";
$interfacedir = "http://www.xxxxxxx.com/sitebuilder/interfaces";
$introdir = "http://www.xxxxxxx.com/sitebuilder/intros";
$musicdir = "http://www.wxxxxxxx.com/sitebuilder/music";
$moduledir = "http://www.xxxxxxxxx.com/sitebuilder/modules";
$EmailFromAddress = "[email protected]";
$EmailSubject = "SiteBuilder-FX New User";
$EmailMessage = "This is a confirmation email. Your new SiteBuilder-FX Website account has been created!";
$EmailMessageFooter = "";
$AdminEmailAddress = "[email protected]";
$AdminEmailSubject = "SiteBuilder-FX New User";
$usersite_header = "";
$usersite_footer = "";
$newusercontentfile =

This is how my config.php look like.
Can someone see if it well configure.

I already put the file needed to chmod 0777 according to description of the installation guide.

I would be very thankfull if someone can give me a tip where it hook.
 
Hi Max

$dbuser = "xxx_web";

$dbname = "xxxxx_xxxxx";


Are these two values pre-fixed identically? Such as "max_web"
and "max_dbname"? What type of backend management does your site use?

(I too am struggling with Sitebuilder-Fx,
but with PHP issues. I would very much like to know your progress, mien freund)
 
Dmitri, please close and remove this topic. This isn't a discussion about SWsoft SiteBuilder for Unix project, but the alternative one.
 
Back
Top