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.
Hi,
you made the request in version 3.2.x, are you really still using this very old version?
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
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
Hi Aron,
Thank you for your prompt reply. Currently, my sitting is:
memory_limit = 1024M
post_max_size = 512M
upload_max_filesize = 256M
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.
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.
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.
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.
Can I have access to your backend? If yes, send the data via PM.