ajaxindicator.gif
Yokav
Rank:
Team Member
Registered:
Sep 05, 2006
Last visit:
May 06, 2010
Posts:
78
Posted:
Apr 23, 2008 - 02:01 AM
I've this error everywhere :
Quote
pnimg: image ajaxindicator.gif not found
edit: with the last
SVN
version
edited by: Yokav, Apr 23, 2008 - 03:08
PM
markwest
Rank:
Team Member
Registered:
Mar 18, 2002
Last visit:
Oct 21, 2009
Posts:
6606
Posted:
Apr 23, 2008 - 02:59 AM
I can't reproduce this. I've only got a clean install to look at but can't see this 'everywhere'. Can you be more specific.
Further I cannot find any reference to this image file anywhere in the core distro. This must be generated by a
3rd
party module.
-Mark
--
Visit
My homepage
and
Zikula themes
.
Yokav
Rank:
Team Member
Registered:
Sep 05, 2006
Last visit:
May 06, 2010
Posts:
78
Posted:
Apr 23, 2008 - 03:25 AM
Yes it doesn't come from the core sorry, after some search it's an error with the last
SVN
of
MultiHook
.
markwest
Rank:
Team Member
Registered:
Mar 18, 2002
Last visit:
Oct 21, 2009
Posts:
6606
Posted:
Apr 23, 2008 - 05:15 AM
That would make sense> To fix this change the pnimg in the template mh_dynamic_hiddenform.html. Something like the following will fix it. Choose your
Ajax
image from images/ajax.
Code
<!--
[
pnimg modname=core set=ajax src=
"indicator.white.gif"
]
-->
-Mark
--
Visit
My homepage
and
Zikula themes
.