News:

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

Main Menu
Support-Forum

Message erreur dans le backend

Started by romans26, 25.04.2024 11:04:24

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romans26

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
  •  

ColinM

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
Colin M
  •  

ColinM

Romans
Have you sorted the error you reported?
Colin
Colin M
  •  

romans26

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
  •  

Arno

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
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •