Forums / Install & configuration / problems with the automatic installation

problems with the automatic installation

Author Message

steph peud

Sunday 20 August 2006 3:08:03 am

hello all,

i'm having problems on the finishing process of ezpublish.. i can't seem to go further than the "sending the information email to ez" page. i'm having a internal server problem reported after.

all seems ok with my database and co. i use mysql5 i tried also the 4 but seems to not resolve things. i'm on 1and1 servers also (do they use php5) ?

i must precise that i don't have a htaccess or php.ini file created.

what could have happened here?

thank you very much :!

Claudia Kosny

Sunday 20 August 2006 6:45:59 am

Hello Steph,

we need a bit more information about your system to get an idea of what might have happened.
What version of Ezpublish do you use? if it is not the newest one, please download the latest version and try this one.
What is the version of PHP, MySQL and Apache? If you don't know and can't find out from your provider create a php file with the following content:

<?php
phpinfo();
?>

Name this file phpinfo.php, upload it to your webserver and load it through your webbrowser.
The version of PHP you can see in the heading right on top of the page.
For the version of Apache check the section with the heading 'apache', there you'll find an entry for the apache version.
For the version of MySQL go to the section 'mysql' where you will find the 'Client API version'.

As far as I recall it might also be interesting to see the content of the email to EZ (the last page you get). Copy the content of the textbox and post it here.

Greetings from Luxembourg

Claudia

steph peud

Monday 21 August 2006 3:30:58 pm

Hello Claudia !

thank you very much for your interest in my problem!

i have managed to gather the information you require:
I use the latest release of Ez publish

PHP: PHP Version 4.4.3
Mysql: Client API version 4.0.25 (i use version 5, i can have 4 or 5 created)
system:Linux infong 2.4
Apache:Apache/1.3.37 (Unix)

i will post later on the info generated by ez

Regards,
Steph

steph peud

Tuesday 22 August 2006 10:01:13 am

here is the comments generated by EZ installation...
hope that can help

Comments:

Site info:

Site package - corporate_site
Title - xxxx
URL - xxxxx
Admin URL - xxxxx
Access type - url
Access value - corporate_site

PHP info:
Version - 4.4.3

OS info
Name - Linux infong 2.4 #1 SMP Tue May 23 17:47:33 CEST 2006 i686 unknown
CPU Type - Intel(R) Xeon(TM) CPU 3.00GHz
CPU Speed - 3000.000 MHz
Memory Size - 4248182784 (3.96 GB)

Database info:
Type - MySQL
Driver - ezmysql

Email info:
Transport - sendmail

Image conversion:

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
allow_url_fopen - Success
accept_path_info - Success
php_session - Success
file_upload - Success

Other tests:

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

steph peud

Tuesday 22 August 2006 10:02:38 am

then i'm having a error page saying :

Erreur 500: erreur interne du serveur!

thanx a lot if you can find the solution to that , its driving me nuts .. i tried a zillion variations ..

Claudia Kosny

Tuesday 22 August 2006 10:56:27 am

Hi Steph

are you sure that you do not have an htaccess on your webserver. EZ might cause server timeouts or PHP errors but an internal server error 500 is usually caused by an error in the htaccess. Please note that some ftp programs do not show files that start with a dot (as .htaccess does), so check if you can see the .htaccess_root that comes with EZ.
If you can't see this file, make sure that you do not have an .htaccess by uploading an empty file with this name. Then you can be sure there are no problems in this file.

If you definitely do not have a .htaccess file on your server, unfortunatetely I don't know what to do. The setup test results look ok, the version of PHP and Mysql and so on are ok (as far as I know). So unless someone else here can help you I would suggest contacting the support of 1und1. Maybe they can tell you the reason behind the server error whereupon we might get an idea on how to avoid it.

Good luck

Claudia