Bug #54650
Compatibility with TYPO3 CMS 6.2
Status: | Resolved | Start date: | 2013-12-30 | ||
---|---|---|---|---|---|
Priority: | Must have | Due date: | |||
Assigned To: | Dmitry Dulepov | % Done: | 80% |
||
Category: | - | ||||
Target version: | 2.2.0 | ||||
TYPO3 Version: | 6.2 | PHP Version: |
Description
This extension has two problems with upcomming TYPO3 6.2:
- Required typo3 version changed from 6.1.999 to 6.2.999, otherwise the ext cannot be installed on 6.2
- PHP Fatal error: require_once(): Failed opening required '/typo3/sysext/cms/tslib/class.tslib_pibase.php'
Tested with version 6.2.0beta3.
Patch attached.
Related issues
History
#1 Updated by Benjamin Schmidt over 1 year ago
- File multicolumn-2.1.16_forTypo3-6.2_2.patch
added
There is another bug. If you open a page in the backend containing a multicolumn element, you got following error:
Fatal error: Call to undefined method TYPO3\CMS\Backend\View\PageLayoutView::strip_tags() in /home/mittella/www/dm-thoerishaus.ch/typo3conf/ext/multicolumn/hooks/class.tx_multicolumn_tt_content_drawItem.php on line 262
Patch multicolumn-2.1.16_forTypo3-6.2#2.patch is attached.
Best regards,
Benjamin Schmidt
#2 Updated by Benjamin Schmidt over 1 year ago
- File multicolumn-2.1.16_forTypo3-6.2_3.patch
added
- Assigned To set to Dmitry Dulepov
There is another bug. If you try to add a new element to a page, you got following error:
Warning: require_once(/var/www/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php): failed to open stream: No such file or directory in /var/www/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4446
Patch multicolumn-2.1.16_forTypo3-6.2#3.patch is attached.
#3 Updated by Nicole Cordes over 1 year ago
And another one after upgrade to beta3
Fatal error: Call to undefined method TYPO3\CMS\Backend\View\PageLayoutView::strip_tags() in /typo3conf/ext/multicolumn/hooks/class.tx_multicolumn_tt_content_drawItem.php on line 262
#4 Updated by Adrian Dymorz over 1 year ago
- Status changed from New to On Hold
Hi Benjamin,
sorry for the late reply.
Set issue status to "On Hold", for the reasons mentioned in http://blog.snowflake.ch/2014/02/03/mutlicolumn-got-superseded-by-gridelements/
Best regards
Adrian
#5 Updated by Nicole Cordes 14 days ago
- Status changed from On Hold to Resolved
- Target version changed from 2.1.17 to 2.2.0