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

SB v 3 modules dependence ?

M

Menta3K

Guest
Hello i come to a new problem
when i try to publish a site witch have gallery or blogger as module it say that extension can not be found or something like that.
If site is without modules everything was fine .
When i check the access log i found that when publishing process starts SB first uploading one file with random name possible php info file...maybe in that way its check for some extension.
On the host where SB is hosted we are using standard installation of the PHP coming with SB3 Installer but on the host where site should be published we have using PHP 5.2 without sitebuilder.so ( i cant find a place from where i can download that extension for PHP 5.2)

Ar we need sitebuilder extension to be loaded on the publishing host. If that is the case are there a place from where i can download a sitebuilder extension for php 5.2 ?

Anyone with same problem ?
 
Here is some information from documentation:
The requirements imposed upon a server where site will be published to depend on the content of sites published on this server. Each site consists of a number of pages. For us it is important to distinguish between static and dynamic pages.

A static page content is independent of the user or of the request time. Such pages do not require special server processing. They do not contain any modules and are not modules themselves. Exceptions are the Script and Flash Intro modules.

A dynamic page content changes at the user's request and can depend on the time. Such pages require special server processing for their generation. They contain some modules or are modules themselves. For example, a page with the forum topics list.

Thus, a static site is a site constituted by simple, static pages and Flash Intro pages. The only modules a static site may include are the script module and the Flash Intro module. There are no special requirements to a host used for static sites publication.

A dynamic site is a site, which contains at least one of the other SiteBilder modules (except for Script and Flash Intro). The present section is mainly dedicated to requirements imposed on servers used for dynamic sites publication.

* The server for dynamic sites publication should have the installed PHP of versions 4.2.1 or later.
* Besides, the installed PHP should support:
o The ionCube PHP Loader 3.1.15 or later
o DOM XML with XSLT support or PHP XSLT extension (Sablotron)
o Multibyte string functions (mbstring extension)
o Zlib compression functions (zlib extension)
o Session handling functions support (session extension)
o SQLite 2.x with UTF-8 encoding support
o GD library 2.0.1 or later
* In php.ini the following directives should be installed:
o magic_quotes_runtime = Off
o magic_quotes_gpc = Off
o safe_mode = Off
o default_charset = "UTF-8"

These requirements are checked by SiteBuilder in the process of site publication( Sitebuilder uploads check.php script and run it there). If some of the necessary components are missing, you will see the corresponding notifications in your SiteBuilder panel.
File check.php can be found on your Sitebuilder server in <SB_ROOT>/resources/publish/check.php.
Make sure that all requirements are observed. By the way, sitebuilder.so should be located ONLY on Sitebuilder server and it is not required on publishing one.
 
Thanks again Dmitry. The information about check.php was really helpfull. when i upload it on publishing site and runn it i noticed that i don't have xsl support when i compile and put xsl extension everything start to work just perfect.

Thanks again.
 
Back
Top