[Typo3-install] quickstart - 500 Server Error - Premature end of script headers

Vincent newsposting1 at crel.us
Sun Sep 11 01:01:48 CEST 2005


Hi.

I am attempting to try typo3 for the first time.  My web hosting
service (which runs on Linux) has it available to install from
the cpanel, so the primary installation and mysql setup was
simple.

The root installation directory on my shared hosting account is

~/public_html/typo3.  

I can login to the admin area with the browser at

http://mysite.com/typo3/typo3

and, so far as I can tell, the basic installation is working ok.

cpanel also installed the dummy package at the root level.

Here is what the root installation directory, ~/public_html/typo3,
looks like.

-rwxr-xr-x  1 myid myid 4513 Sep  7 22:17 .htaccess
drwxr-xr-x  2 myid myid 4096 May 26 06:14 README_FILES
-rwxr-xr-x  1 myid myid   46 May 22 18:41 clear.gif
-rwxr-xr-x  1 myid myid   35 May 26 07:37 fantversion.php
drwxr-xr-x  4 myid myid 4096 Sep  9 22:25 fileadmin
-rwxr-xr-x  1 myid myid   47 Apr 20 01:17 index.php
lrwxrwxrwx  1 myid myid   11 Sep  7 22:17 media -> tslib/media
drwxr-xr-x  7 myid myid 4096 Sep  9 00:29 quickstart
-rwxr-xr-x  1 myid myid   46 Apr 20 01:17 showpic.php
lrwxrwxrwx  1 myid myid   15 Sep  7 22:17 t3lib -> typo3_src/t3lib
lrwxrwxrwx  1 myid myid   15 Sep  7 22:17 tslib -> typo3_src/tslib
lrwxrwxrwx  1 myid myid   15 Sep  7 22:17 typo3 -> typo3_src/typo3
lrwxrwxrwx  1 myid myid   16 Sep  7 22:17 typo3_src -> typo3_src-3.8.0/
drwxr-xr-x  5 myid myid 4096 May 22 18:42 typo3_src-3.8.0
drwxr-xr-x  3 myid myid 4096 Sep  9 22:25 typo3conf
drwxr-xr-x  4 myid myid 4096 Sep  9 22:25 typo3temp
drwxr-xr-x  6 myid myid 4096 Sep  9 22:25 uploads


However, I downloaded the quickstart package separately and am
trying to get it working to start learning it, but it does not
work.  I followed the instructions in the INSTALL.txt file and
unpacked it in

~/public_html/typo3

However, when I try to connect to it at 

http://mysite.com/typo3/quickstart

I get the error

500 Server Error

According to INSTALL.txt, after connecting to it I should

Follow the instructions in the 1-2-3 install tool

But I cannot get past the server error.

There is an error in the server log that says

Premature end of script headers: /home/myid/public_html/typo3/quickstart/index.php

which is kind of strange.  It sounds like a syntax error in the
actual php file.

I searched the mailing lists and found a couple of postings
mentioning this error but they just made vague comments about it
probably being a permission problem.

So far as I can tell, it does not look like a file permission
problem.  The permissions are the same in the quickstart
directory as in the root installation directory and the rest of
the installation seems to be working.

I suspected it might be an authentication issue with the mysql
DB.  The DB was setup by cpanel when I installed the main
package, before I unpacked the quickstart package.  I found a
mailing list posting that indicated that might be a problem.

I tried cutting and pasting the following entries (I don't
show the values here) from 

~/public_html/typo3/typo3conf/localconf.php
to
~/public_html/typo3/quickstart/typo3conf/localconf.php

$typo_db_username
$typo_db_password
$typo_db_host
$typo_db 
$TYPO3_CONF_VARS["BE" ]["installToolPassword"]
$TYPO3_CONF_VARS["SYS"]["sitename"           ]
$TYPO3_CONF_VARS["SYS"]["encryptionKey"      ]
$TYPO3_CONF_VARS["BE" ]["fileCreateMask"     ]
$TYPO3_CONF_VARS["BE" ]["folderCreateMask"   ]

but I still get the same error.

Is there any way I can install the quickstart package to an
already working typo3 installation with the DB already setup?

Any help would be appreciated and provide you with good karma :-).

Software info:
-------------
TYPO3_VERSION  : 3.8.0
PHP_VERSION    : 4.3.11
SERVER_SOFTW   : Apache/1.3.33 (Unix)
PHP_OS         : Linux
HTTP_USER_AGENT: Mozilla/5.0 (compatible; Konqueror/3.4; NetBSD) 
                 KHTML/3.4.1 (like Gecko)


Regards,
Vincent





More information about the TYPO3-install mailing list