Bug #10060
Incompartibility issues
| Status: | New | Start date: | 2010-10-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Problem:
wt_gallery v3.1.7 needs at least TYPO3 Version 4.2.6 because it uses a hook in realurl (encodeSpURL_postProc).
Early version of realurl had a bug with this hook and stopped working - have a log into the changelog:
2009-10-02 Dmitry Dulepov <dmitry.dulepov@gmail.com> * Fixed bug #9976: realurl stops working when encodeSpURL_postProc hook is used
This bug was fixed with realurl 1.7.0, but realurl needs at least 4.2.6 for this version!
Solution:
Add a check for TYPO3 v4.2.6 and 1.7.0 if realurl is installed.
(I know we should update TYPO3 v4.1.13 to something newer, but this is not always possible...)