Forums / Install & configuration / EzPublish 4.0 does not finish in final step

EzPublish 4.0 does not finish in final step

Author Message

Jan Frode Bentsen

Thursday 13 December 2007 1:48:29 pm

During first step I get this issues:

1. My service providor does not let me change this due to security issues. This did not cause a problem for me in the 3.10 version. So I assume that the poblem is not here.
2. Will this cause me installation to fail? I am trying to edit the .htacess file without any luck so far. ( I use Apache Apache/1.3.39)

Issues
1. allow_url_fopen ini setting is disabled
You need to alter your PHP settings, and enable the 'allow_url_fopen' setting in your php.ini file.
allow_url_fopen = On
Remember to restart your web server afterwards.
Note : Failure here will also cause failure to the accept_path_info test.
Ignore this test

2. AcceptPathInfo disabled or running in CGI mode
You need to enable AcceptPathInfo in your Apache config file, if you're using apache 2.x. If you're running apache 1.3, eZ Publish will not run in CGI mode.
Check the Apache documentation, or enter the following into your httpd.conf file.
AcceptPathInfo On
Remember to restart your web server afterwards.
Ignore this test

When I come to final step, This log occurs: But when i press next, (after a few sec) the browser window is blank.
And no logs in var/log/error.txt

Web server info:
Version - Apache/1.3.39 (Unix) PHP/5.2.5 mod_psoft_traffic/0.2 mod_ssl/2.8.29 OpenSSL/0.9.7a FrontPage/5.0.2.2635

PHP info:
Version - 5.2.5

OS info
Name - Linux u02.servetheworld.net 2.6.9-55.0.6.ELsmp #1 SMP Tue Sep 4 21:36:00 EDT 2007 i686
CPU Type - Intel(R) Pentium(R) D CPU 3.00GHz
CPU Speed - 3000.378 MHz
Memory Size - 4253011968 (3.96 GB)

Database info:
Type - MySQL
Driver - ezmysql

Email info:
Transport - SMTP

Image conversion:
ImageMagick was found and used.
Path - /usr/bin
Executable - convert
ImageGD extension was found and used.

Regional info:
Primary - eng-GB
Additional - eng-GB

Critical tests

directory_permissions - Success
phpversion - Success
database_extensions - Success
image_conversion - Success
open_basedir - Success
safe_mode - Success
memory_limit - Success
execution_time - Success
magic_quotes_runtime - Success
php_session - Success
file_upload - Success
zlib_extension - Success

Other tests:

php_magicquotes - Failure
mbstring_extension - Success
imagegd_extension - Success
imagemagick_program - Success
database_all_extensions - Success
php_register_globals - Success
texttoimage_functions - Success
autoload_permission - Failure

What am I doing wrong? and what can I to to correct this problem, or find any more info aboute the failure in the installation?

Greg McAvoy-Jensen

Friday 14 December 2007 12:32:56 am

If you haven't already, you might first build a phpinfo() page to check the resource (memory) limit and the maximum execution time. Having either one set too low can cause the final step to fail.

Granite Horizon, Certified Developer of eZ Publish Web Solutions
Provider of the SaaS Solution Granite Horizon In The Cloud | http://granitehorizon.com/cloud
http://granitehorizon.com | +1 916 647 6350 | California USA | @granitegreg
Blog: http://granitehorizon.com/blog

Steven E. Bailey

Friday 14 December 2007 2:36:33 am

If you put your rewrite rules in the apache config file instead of using .htaccess, copy the new rewrite rules in .htaccess_root to your apache config file. Otherwise, at various points in the install process you'll end up with a blank page. At least this was happening to me on 3.10 installations.

Certified eZPublish developer
http://ez.no/certification/verify/396111

Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com

Jan Frode Bentsen

Sunday 16 December 2007 11:48:46 am

The max exectuion time is set to 60
max memory is set to 64M

Is this good enough? What is the requirement ?
The requirement are not stated in:
http://ez.no/ezpublish/requirements

Patrick Kaiser

Sunday 16 December 2007 2:22:09 pm

I had a very similar issues perviously (see http://ez.no/developer/forum/install_configuration/ez_4_0_0alpha2_setup_wizard_jumps_back_to_first_page ). In my case it was the Suhosin php-extension that was preventing the ez-installer to download the site-packages. What Suhosin does, among other things, is to disable url_fopen. So I think this is the reason in your case too, since your hosting provider has disabled allow_url_fopen. The eZ 4 installer seems to behave different than in previous versions.

So I think the only solution is to either aks you provider to allow url_fopen temporarly during installation or to manually install ez and import the plain-site (or whatever package) manually.

Best regards,

Patrick


Best regards,

Patrick

Wolfgang Christen

Tuesday 18 December 2007 4:23:24 am

It's a me too comment: EzPublish did not finish the last step and I suppose that my Web provider might not be generous enough...
Here is what I've got:

32 MB RAM max
10 s execution time per script
max 24 processes

Please, could anybody report the minimum requirements for EZ 4.0? Not everyone is running his/her own Web server but relies on a provider. In my case the values above already represent the 'business' version - there is no larger package but a server... Thus it would be great if the data are good enough...Thanks!

Patrick Kaiser

Tuesday 18 December 2007 5:48:44 am

Wolfgang, I think you wont become happy with ez (any version) and the limitations by your hosting provider..

Best regards,

Patrick


Best regards,

Patrick

Greg McAvoy-Jensen

Tuesday 18 December 2007 8:08:08 am

You can find more on the requirements in the documentation:

http://ez.no/doc/ez_publish/technical_manual/4_0/installation/normal_installation/requirements_for_doing_a_normal_installation

Some hosts have php configurations which are inadequate but which can be overridden with a .htaccess file placed in the eZ Publish directory.

Maximum execution time will depend on the machine and what loads are placed on it. Why not set it for 60, at least for the installation process?

Granite Horizon, Certified Developer of eZ Publish Web Solutions
Provider of the SaaS Solution Granite Horizon In The Cloud | http://granitehorizon.com/cloud
http://granitehorizon.com | +1 916 647 6350 | California USA | @granitegreg
Blog: http://granitehorizon.com/blog