Bug #28762
closedNo emconf.php when downloading t3x
0%
Description
Downloaded t3x files do not include emoconf.php which could lead to problem when installing extensions via the file. This was tested using TYPO3 4.5.3 and 4.5.4 using new or old EM.
Probably related issue: http://bugs.typo3.org/view.php?id=8869
Updated by Thorsten Kahler over 13 years ago
- Status changed from New to Needs Feedback
Hi Felix, could you please name an extension (key + version) where experienced this?
Updated by Felix Nagel over 13 years ago
Ive tested with about a half dozen, same result. Try recylcer, oneclicklogin or reports.
Updated by Björn Pedersen over 13 years ago
I can not confirm this behaviour for current master. How did you test this?
Updated by Felix Nagel over 13 years ago
This was tested using TYPO3 4.5.3 and 4.5.4 using new or old EM.
Just use the download link provided by the EM module.
Checked on multiple Installations on different servers.
Updated by Oliver Hader over 13 years ago
- Target version changed from 4.5.5 to 4.5.6
Updated by Dmitry Dulepov about 13 years ago
Cannot reproduce this either on master. This issue can be closed I think.
Updated by Felix Nagel about 13 years ago
Torsten Kahler posted an explanation in #8869:
AFAIK .t3x fiels don't contain the ext_emconf.php as a file but the information from that file is stored "somewhere" in the serialized PHP array.
So if you unpack the compressed t3x file you wont see ext_emconf.php but importing it via EM creates one.
Is there any cause for this behavior aka storing the ext_emconf serialised and not as a plain file?
Updated by Steffen Gebert about 13 years ago
- Status changed from Needs Feedback to Rejected