jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: romans26 on 25.04.2024 11:04:24

Title: Message erreur dans le backend
Post by: romans26 on 25.04.2024 11:04:24
Bonjour,

Je viens d'installer Jdownloads sur joomla 5, version php 8.1. J'ai ce message d'erreur dans le control panel :

Warning: simplexml_load_file(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/clients/b6977a33f61d5bf065e548c8cd010799/sites/romans26.fr/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2461

j'ai tenté de passer "Activer le proxy sortant" sur oui, mais rien ne change. Avez-vous une solution ?
Merci

--------------------------------------------tranlation added by ColinM
Good morning,

I just installed Jdownloads on joomla 5, php version 8.1. I have this error message in the control panel:

Warning: simplexml_load_file(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/clients/b6977a33f61d5bf065e548c8cd010799/sites/romans26.fr/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2461

I tried to change "Enable outgoing proxy" to yes, but nothing changes. Do you have a solution ?
THANKS
Title: Re: Message erreur dans le backend
Post by: ColinM on 26.04.2024 12:11:27
Hi,
Would help to get a full error trace.  So goto System. then click on Global Configuration (near top left).
Then cick on tab System, and in the Debug section set option Debug System to Yes.  Next select tab Server and in Error Rporting option use the pull-down to select Maximum.

When the error occurs again it should produce a fault report so please copy and paste into a reply.
See also Joomla debug
Colin
---------------------------------------------------------------
Salut,
Cela aiderait à obtenir une trace complète des erreurs. Alors allez dans Système. puis cliquez sur Configuration globale (en haut à gauche).
Cliquez ensuite sur l'onglet Système et dans la section Débogage, définissez l'option Debug System sur Oui. Sélectionnez ensuite l'onglet Serveur et dans l'option Rapport d'erreur, utilisez le menu déroulant pour sélectionner Maximum.

Lorsque l'erreur se reproduit, un rapport d'erreur devrait être généré. Veuillez donc copier et coller dans une réponse.
Voir aussi Débogage Joomla
Colin
Title: Re: Message erreur dans le backend
Post by: ColinM on 07.05.2024 14:36:21
Romans
Have you sorted the error you reported?
Colin
Title: Re: Message erreur dans le backend
Post by: romans26 on 08.05.2024 11:16:22
Bonjour voici l'erreur complète :
Warning: simplexml_load_file(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/clients/b6977a33f61d5bf065e548c8cd010799/sites/romans26.fr/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2461

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 /home/clients/b6977a33f61d5bf065e548c8cd010799/sites/romans26.fr/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2461

Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://www.jdownloads.com/updates/4.0/final/jdownloads-update.xml" in /home/clients/b6977a33f61d5bf065e548c8cd010799/sites/romans26.fr/administrator/components/com_jdownloads/src/Helper/JDownloadsHelper.php on line 2461
Title: Re: Message erreur dans le backend
Post by: Arno on 09.05.2024 12:30:11
This is a problem with your server configuration.
Contact your hoster or when you have the permissions change the php.ini file.

Edit the php.ini file and enable using below code

allow_url_fopen = 1 //0 for Off and 1 for On Flag