[TYPO3-linux] Typo3 Version 4.0 Installation Question

Anthony Caskey anthonycaskey at hotmail.com
Sun Aug 20 08:48:04 CEST 2006


Dear Unix Install List Members:

My name is Tony Caskey. I live and work in Shanghai. Unfortuately there do not seem to be many Typo3 users in China yet, so I am turning to this list for some help.

I could install Quickstart into Typo3 version 3.8.0. However, I am having problems installing Quickstart into version 4.0. The domain name of my website is www.ecfnews.com. To go to my installation of typo3 version 4.0 one goes to www.ecfnews.com/buck/

This is how I am trying to install my system right now:

1. I log into the control panel of my website
2. I run the Fantastico install tool and install Typo3 version 4.0 onto my website
3. I have renamed "database.sql" from the Quickstart installation on typo3.org to "quickstart.sql". I copy quickstart.sql to buck/typo3conf/
4. I rename /buck/uploads to /buck/uploads_old and copy the Quickstart uploads subdirectory to /buck so my new Quickstart website will have the photos
necessary to run Quickstart.
5. As you know, a bug in Typo3 verison 4.0 is that the cs, GB, llxml, pics and temp subdirectories in the typo3temp subdirectory are not automatically created by Typo3 Version 4.0. I delete the automatically installed /buck/typo3temp and in its place I copy a new typo3temp subdirectory which has cs, GB, etc.
6. I configure localconf.php

More specifically, I insert this code above the double hash marks:

  $TYPO3_CONF_VARS["GFX"]["gdlib"] = '1'; // Inserted by Anthony Caskey 6/7/29
  $TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1'; // Inserted by Anthony Caskey 6/7/29
  $TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1'; //  Modified or inserted by TYPO3 Install Tool.
  $TYPO3_CONF_VARS["GFX"]["im_negate_mask"] = '1'; // Inserted by Anthony Caskey 6/7/29
  $TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1'; // Inserted by Anthony Caskey 6/7/29
  $TYPO3_CONF_VARS[GFX]["im_v5effects"] = "0"; 
  $TYPO3_CONF_VARS["GFX"]["im_mask_temp_ext_gif"] = '1'; // Inserted by Anthony Caskey 6/7/29

  $TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite';

  $TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96'; // Inserted by Anthony Caskey 6/7/29
7. I comment out the die command in the /typo3/install/index.php file

8. I run the Typo3 123 install tool:

/buck/typo3/install/index.php?mode=123&step=1

The database is successfully read, but I get this error message at the front end:

 Error!
No pages are found on the rootlevel! 

In addition, no tree structure shows at the front end.

If any of you have any suggestions about what I should do, I would be most appreciative.

Many thanks,

Tony Caskey
phone: 86 21 6253-5992

As requested on the typo3.org website, I include the results of phpinfo() here:

### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST           : www.ecfnews.com
TYPO3_HOST_ONLY     : www.ecfnews.com
TYPO3_PORT          : 
PATH_INFO           : 
QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI         : /buck/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER        : http://www.ecfnews.com/buck/typo3/install/index.php?TYPO3_INSTALL[type]=about
TYPO3_REQUEST_HOST  : http://www.ecfnews.com
TYPO3_REQUEST_URL   : http://www.ecfnews.com/buck/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://www.ecfnews.com/buck/typo3/install/index.php
TYPO3_REQUEST_DIR   : http://www.ecfnews.com/buck/typo3/install/
TYPO3_SITE_URL      : http://www.ecfnews.com/buck/
TYPO3_SITE_SCRIPT   : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL           : 
SCRIPT_NAME         : /buck/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /home/billy/public_html
SCRIPT_FILENAME     : /home/billy/public_html/buck/typo3/install/index.php
REMOTE_ADDR         : 61.170.146.245
REMOTE_HOST         : 
HTTP_USER_AGENT     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
HTTP_ACCEPT_LANGUAGE: zh-cn
CONST: PHP_OS       : Linux
CONST: TYPO3_OS     : 
CONST: PATH_thisScri: /home/billy/public_html/buck/typo3/install/index.php
CONST: php_sapi_name: apache
OTHER: TYPO3_VERSION: 4.0
OTHER: PHP_VERSION  : 4.4.2
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif()          : 1
imagepng()          : 1
imagejpeg()         : 1
imagettftext()      : 1
OTHER: IMAGE_TYPES  : 31
OTHER: memory_limit : 
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/1.3.36 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /buck/typo3/install/index.php
SERVER: PATH_TRANSLA: /home/billy/public_html/buck/typo3/install/index.php
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib     : 1
T3CV_GFX: gdlib_png : 0
T3CV_GFX: gdlib_2   : 1
T3CV_GFX: im        : 1
T3CV_GFX: im_path   : /usr/X11R6/bin/
T3CV_GFX: im_path_lz: /usr/bin/
T3CV_GFX: im_version: 1
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 1
T3CV_GFX: im_combine: composite
### DEBUG SYSTEM INFORMATION - END ###


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-linux/attachments/20060820/f69f8ce0/attachment.htm 


More information about the TYPO3-linux mailing list