- Posts: 13
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
- bernard92000
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 8 months ago #167951
by bernard92000
Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range was created by bernard92000
I have this error:
Warning: imagecolorsforindex(): Color index 255 out of range in /libraries/kunena/image/image.php on line 118
This appends only during post viewing with a new avatar (gif with transparently in my case). I think it's during the avatar miniatures creation. When refreshing the page, no more error message (because the avatar miniatures where already created)
I can add @ before imagecolorsforindex() (like it was made into a line for this function into previous Kunena version), but I'd prefer a real fix.
Thank.
Warning: imagecolorsforindex(): Color index 255 out of range in /libraries/kunena/image/image.php on line 118
This appends only during post viewing with a new avatar (gif with transparently in my case). I think it's during the avatar miniatures creation. When refreshing the page, no more error message (because the avatar miniatures where already created)
I can add @ before imagecolorsforindex() (like it was made into a line for this function into previous Kunena version), but I'd prefer a real fix.
Thank.
Please Log in or Create an account to join the conversation.
10 years 8 months ago #167954
by 810
Replied by 810 on topic Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
could you add your avatar settings.
and add the avatar, so i can check the error.
and add the avatar, so i can check the error.
Please Log in or Create an account to join the conversation.
10 years 8 months ago #167955
by 810
Replied by 810 on topic Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
try
github.com/Kunena/Kunena-Forum/blob/deve...image/image.php#L117
change to
change to
Code:
if ($trnprt_indx >= 0 && $trnprt_indx < imagecolorstotal($this->handle)) {
// Get the transparent color values for the current image.
$rgba = imageColorsForIndex($this->handle, imagecolortransparent($this->handle));
$color = imageColorAllocateAlpha($handle, $rgba['red'], $rgba['green'], $rgba['blue'], $rgba['alpha']);
}
Please Log in or Create an account to join the conversation.
- bernard92000
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 1
10 years 8 months ago - 10 years 8 months ago #167956
by bernard92000
Replied by bernard92000 on topic Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
All the install have the default setting:
Allow Avatar Upload : Yes
Use Avatars Gallery : Yes
Max. Avatar File Size : 2048
Avatar Quality : 75 %
Avatar Resize Method : Interpolation (Better - Fast)
Avatar Cropping : No
Note: deleted the picture
Allow Avatar Upload : Yes
Use Avatars Gallery : Yes
Max. Avatar File Size : 2048
Avatar Quality : 75 %
Avatar Resize Method : Interpolation (Better - Fast)
Avatar Cropping : No
Note: deleted the picture
Last edit: 10 years 8 months ago by bernard92000.
Please Log in or Create an account to join the conversation.
- bernard92000
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 1
10 years 8 months ago #167957
by bernard92000
Replied by bernard92000 on topic Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
For the code test =>
Notice: Undefined variable: color in /libraries/kunena/image/image.php on line 124
Notice: Undefined variable: color in /libraries/kunena/image/image.php on line 124
Please Log in or Create an account to join the conversation.
10 years 8 months ago #167958
by 810
Replied by 810 on topic Kunena 4.0.5 - Warning: imagecolorsforindex(): Color index 255 out of range
Please Log in or Create an account to join the conversation.
Time to create page: 0.268 seconds