Ho trasferito il sito joomla da locale a remoto, modificato il configuration.php e trasferito il db....
però sembra come se non interpretasse qualcosa, mi escono scritte del tipo:
registerFunction( 'onPrepareContent', 'botJoomZoomCat' ); $_MAMBOTS->registerFunction( 'onPrepareContent', 'botZoomCat' ); function botZoomCat( $published, &$row, $mask=0, $page=0 ) { if (!$published) { return true; } $regex = '#{zoomcat.*}#sU'; $row->text = preg_replace_callback( $regex, 'ZoomCat_replacer', $row->text ); return true; } function ZoomCat_replacer ( &$matches ) { global $mainframe,$database,$mosConfig_absolute_path,$mosConfig_live_site,$mosConfig_dbprefix; //load the plugin parameters $query = "SELECT id FROM #__mambots WHERE element = 'ZoomCat' AND folder = 'content'"; $database->setQuery( $query ); $id = $database->loadResult(); $mambot = new mosMambot( .........