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

Publishing error

R

ramirors

Guest
Hi, I just cant´make it work.....when i try to publish I get this message....

The site 'lucatmi' was not published.

The ionCube PHP Loader (v 3.1.15 or newer) is not installed at the target server (publication DSN is 'FTP:lucatmi@[***]:200.38.62.126::httpdocs', current site title is 'lucatmi' , site owner is 'admin')

Connection to 'http://lucatmi.com/' is very slow. Total request time is 1 seconds. The size of transferred data is 239 bytes.


Please...help
 
Originally posted by ramirors

The ionCube PHP Loader (v 3.1.15 or newer) is not installed at the target server (publication DSN is 'FTP:lucatmi@[***]:200.38.62.126::httpdocs', current site title is 'lucatmi' , site owner is 'admin')

Connection to 'http://lucatmi.com/' is very slow. Total request time is 1 seconds. The size of transferred data is 239 bytes.

Please...help

1. Sitebuilder has some requirements for publishing server. The whole requirements list you can find on SWsoft's website here: http://www.swsoft.com/en/products/sitebuilder3/reqs

This list includes following notes:

* ionCube PHP Loader 3.1 or newer

So you need to make sure that ionCube version 3.1.15 or newer is installed for PHP on publishing server. More information you can get from Sitebuilder documentation here: http://download1.swsoft.com/SiteBuilder/3.0.2/doc/admin/en_US/index.htm -> Typical Site Publication Errors -> Known Issues with Third Party Components

2. As for the second message about slow connection try to set 'ftp_connect_timeout' parameter into SB_ROOT/config file for Sitebuilder:

This can happen when connection with the remote publishing server is too slow or unstable. To overcome this issue, go to the config file and append parameter ftp_connect_timeout = 35 into the [general] section of the file.

Append the parameter as shown in the example below:

[general]

preloader = on
session_life_time = 86400
db_sessions = on
use_rewrite = on

ftp_connect_timeout = 35

...

This will enhance the server timeout to 35 seconds, and will make it possible to publish even large sites on an unstable network.

The path to the config file is as follows:

* for Debian and Ubuntu - /opt/sitebuilder/config
* for other UNIX systems - /usr/local/sitebuilder/config.
 
Same error

I made the change on time (ftp_connect_timeout = 35), same error, i dont know why if its in thne same server....

I verify the instalation of ioncube....
I put

zend_extension=/usr/lib/php5/20050922/ioncube_loader_lin_5.1.so

on etc/php5/cgi and etc/php5/cli


and still the same message...

The site 'lucatmi' was not published.

The ionCube PHP Loader (v 3.1.15 or newer) is not installed at the target server (publication DSN is 'FTP:lucatmi@[***]:200.38.62.126::/httpdocs', current site title is 'lucatmi' , site owner is 'admin')

Connection to 'http://lucatmi.com/' is very slow. Total request time is 1 seconds. The size of transferred data is 239 bytes
 
Did you check phpinfo() on the FTP remote server? Make sure that correct ionCube version persists there.
There is a special script which can help you to check if everything is fine with requirements on remote host (/usr/local/sitebuilder/resources/publish/check.php
). It should be run from publishing site's directory. For example, if you are trying to publish to domain domain.tld you need upload this script into site's directory and run it in browser as http://domain.tld/check.php.
 
Back
Top