This question about Issue in browser: Asked
Profile avatar gif appears as a line of code
After installing
NatSkin and dependencies I have got an ugly appearance bit of code instead of the profile avatar gif. All the menu items are squashed to the left and in the middle
%IMAGE{ "/pub/System/JQueryPlugin/images/nobody.gif" type="plain" align="" size="48x48>^" filter="none" crop="on" title="" }%
and the user name on the end.
https://ibb.co/cTXh3dg
sh tools/fix_file_permissions.sh
I have done changing ownership of the foswiki/ directory and fixed permissions with
sh tools/fix_file_permissions.sh
What can cause this?
--
CieskaIzabelijus - 21 Feb 2021
Do you have
ImagePlugin installed? The code above is a macro for that plugin and so the macro would not expand if the plugin is not installed. If you don't want to install/use ImagePlugin, you could remove the IMAGE macro from System.NatSkinWikiUsersViewTemplate.
--
LynnwoodBrown - 22 Feb 2021