![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
| Hallo zusammen! Ich habe mit tt_products das Problem, dass zwar die Artikel angezeigt werden, aber wenn ich auf "In den Warenkorb" klicke (Template: example_template_bill_de.tmpl), bekomme ich Fehlermeldungen und der Artikel wird nicht in den Warenkorb übernommen. Ich habe es so gemacht, wie es im Tutorial steht und auch in der Dokumentation habe ich keine Hinweise gefunden. Das ganze ist zu sehen auf: http://www.leitnergarten.at/index.php?id=shop. Vielleicht weiss einer von euch Rat. Wenns sein soll, kann ich auch die Zugangsdaten fürs Backend hergeben. TheSMAX |
|
#2
| |||
| |||
| Warum aktivierst du nicht alle debug- und error-Ausgaben im Install Tool. Vermutlich ist eine Extension nicht richtig installiert worden und es fehlen Tabellenfelder. |
|
#3
| |||
| |||
| Ich habe jetzt alle Debug funktionen eingeschaltet, aber es handelt sich immer um SQL-Fehlermeldungen die ich nicht deuten kann. Beispielsweise: Warning: mysql_real_escape_string(:sad: 25 is not a valid MySQL-Link resource in /var/www/typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 554 Ich hab auch schon versucht die neuen Versionen der benötigten Dateien herunterzuladen - aber ebenfalls ohne Erfolg. |
|
#4
| |||
| |||
| Nein, das sind keine SQL, sondern PHP Fehlermeldungen. Du hast wohl kein [SYS][sqlDebug] = 1 aktiviert. |
|
#5
| |||
| |||
Danke für die Tipps - aber war eingeschaltet. Hier der Inhalt der localconf.php - abgesehen vom DB-Passwort - das hat ich rausgelöscht. Man weiß ja nie... <?php $TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site'; // Default password is "joh316" : $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; $TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplat e_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizar d_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter ,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin'; $typo_db_extTableDef_script = 'extTables.php'; ## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script! $TYPO3_CONF_VARS['SYS']['encryptionKey'] = 'c058f544c737782deacefa532d9add4c7dde4b30eb3cb44e265c01c2a8f3d3ca7dbb57521d75ebf9784d5 11027519cb8'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['BE']['installToolPassword'] = '72a90c2aa8d84e2cf8266d79617f0cb9'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['sitename'] = 'Leitner'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['no_pconnect'] = 1; $TYPO3_CONF_VARS['GFX']['image_processing'] = 1; $TYPO3_CONF_VARS['GFX']['thumbnails'] = 1; $TYPO3_CONF_VARS['GFX']['thumbnails_png'] = 1; $TYPO3_CONF_VARS['GFX']["im"] = '1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']["im_path"] = '/usr/bin/'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']["im_path_lzw"] = ''; // Modified or inserted by TYPO3 Install Tool. $typo_db = 'web3_db1'; // Modified or inserted by TYPO3 Install Tool. // Updated by TYPO3 Install Tool 19-09-07 11:02:03 $TYPO3_CONF_VARS['EXT']['extConf']['ts_language_de'] = 'a:1:{s:2:"en";s:1:"1";}'; // Modified or inserted by TYPO3 Extension Manager. $TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,t stemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer ,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodul es,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3skin,th_exttableservice,t h_exttable,doc_ttproducts_de,mc_googlesitemap,skincrystal,div,table,fh_library,tt_prod ucts,static_info_tables,sr_static_info,static_info_tables_de'; // Modified or inserted by TYPO3 Extension Manager. // Updated by TYPO3 Extension Manager 19-09-07 17:19:18 $TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1'; // Modified or inserted by TYPO3 Install Tool. // Updated by TYPO3 Install Tool 19-09-07 18:06:17 // Updated by TYPO3 Extension Manager 28-09-07 14:04:35 $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5'; // Modified or inserted by TYPO3 Install Tool. $typo_db_username = 'web3_u1'; // Modified or inserted by TYPO3 Install Tool. $typo_db_password = ''; // Modified or inserted by TYPO3 Install Tool. $typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool. // Updated by TYPO3 Install Tool 27-11-07 14:51:30 $TYPO3_CONF_VARS['EXT']['extConf']['tt_products'] = 'a:3:{s:14:"pageAsCategory";s:1:"0";s:12:"useFlexforms";s:1:"1";s:12:"usePatch1822";s: 1:"1";}'; // Modified or inserted by TYPO3 Extension Manager. // Updated by TYPO3 Extension Manager 30-11-07 12:44:57 // Updated by TYPO3 Install Tool 15-12-07 15:41:00 $TYPO3_CONF_VARS['EXT']['extConf']['static_info_tables_de'] = 'a:1:{s:5:"dummy";s:1:"0";}'; // Modified or inserted by TYPO3 Extension Manager. $TYPO3_CONF_VARS['EXT']['extConf']['sr_feuser_register'] = 'a:5:{s:12:"uploadFolder";s:27:"uploads/tx_srfeuserregister";s:10:"imageTypes";s:30:"png, jpg, jpeg, gif, tif, tiff";s:12:"imageMaxSize";s:4:"2000";s:12:"useFlexforms";s:1:"1";s:14:"useMd5Password" ;s:1:"0";}'; // Modified or inserted by TYPO3 Extension Manager. $TYPO3_CONF_VARS['EXT']['extConf']['static_info_tables'] = 'a:1:{s:7:"charset";s:5:"utf-8";}'; // Modified or inserted by TYPO3 Extension Manager. // Updated by TYPO3 Extension Manager 29-01-08 12:46:25 $TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['FE']['debug'] = '1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['FE']['compressionDebugInfo'] = '1'; // Modified or inserted by TYPO3 Install Tool. // Updated by TYPO3 Install Tool 30-01-08 20:45:28 ?> |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Zu viele Artikel im Warenkorb | Jens Bond | commerce | 2 | 15.02.08 13:53 |
| RTE-Änderungen werden nicht übernommen | Carlo | TYPO3 4.x Rich Text Editor | 4 | 10.01.08 15:34 |
| Templateänderungen werden nicht übernommen | Bulbiculus | TYPO3 4.x Fragen und Probleme | 1 | 30.12.07 22:01 |
| Artikel werden nicht im Warenkorb angezeigt! | sven1975 | tt_products | 0 | 19.08.07 19:05 |
| Artikel im Warenkorb verschwindet | Mike81 | tt_products | 3 | 01.03.05 11:03 |