• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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