- Posts: 47
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question Corrupt/Grey(Gray) images
8 years 8 months ago - 8 years 8 months ago #186747
by unker
Replied by unker on topic Corrupt/Grey(Gray) images
Hi there,
it seem that this topic hasn't found a conclusion yet, right?
I have the same issue
Kunena 5.0.9, Joomla 3.7.2, php 7.1 (but tried same also with php 5.6)
I would highly appreiate if somebody could give me a hint...
Best Regards
Hartmut
it seem that this topic hasn't found a conclusion yet, right?
I have the same issue
Kunena 5.0.9, Joomla 3.7.2, php 7.1 (but tried same also with php 5.6)
I would highly appreiate if somebody could give me a hint...
Best Regards
Hartmut
Last edit: 8 years 8 months ago by unker. Reason: Deleted some information, as it wasn't really applicable...
Please Log in or Create an account to join the conversation.
8 years 8 months ago #186755
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Corrupt/Grey(Gray) images
I found the cause for this problem. When the following line in the php.ini is comment out.
Search this line and change the code from
to
then you must probably restart the server
Search this line and change the code from
Code:
; gd.jpeg_ignore_warning = 0
Code:
gd.jpeg_ignore_warning = 0
then you must probably restart the server
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
8 years 8 months ago - 8 years 8 months ago #186763
by unker
Replied by unker on topic Corrupt/Grey(Gray) images
Hey rich,
that was the ultimate hint. My only problem was that I have no access to the php.ini on the webserver.
However, creating my own with exactly the above and placed it into the directory of the webinstallation. This changed the setting in the phpinfo from 1 to 0 and now it works with php 7.1.16 (with 7.0.20 it worked before also, with 5.6 anyway).
Many Thanks for your efforts
that was the ultimate hint. My only problem was that I have no access to the php.ini on the webserver.
However, creating my own with exactly the above and placed it into the directory of the webinstallation. This changed the setting in the phpinfo from 1 to 0 and now it works with php 7.1.16 (with 7.0.20 it worked before also, with 5.6 anyway).
Many Thanks for your efforts
Last edit: 8 years 8 months ago by unker.
The following user(s) said Thank You: rich
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
-
8 years 8 months ago #186766
by WolfgangOWL
Replied by WolfgangOWL on topic Corrupt/Grey(Gray) images
I also have no access to the php.ini on the webserver. Putting the modified php.ini into the directory of the webinstallation did nod change anything.
So I put the following code into the index.php (in the Joomla base directory) ahead of $app->execute():
ini_set('gd.jpeg_ignore_warning', 0);
So I put the following code into the index.php (in the Joomla base directory) ahead of $app->execute():
ini_set('gd.jpeg_ignore_warning', 0);
The following user(s) said Thank You: rich
Please Log in or Create an account to join the conversation.
8 years 8 months ago #186767
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Corrupt/Grey(Gray) images
@unker, @WolfgangOWL
Many thanks for these additional tips.
Many thanks for these additional tips.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
8 years 6 months ago - 8 years 6 months ago #195709
by cherryboy
Replied by cherryboy on topic Corrupt/Grey(Gray) images
Last edit: 8 years 6 months ago by cherryboy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.330 seconds