Product:
Search Type:

My site with modules cannot be published, the process takes 97% or 99% but finally it fails with "Internal Sitebuilder error". What may cause this?

Article ID: 5450 
Last Review: Jul,09 2008
APPLIES TO:
  • Sitebuilder 4.x for Linux/Unix

RESOLUTION

On Sitebuilder server increase apache timeout and maximum scripts execution time in configuration files of apache and Sitebuilder PHP.

/etc/httpd/conf/httpd.conf
..............
# Timeout: The number of seconds before receives and sends time out, in seconds
Timeout 1200
..............


/opt/php52/etc/php.ini
..............
max_execution_time = 3600    ; Maximum execution time of each script, in seconds
..............

Additional information

Location of Sitebuilder PHP configuration file may differ on other operating systems, you may get location of the file with help of sb_config.

~# sb_config --help | grep php
 --phpcli_path        PHP CLI executable [/opt/php52/bin/php5]
 --phpcgi_path        PHP CGI executable [/opt/php52/cgi-bin/php5]
~#
~# find /opt/php52 -name php.ini
/opt/php52/etc/php.ini
~#

You need configuration file of PHP CGI to perform the change in.


Keywords: publishing modules

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields