Jump to content

Recommended Posts

Prestashop chequea que opciones tiene el servidor, por lo que no tienes que hacer nada

if (in_array(ini_get('allow_url_fopen'), array('On', 'on', '1')) || !preg_match('/^https?:\/\//', $url))
			return @file_get_contents($url, $use_include_path, $stream_context);
		elseif (function_exists('curl_init'))
		{
Link to comment
Share on other sites

  • 1 year later...

¿Que hace este hilo abierto?

En el supuesto caso de que todo lo expuesto aquí sea correcto, eso significaría que tanto allow_url_fopen como curl_init no están disponibles, dando lugar al fallo inicial, que por lo visto marca el error de allow_url_fopen pero NO el de curl_init, que tal vez es lo que debería indicar.

Es increíble la cantidad de cosas que podrían estar bien y no lo están. Yo tengo el MISMO error en Prestashop 1.7 recién instalado, tengo curl perfectamente funcionando, allow_url_fopen perfectamente capado y NO  funciona.

En fin, a seguir perdiendo horas como un anormal hasta que vea una solución o directamente me olvide de Prestashop y sus 500.000 fallos :-/

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...