PDA

Zobacz pełną wersję : dodatek Content - Attachments rozwala stronę w joomla 3.0.3 stable



elrond2000
17-07-2014, 17:27
Po włączeniu dodatku Content - Attachments (http://narzedziawiertnicze.pl/administrator/index.php?option=com_plugins&task=plugin.edit&extension_id=10017) wywala błąd:

Fatal error: Call to undefined function getAttachmentsPluginManager() in /narzedzia/plugins/content/attachments/attachments.php on line 183


linika kodu odpowiedzialna za tę linię i kilka następnych:

// Get the article/parent handler
JPluginHelper::importPlugin('attachments');
$apm = getAttachmentsPluginManager();

183 if (!$apm->attachmentsPluginInstalled($parent_type))
{
// Exit quietly if there is no Attachments plugin to handle this parent_type
return false;
}
$parent = $apm->getAttachmentsPlugin($parent_type);

// If this attachments plugin is disabled, skip it
if (!$apm->attachmentsPluginEnabled($parent_type))

po wyłączeniu w porządku, ale potrzebuję załączników.
pozostałe moduły nie robią błędów.
próbowałem już instalacji różnych wersji - zawsze to samo.
Problem pojawił się po zmianie szablonu.
Może jest jakiś inny zamiennik tego dodatku. najlepszy byłby edocs ale dla joomla 3.0 brak

z mojej wiedzy wynika że to plugin atachment manager jest wyłączony? ale jak to możliwe