Ciao a tutta la comunità, sono un nuovissimo utente scopritore di joomla senza esperienza. ho installato joomla 1.5.0 e successivamente Image Galery PRO, tuttavia mi crea questo errore se attivo il componente.
Fatal error: Call to a member function on a non-object in D:\Inetpub\vhosts\joomla.okweb.org\httpdocs\joomla\plugins\content\plugin_jw_sigpro.php on line 29
code:
$_MAMBOTS->registerFunction( 'onPrepareContent', 'jw_gallery' );
function jw_gallery( $published, &$row, &$params, $page=0 ) {
if (!$published) {
$row->text = preg_replace( "#{gallery}(.*?){/gallery}#s", "" , $row->text );
return;
}
non so se è il forum giusto....potreste aiutarmi ? GRAZIE 1000