<div id="jform_articletext_parent" class="mceEditor defaultSkin" role="application" aria-labelledby="jform_articletext_voice"><div id="attachmentsList_com_content_article_12" class="attachmentsList"></div><div id="editor-xtd-buttons"> </div></fieldset></div>
// Try to authenticate
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
{
$result[] = $temp;
}
// Try to authenticate
if (method_exists ($plugin, 'onDisplay')) {$result[] = $plugin->onDisplay($editor, $this->asset, $this->author);
}
if (method_exists($plugin, 'onDisplay')) {
$result[] = $plugin->onDisplay($editor);
}
..ho fatto l'aggiornamento da 2.5.8 a 2.5.9 con l'apposito file tramite FTP (usando FileZilla),...Ma non si fanno mica così gli aggiornamenti :o
Warning: Missing argument 2 for plgButtonAdd_attachment::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxx.org/home/web/plugins/editors-xtd/add_attachment/add_attachment.php on line 48 Warning: Missing argument 3 for plgButtonAdd_attachment::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxx.org/home/web/plugins/editors-xtd/add_attachment/add_attachment.php on line 48 Warning: Missing argument 2 for plgButtonInsert_attachments_token::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxx.org/home/web/plugins/editors-xtd/insert_attachments_token/insert_attachments_token.php on line 49 Warning: Missing argument 3 for plgButtonInsert_attachments_token::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/insert_attachments_token/insert_attachments_token.php on line 49 Warning: Missing argument 2 for plgButtonImage::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/image/image.php on line 38 Warning: Missing argument 3 for plgButtonImage::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/image/image.php on line 38 |
Se ancora hai problemi sovrascrivi tutto con una versione nuova di joomla 2.5.9
La sovrascrittura di una nuova versione vergine sopra i files del tuo sito non produce nessun problema sulle estensioni aggiuntive che non vengono toccate.
// Try to authenticate
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
{
$result[] = $temp;
}
}
return $result;
}
// Try to authenticate
if (method_exists($plugin, 'onDisplay')) {
$result[] = $plugin->onDisplay($editor);
}
}
return $result;
}
Warning: Missing argument 2 for plgButtonAdd_attachment::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxx.org/home/web/plugins/editors-xtd/add_attachment/add_attachment.php on line 48 Warning: Missing argument 3 for plgButtonAdd_attachment::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxx.org/home/web/plugins/editors-xtd/add_attachment/add_attachment.php on line 48 Warning: Missing argument 2 for plgButtonInsert_attachments_token::onDisplay(), called in /web/htdocs/www.xxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxx.org/home/web/plugins/editors-xtd/insert_attachments_token/insert_attachments_token.php on line 49 Warning: Missing argument 3 for plgButtonInsert_attachments_token::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/insert_attachments_token/insert_attachments_token.php on line 49 Warning: Missing argument 2 for plgButtonImage::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/image/image.php on line 38 Warning: Missing argument 3 for plgButtonImage::onDisplay(), called in /web/htdocs/www.xxxxxxx.org/home/web/libraries/joomla/html/editor.php on line 460 and defined in /web/htdocs/www.xxxxxxx.org/home/web/plugins/editors-xtd/image/image.php on line 38