Bug #70134
closedDependency Issues
0%
Description
Hey guys,
I don't know if it is a bug in TYPO3 or in several extensions.
I'm cleaning up extensions in EM, which are no longer needed or where updates are needed.
So I tried to update cal and get an error message. Seems to me, that version dependency is not proved correctly.
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in /html/typo3conf/ext/cal/ext_localconf.php on line 861
Mario told me, that he proves the dependency in the exstension, but I was not able to debug it, because I just installed the old version.
Next thing is an extension called sg_div. I thought I don't need this one so i set it to inactive. Than I wanted to updaate sg_glossary, which needs sg_div. And this causes an exception.
So I needed to set both to inactive, cleared typo3temp went to the installtool...
Problem solved.
So do you think that we have problems with dependency in core or in the extensions?
I hope this