You might encounter this error in using Fireboard forum to your joomla.
This is the error message:
Constant _FB_AVATAR_GDIMAGE_NOT already defined in Z:ProjectzJoomlaadministratorcomponentscom_fireboardlanguageenglish.php on line 49
To fix it follow these instruction
Open YourJoomla/administrator/components/com_fireboard/language/english.php:
Go to line 48 and 49
Here's the original lines
DEFINE('_FB_AVATAR_GDIMAGE_NOT','GD Library not found');
DEFINE('_FB_AVATAR_GDIMAGE_NOT','GD2 Library not found');
Change it to
DEFINE('_FB_AVATAR_GDIMAGE_NOT','GD Library not found');
DEFINE('_FB_AVATAR_GD2IMAGE_NOT','GD2 Library not found');
I hope that will solve the problem.
No comments:
Post a Comment