[Typo3-dev] Wrong path to files since 3.6RC1 (Windows/Apache2/PHP4.3.4)
Thorsten Reichelt
Thorsten_Reichelt at gmx.de
Sun Mar 28 13:11:55 CEST 2004
Hello !
I don't know whether it was discussed before but since I
updated to Typo3.6RC1 I discovered two bugs preventing me
from using 3.6 under Windows. (I tried RC1-Dummy.zip and the
CVS version)
I have installed 3.6 inside a subdirectory of my server
(http://192.168.0.2/dummy-3.6.0RC1/)
The old 3.5 is installed inside subdirectory
http://192.168.0.2/TYPO3/ and it works fine.
1) Installtool / ImageMagick
======================================
==> 4: All Configuration ==> [im_path]
TYPO3.5:
I have set this path to "D:\Programme\ImageMagick-5.5.4-Q16\" and
all works fine. All tests under "3: Image Processing/ReadingImage" pass
and Typo3 can ImageMagick. Read JPG command used:
"D:\Programme\ImageMagick-5.5.4-Q16\convert -geometry 170x136!
-colorspace RGB -quality 60 E:/Homepages/htdocs/TYPO3/typo3/ext/install/imgs/jesus.jpg[0]
E:/Homepages/htdocs/TYPO3/typo3temp/install_read_jpg.jpg"
TYPO3.6RC1/CVS
If I use the same path in Typo3.6 ImageMagick will not be
found by Typo3:
"ImageMagick path: D:\Programme\ImageMagick-5.5.4-Q16\ ()
Warning: Mismatch between the version of ImageMagick () and
the configuration of [GFX][im_version_5] (1)"
And all image tests fail. Read JPG command used:
==> There was no result from the ImageMagick operation ==>
"D:\Programme\ImageMagick-5.5.4-Q16\convert -geometry 170x136!
-colorspace RGB -quality 60 E:/Homepages/htdocs/dummy-3.6.0RC1/typo3/ext/install/imgs/jesus.jpg[0]
E:/Homepages/htdocs/dummy-3.6.0RC1/typo3temp/install_read_jpg.jpg"
But under "1: Basic Configuration" Typo3 says:
Available ImageMagick installations:
D:\Programme\ImageMagick-5.5.4-Q16\/
convert 5.5.4
composite 5.5.4
identify 5.5.4
So it seems that Typo3.6 finds it within the path.
Now, I have changed the path to "D:/Programme/ImageMagick-5.5.4-Q16/"
"3: Image Processing" says under current configuration:
"ImageMagick path: D:/Programme/ImageMagick-5.5.4-Q16/ (5.5.4)"
But ReadJPG... fail again with "There was no result from the
ImageMagick operation":
"D:/Programme/ImageMagick-5.5.4-Q16/convert -geometry 170x136!
-colorspace RGB -quality 60 E:/Homepages/htdocs/dummy-3.6.0RC1/typo3/ext/install/imgs/jesus.jpg[0]
E:/Homepages/htdocs/dummy-3.6.0RC1/typo3temp/install_read_jpg.jpg"
The GD-Libraries functions are all working fine !!
And all of the ImageMagick functions are still working with TYPO3.5 !!
2) Templa Voila
===============
I have installed Typo3.6 inside a subdirectory of my webserver
(/dummy-3.6.0RC1/)
And it seems that TemplaVoila is generating wrong path to files.
On my system TV generates paths to graphics and other external
files like this
"/fileadmin/template/main/images/headerimage.jpg"
but it has to be
"fileadmin/template/main/images/headerimage.jpg"
Thorsten Reichelt
More information about the TYPO3-dev
mailing list