• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 don't want to publish / PHP test

B

blaise

Guest
Hello,

My configuration :

Sitebuilder 4.1 (last realease) working on Linux server

Publication server :

Gentoo 64 Apache server with PHP 5 activated
Ioncube installed and tested


When a user try to publish a standard website without specific modules (feedback, vote...)
There is no problem to publish web pages to the web server.

If we use a module like feedback, when a user try to publish the website, there is always the same error message :

(In french, but the translation in english seems to be )
Unable to publish the website, the server does'nt support PHP extension, please contact the admin

Problem : If we test to put a PHP page on the destination folder manually : it's working fine ! the php page is working normally...

PHP is well activated for all the publishing folders...

Can you have an idea to help us ?

Blaise

If I try to
 
Thanks Dimitry,

Can you check for that result :
ioncube=ok os= phpVersion=5.2.5-pl0-gentoo mbstring=ok zlib=ok session=ok dom=ok domxml_xslt=fail xslt=fail sqlite=2.8.17 sqliteEncoding=iso8859 gd_png=ok gd_gif=ok gd_jpg=ok gd_wbmp=ok gd=2.0.34 safe_mode=ok mail=ok curl=fail serverApi=CGI folder_permissions_data=fail

I have two "fail" : CURL and FOLDER PERMISSIONS DATA...

what is the real problem ?

Many thanks
 
Preview works, Publish doesn't

I am having an almost identical problem but with various error messages. SB will not Publish anything that has a module page, saying that the server doesn't pass php verification. Alternatively, we were getting IonCube error messages. However, Preview works perfectly on every type of module page. If Preview works, then it should Publish, but it wont. Publish works only if it's pure and plain HTML pages

We also use Plesk 8.3, and this is supposed to integrate with it, but so far the integration is very shaky. Some domain FTP settings are not recognized in SiteBuilder.
 
On sitebuilder server there is always ioncube loader, but that does not mean that he will install on the server where you are trying to publish site. Check up configuration publish server.
 
Hi,

You type :
"you must install domxml_xslt or xslt"

Can you give me a link or docs to explain what is this tool and how install it ?

Thanks
 
domxml_xslt, xsl - php extensions, your php version is 5.2.5 and php5 includes the XSL extension by default and can be enabled by adding the argument --with-xsl[=DIR] to your configure line. DIR is the libxslt installation directory.
 
Hy Andrey

You say that I need to add this new argument...

But is it on in my PHP.ini file, httpd.conf or in another Sitebuilder config file ?

"--with-xsl[=DIR]"

By default what is generally the directory of this extension on a server ?
(I need to find it)

Many thanks
 
To add necessary you need to install appropriate packages as 'crobinson' suggested or recompile PHP with necessary options. PHP recompilation requires some technical skils and you can find tons of information how to do that in Internet. As for appropriate options for Sitebuilder published site try to check this documentation: http://download1.parallels.com/SiteBuilder/4.1.0/doc/admin/en_US/html/index.htm -> Appendix. Troubleshooting Sitebuilder -> Typical Site Publishing Errors -> Known Issues with Third Party Components..Hope it helps.
 
I now have this same problem on an old FC4 server.
Has anyone managed to recompile or fix this without breaking something else?
 
Back
Top