| Anonimowy | Zaloguj się | Załóż nowe konto | 2013-05-24 14:39 CEST |
| Główna | Mój widok | Zobacz | Lista zmian | Plan pracy | Dokumentacja | Moje konto |
| Widok prosty [ Przejdź do komentarzy ] | [ Widok zaawansowany ] [ Historia zagadnienia ] [ Drukuj ] | ||||||
| Identyfikator | Kategoria | Ważność | Powtarzalność | Data zgłoszenia | Data modyfikacji | ||
| 0000051 | [Typogento] Bug | upadek | zawsze | 2011-06-29 11:46 | 2011-09-13 09:39 | ||
| Zgłaszający | heob | Widoczność | publiczny | ||||
| Przypisany do | Frederic Gaus | ||||||
| Priorytet | normalny | Rozwiązanie | poprawiony | ||||
| Stan | rozwiązany | ||||||
| Temat | 0000051: Error 404 Page not found - Whoops you are bad | ||||||
| Opis |
There is a bug in class.tx_fbmagento_pi1.php. If you insert the typogento plugin on a page and you delete it later on, typogento will not find a page and in bad case it will report an error 404. typogento will also process deleted records on a page because there is an error in the sql query. it costet me 2 days to find the problem :-) ... i hope it could help to anyone. the error is on line 159 in class.tx_fbmagento_pi1.php replace: $rows = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('pi_flexform', 'tt_content', 'pid=\''.$GLOBALS ['TSFE']->id.'\' AND list_type=\'fb_magento_pi1\' '.$this->cObj->enableFields('tt_content'), 'sorting'); to $rows = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('pi_flexform', 'tt_content', 'pid=\''.$GLOBALS ['TSFE']->id.'\' and deleted = 0 AND list_type=\'fb_magento_pi1\' '.$this->cObj->enableFields('tt_content'), 'sorting'); |
||||||
| Dodatkowe informacje | |||||||
| Tagi | Brak powiązanych tagów. | ||||||
| Dołączone pliki | |||||||
|
|
|||||||
| Copyright © 2000 - 2008 Mantis Group |