PDA

Zobacz pełną wersję : Remository 3.46 joomla 1.6 Deprecated: Assigning the return value ....



keruzel
03-07-2011, 20:46
Witam ponownie, mam problem z Remository na Joomla 1.5, zainstalowałem go poprzez instalator, i niby wszystko w porządku, jednak po wejściu w komponenty>remository mam takie coś:
4148


I przez to nie mogę wysłać plików na serwer.
Proszę o pomoc

neo_fox
03-07-2011, 21:44
Nie ma wersji Remository pod Joomla! 1.6.

keruzel
04-07-2011, 07:24
Zdarzyła się literówka.
Wersja Joomli to oczywiście 1.5.22

DeZ
26-08-2011, 11:46
www.remository.com

Running Remository in Joomla 1.6

Remository 3.53.10 should basically work in Joomla 1.6, although a correction is required in the Joomla code. It has to go into ../administrator/components/com_menus/models/fields/menutype.php around line 254. The corrected version reads:
// Following line is a bug. Line after it is MNB fix.
// $o->request = array('option' => $component);


$o->request = array('option' => $component, 'view' => 'default');
and replaces a single line in the published Joomla code. Hopefully the code above makes it clear what is the before and after.