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?
|