[Typo3-dev] Path Problems with Netware 6.5
xsl at gmx.at
xsl at gmx.at
Mon Dec 13 16:21:07 CET 2004
(Please CC answers to my email)
Dear list,
As a part of a project I had to install Typo3 3.6.2 on a
Novell Netware 6.5 system. When I first tried to edit a site I saw an error
message like the following (paths are different):
--- Example error ---
Failed opening 'vol1:/inet_root/htdocs/quickstart/typo3conf/vol1
:/inet_root/htdocs/quickstart/typo3/sysext/cms/tbl_tt_content.php'
for inclusion (include_path='.;sys:/php/includes') in vol1:/inet_roo
t/htdocs/quickstart/typo3/t3lib/class.t3lib_div.php on line 1830
---
So I searched the web and found a solution on a German
message board, which I will describe later [1].
But there are still some issues with typo3 and netware
(I would be very happy, if you could help me to fix
them):
* It's impossible to access files in the fileadmin-directory
using the backend. If I select File -> Filelist there are no
directories or files displayed. In addition to this I can't
include images or files into webpages because the filebrowser
their isn't working either. There is no problem to access this
files in the front-end. I can even browse the fileadmin/
directory using a web-browser.
* The source of the images on the left menu (typo3/alt_menu.php) is a
filesystem path like
"sys:/Apache2/htdocs/quickstart/typo3/mod/web/website.gif"
instead of "http://server/quickstart/typo3/mod/web/website.gif",
therefore
there are no images in the menu.
* The backend sometimes doesn't care about changes I make:
For example if I update a template, logout and login again
it still remains unchanged.
There were no warnings or errors duiring the installation except the one
that the memory limit was too small.
If I try to access the phpinfo() function of the Typo3-Install-Tool I get
the following error:
--- Error Message ---
Call to undefined function: imagetypes() in
SYS:/Apache2/htdocs/quickstart/typo3/t3lib/class.t3lib_install.php
on line 958
---
I commented that line out and finally got the output listed in [2].
Furthermore I collected some information about the Netware-System,
like the httpd.conf, php.ini and mod_php.conf [3].
I already know the typo3-dev-list posts about netware systems, searched the
web and read the documentation.
As I already mentioned before, I would be very happy if
you could help me,
Simon
[1]: Solution to fix this problem
FILE: t3lib\classt3lib_div.php
LINE: 183
FUNCTION: loadTCA($table)
FROM:
include(PATH_typo3conf.$TCA[$table]["ctrl"]["dynamicConfigFile"]);
TO:
include($TCA[$table]["ctrl"]["dynamicConfigFile"]);
_____________
FILE: php.ini
; open_basedir = ".;sys:/tmp"
include_path = ".;sys:/php/includes;
SYS:/Apache2/htdocs/quickstart;
SYS:/Apache2/htdocs/quickstart/typo3"
[2]: Typo3 Debug Information
### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : 192.168.1.105
TYPO3_HOST_ONLY : 192.168.1.105
TYPO3_PORT :
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI :
/quickstart/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER :
http://192.168.1.105/quickstart/typo3/install/index.php?
TYPO3_REQUEST_HOST : http://192.168.1.105
TYPO3_REQUEST_URL :
http://192.168.1.105/quickstart/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT:
http://192.168.1.105/quickstart/typo3/install/index.php
TYPO3_REQUEST_DIR : http://192.168.1.105/quickstart/typo3/install/
TYPO3_SITE_URL : http://192.168.1.105/quickstart/
TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
SCRIPT_NAME : /quickstart/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : SYS:/Apache2/htdocs
SCRIPT_FILENAME : SYS:/Apache2/htdocs/quickstart/typo3/install/index.php
REMOTE_ADDR : 192.168.1.103
REMOTE_HOST :
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
HTTP_ACCEPT_LANGUAGE: de
CONST: PHP_OS : NetWare
CONST: TYPO3_OS :
CONST: PATH_thisScri: SYS:/Apache2/htdocs/quickstart/typo3/install/index.php
CONST: php_sapi_name: apache2filter
OTHER: TYPO3_VERSION: 3.6.2
OTHER: PHP_VERSION : 4.2.4-dev
imagecreatefromgif():
imagecreatefrompng():
imagecreatefromjpeg(:
imagegif() :
imagepng() :
imagejpeg() :
imagettftext() :
OTHER: memory_limit :
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/2.0.49a (NETWARE) mod_perl/1.99_04-dev
Perl/v5.8.0 mod_jk/1.2.6-dev mod_nsn/1.0_0 PHP/4.2.4-dev
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /quickstart/typo3/install/index.php
SERVER: PATH_TRANSLA:
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 0
T3CV_GFX: gdlib_png : 0
T3CV_GFX: gdlib_2 : 0
T3CV_GFX: im : 0
T3CV_GFX: im_path :
T3CV_GFX: im_path_lz:
T3CV_GFX: im_version: 0
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine:
### DEBUG SYSTEM INFORMATION - END ###
[3]: php.ini and httpd.conf
http://extraball.sunsite.dk/notepad.php?ID=6234 (php.ini)
http://extraball.sunsite.dk/notepad.php?ID=6235 (httpd.conf)
http://extraball.sunsite.dk/notepad.php?ID=6236 (mod_php.conf)
--
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!
More information about the TYPO3-dev
mailing list