• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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