[TYPO3-german] Installation von tt_products
typo3 at clicksite.de
typo3 at clicksite.de
Fri Aug 14 10:13:35 CEST 2015
Hallo Liste,
ich habe mal eine Frage zu tt_products.
Ich habe tt_products nach der Anleitung installiert, wie es Thomas Hirt
auf seiner Seite beschrieben hat
(http://www.thomas-hirt.at/blog/detailansicht/datum/2009/11/09/typo3-shop-mit-tt-products-how-to-1-teil.html)
Mein erster Versuch war in einer älteren Typo3-Version (*4.7.7*) (PHP
5.3.29) beim Provider hosteurope
(tt_products 2.7.21)
Die Installation hat eigentlich auch geklappt, aber alle Eintragungen,
die ich Template gemacht habe, werden völlig ignoriert
Constants:
...
plugin.tt_products.file.templateFile =
fileadmin/template/shop/products_template.tmpl
plugin.tt_products.maxW_list = 250
plugin.tt_products.maxH_list = 250
...
Es wird mir weiterhin das Standard-Template (bananaGUARDs..) angezeigt
und die Bildgröße ändert sich auch nicht (weiterhin 50
px)
Nachdem ich alles mögliche versucht habe und sich nichts geändert habe,
habe ich eine Kopie der Seiten beim Provider jweiland.net installiert
(Typo3 Vers. *6.1.**12*, PHP 5.3.28)
Und siehe da: dort klappe alles und es wurde das eingebundene Template
angezeigt und die Bildgrößen ließen sich auch über Constants ändern.
Also zurück zu hosteurope. Typo3 auf *6.2.14* geändert, aber das Problem
blieb genauso bestehen, wie unter 4.7.7
Ich bekomme unten stehende Fehler und Hinweise im Install-Tool. Hat
einer dieser Hinweise vielleicht etwas mit der Problematik zu tun?
Alles andere läuft problemlos. Nur eben tt_products will nicht.
Vielleicht hat ja jemand einen entscheidenden Tipp oder hatte schon
einmal ein ähnliches Problem.
Danke & viele Grüße
Stefan Ostendorf
System environment check:
*PHP Maximum upload filesize too small*
PHP upload_max_filesize = 8192 KB
TYPO3_CONF_VARS[BE][maxFileSize] = 10240 KB
Currently PHP determines the limits for uploaded file's sizes and not
TYPO3. It is recommended that the value of upload_max_filesize is at
least equal to the value of TYPO3_CONF_VARS[BE][maxFileSize].
*PHP suhosin.get.max_value_length too low*
suhosin.get.max_value_length=1024
This setting can lead to lost information if submitting forms with lots
of data in TYPO3 CMS (as the install tool does). It is highly
recommended to raise this to at least 2000:
suhosin.get.max_value_length=2000
*Low PHP script execution time*
max_execution_time=30
Your max_execution_time is low. While TYPO3 often runs without problems
with 30 seconds, it may still happen that script execution is stopped
before finishing calculations. You should monitor the system for
messages in this area and maybe raise the limit to 240 seconds:
max_execution_time=240
*PHP suhosin.executor.include.whitelist does not contain vfs*
suhosin.executor.include.whitelist= http://,https://
"vfs" is currently not a hard requirement of TYPO3 CMS but tons of unit
tests rely on it. Furthermore, vfs will likely be a base for an
additional compatibility layer in the future. A useful setting is:
suhosin.executor.include.whitelist=phar,vfs
*Folder structure:*
*/typo3_src should be a link, but it does not exist*
Links cannot be fixed by this system
*Path /index.php is not a link*
The target /index.php should be a link, but is of type file. This cannot
be fixed automatically. Please investigate.
*Path /typo3 is not a link*
The target /typo3 should be a link, but is of type dir. This cannot be
fixed automatically. Please investigate.
More information about the TYPO3-german
mailing list