king1971 Posted January 10, 2017 Share Posted January 10, 2017 Hola a todos tengo problema con modulo ebay me da el siguiente error: Debe habilitar la opción allow_url_fopen en el servidor si desea utilizar este módulo. Mi servidor me dice que por seguridad ya no se habilita esta funcion y que en su caso se activa funcion curl supuestamente hay que modificar archivo login_addons.tpl y anular unas lineas y el ultimo if del archivo, pero sigue dandome el mismo error por lo que no puedo utilizar modulo ebay llevo mucho tiempo con este problema y no he conseguido nada no si alguien tiene mismo problema agradeceria ayuda de alguien que le vaya pasado lo mismo uso prestashop 1.6 <!--{if $check_url_fopen eq 'ko' OR $check_openssl eq 'ko'}--> <div class="alert alert-warning"> <!-- {l s='If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:'} <br /> {if $check_url_fopen eq 'ko'}- {l s='Enable PHP\'s allow_url_fopen setting'}<br />{/if} {if $check_openssl eq 'ko'}- {l s='Enable PHP\'s OpenSSL extension'}<br />{/if}--> </div> <!--{else}--> Link to comment Share on other sites More sharing options...
javiersaord Posted January 12, 2017 Share Posted January 12, 2017 Hola, Prueba a comentar las líneas de código con * como {*l s='If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:'*} porque creo que por ahi puede ir la cosa que no has comentado bien las líneas de smarty. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now