View Single Post
Old 11.12.2005, 22:06   #4 (permalink)
udammann
Baby Mamber
 
udammann's Avatar
 
Join Date: Apr 2005
Location: Munich
Posts: 10
udammann is on a distinguished road
Default Re: Event Componente & Joomla

Hatte bis eben das gleiche Problem wie oben geschildert.
Die Lösung ist einfach.

Öffne folgende Datei: events.php

Hier ist der typische Pfad dahin:
Suche mit einem Editor nach folgenden Zeilen und lösche sie.


Quote:
/* 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;
}
');
}

Das war es. Bei mir hat funktioniert, wie bei einigen anderen auch.
udammann is offline   Reply With Quote