News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

ImageMagick

Started by ahyong, 17.02.2024 06:27:15

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ahyong

Hi, I am new to this forum and Joomla, I need some advice.. Thank you.

I am using Php 8.2, both GD and Imagick are enabled. However, under Pictures and Buttons, Status: GD Library is missing but Status: ImageMagick PHP Module 'Imagick' is present. If I changed to 8.1, the status reverse..

I contacted the server host, they said the error could be due to Joomla or Jdownloads.

I would appreciate if anyone could enlighten me.

Thank you.
  •  

Arno

Hi,
you made the request in version 3.2.x, are you really still using this very old version?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ahyong

Hi Arno, thank you for your reply.

Currently, I am using 4.0.4.0 version. My Php is 8.1, and have the following errors, which I am not sure what happened. Hope you can help. Thank you.

Warning: simplexml_load_file(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /public_html/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2460

Warning: simplexml_load_file(http://www.jdownloads.com/updates/4.0/final/jdownloads-update.xml): Failed to open stream: no suitable wrapper could be found in /public_html/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2460

Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://www.jdownloads.com/updates/4.0/final/jdownloads-update.xml" in /public_html/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2460
  •  

Arno

#3
Hi,
it could be that you need to increase the values for memory_limit, post_max_size, and upload_max_filesize in php.ini.

Please try this:
memory_limit = 128M
post_max_size = 32M
upload_max_filesize = 64M

and
allow_url_fopen = on
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ahyong

Hi Aron,

Thank you for your prompt reply. Currently, my sitting is:

memory_limit = 1024M
post_max_size = 512M
upload_max_filesize = 256M

  •  

Arno

#5
Thank you.

And is
allow_url_fopen = on ?


Are you sure that your jDownloads installation is correct?
First you report errors because of Status: GD Library and ImageMagick and then suddenly these error messages appear.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ahyong

Hi,

yes, allow_url_fopen = on

First you report errors because of Status: GD Library and ImageMagick and then suddenly these error messages appear --> this happened when I switched between php version.
  •  

Arno

Quotethis happened when I switched between php version.

This rather indicates faulty server settings.
I can hardly imagine that this should be due to jDownloads or Joomla.
Both are compatible with PHP 8.2.

And if the setting really is
allow_url_fopen = on
why would this error be reported?
Quotewrapper is disabled in the server configuration by allow_url_fopen=0

Have you self check this in the php.ini? Was this changed and then the server restarted?

There's something wrong with the server.


Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ahyong

Hi, thank you for your prompt reply. I am not sure too. My host insisted the php has no issues. I am very frustrated with them.

  •  

Arno

Can I have access to your backend? If yes, send the data via PM.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •