Bug #17303
closed/usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
0%
Description
After logging in the backend as the administrator, I see a blank page and this error message:
/usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
FreeBSD 6
Apache 2
PHP 5.2.1
mysql 5
(issue imported from #M5622)
Files
Updated by Larene Spitler over 17 years ago
- DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : statest.pictoris.net
TYPO3_HOST_ONLY : statest.pictoris.net
TYPO3_PORT :
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : /cms/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER : http://statest.pictoris.net/cms/typo3/install/index.php?TYPO3_INSTALL[type]=cleanup
TYPO3_REQUEST_HOST : http://statest.pictoris.net
TYPO3_REQUEST_URL : http://statest.pictoris.net/cms/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://statest.pictoris.net/cms/typo3/install/index.php
TYPO3_REQUEST_DIR : http://statest.pictoris.net/cms/typo3/install/
TYPO3_SITE_URL : http://statest.pictoris.net/cms/
TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
SCRIPT_NAME : /cms/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /usr/local/apache2/htdocs
SCRIPT_FILENAME : /usr/local/apache2/htdocs/cms/typo3/install/index.php
REMOTE_ADDR : 63.226.127.47
REMOTE_HOST :
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
HTTP_ACCEPT_LANGUAGE: en-us
CONST: PHP_OS : FreeBSD
CONST: TYPO3_OS :
CONST: PATH_thisScri: /usr/local/apache2/htdocs/cms/typo3/install/index.php
CONST: php_sapi_name: apache2handler
OTHER: TYPO3_VERSION: 4.1.1
OTHER: PHP_VERSION : 5.2.1
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif() : 1
imagepng() : 1
imagejpeg() : 1
imagettftext() : 1
OTHER: IMAGE_TYPES : 31
OTHER: memory_limit : 25M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/2.2.4 (Unix) PHP/5.2.1 with Suhosin-Patch mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 mod_perl/2.0.3 Perl/v5.8.7
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /cms/typo3/install/index.php
SERVER: PATH_TRANSLA:
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 1
T3CV_GFX: gdlib_png : 0
T3CV_GFX: gdlib_2 : 0
T3CV_GFX: im : 1
T3CV_GFX: im_path : /usr/local/bin/
T3CV_GFX: im_path_lz:
T3CV_GFX: im_version: im5
T3CV_GFX: im_negate_: 1
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine: composite - DEBUG SYSTEM INFORMATION - END ###
Updated by Michael Stucki over 17 years ago
So how does this file look like? Please assure that all files have been copied to the server correctly.
Updated by Larene Spitler over 17 years ago
I've uploaded the file. This is what the permissions look like. They are set to 644, read permissions.
statest /www/htdocs/typo3_src-4.1.1/typo3/sysext/lang# ls la 1 webadmin wheel 4160 Apr 2 21:41 ext_emconf.php
total 241
drwxr-xr-x 3 webadmin wheel 1536 Apr 2 21:41 .
drwxr-xr-x 35 webadmin wheel 1024 Apr 2 21:41 ..
drwxr-xr-x 2 webadmin wheel 2560 Apr 2 21:41 cshimages
-rw-r--r-rw-r--r- 1 webadmin wheel 18811 Apr 2 21:41 lang.phprw-r--r- 1 webadmin wheel 1259 Apr 2 21:41 locallang_alt_doc.xmlrw-r--r- 1 webadmin wheel 615 Apr 2 21:41 locallang_alt_intro.xmlrw-r--r- 1 webadmin wheel 2002 Apr 2 21:41 locallang_browse_links.xmlrw-r--r- 1 webadmin wheel 11820 Apr 2 21:41 locallang_core.xmlrw-r--r- 1 webadmin wheel 18343 Apr 2 21:41 locallang_csh_be_groups.xmlrw-r--r- 1 webadmin wheel 13849 Apr 2 21:41 locallang_csh_be_users.xmlrw-r--r- 1 webadmin wheel 55651 Apr 2 21:41 locallang_csh_corebe.xml
Updated by Larene Spitler over 17 years ago
I figured out my problem. I had changed the path of "typo3_src" to an absolute path "/www/htdocs/typo3_src-4.1.1" instead of the relative path "../typo3_src-4.1.1". That caused this problem. But it did work when I tried the absolute path "/usr/local/apache2/htdocs/typo3_src-4.1.1" which is the true path and the "/www/htdocs" is a symbolic link.