$article not referenced in plugin imageloader in mode blog - Joomla! Forum - community, help and support
hello,
each time use {imageloader...}inside article, have :
notice undefined property in stdclass $id in....imageloader/helper.php in line 484.
the code in line : $id=$article->id;
for first view $article not referenced plugin...
what php code can add before invoking {imageloader...} in order correct fact plugin doesn't $article.?
it's matter of value $article because when select article in popular article module there no problem.
i have tried add code:
echo jhtml::_('content.prepare', '{'.'imageloader dirpath="images/galerie/dresnay2012"}');
but have notices inside article before galery (that works fine) each time rather in head of page.
i working on server test xampp php 5.3.8 , joomla 2.5.8
thank answers hope much.
jean luc ferré , happy new year.
each time use {imageloader...}inside article, have :
notice undefined property in stdclass $id in....imageloader/helper.php in line 484.
the code in line : $id=$article->id;
for first view $article not referenced plugin...
what php code can add before invoking {imageloader...} in order correct fact plugin doesn't $article.?
it's matter of value $article because when select article in popular article module there no problem.
i have tried add code:
echo jhtml::_('content.prepare', '{'.'imageloader dirpath="images/galerie/dresnay2012"}');
but have notices inside article before galery (that works fine) each time rather in head of page.
i working on server test xampp php 5.3.8 , joomla 2.5.8
thank answers hope much.
jean luc ferré , happy new year.
what original code, 1 shows error? can replicate it.
Comments
Post a Comment