Bei Problemen mit MySQL 5 gibt es hier eine Lösung:
http://www.joomlaportal.de/joomla-ko...tml#post116244
Die Komponente "Events" funktioniert nicht mit Joomla! 1.0, da Code enthalten ist, der mitlerweile im Joomla! Core integriert ist. Daher kommt es zu einem Konflikt.
Für das Problem gibt es eine Lösung von Dave McDonell:
http://forum.joomla.org/index.php/to....html#msg48792
Wenn man den Code in der Datei components/com_events/events.php (bei mir ist das in Zeile 537-546) löscht, sollte es gehen."You can just delete that specific line I believe in the code. It was put there as a compatibility kludge to php5. But a month or two later the mambo developers put the same thing into their code which is causing the conflict now."
So I went into components/com_events/events.php and removed the following (lines # 1073-1091):
/* MLr: ugly hack to cope with PHP4/PHP5 differences
* concerning use of references (thanks to http://www.acko.net/node/54)
*/
if (version_compare(phpversion(), '5.0') < 0) {
eval('
function clone($object) {
return $object;
}
');
}
The Events Component is now working for me in Joomla.
Björn


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen