• Resolved rickmick

    (@rickmick)


    I am using 3.5.1 WordPress when I try to post a picture to my post and upload it I get this error. “An error occurred in the upload. Please try again later.” The picture does not show in my library until I dismiss the error and do a search. I can then post it. I have reverted back to 3.4 WordPress. I have changed my theme to several different ones. I have deactivated all my plugins. I can go to Media in the admin panel and see my picture in the library. If I try to upload a new image it just shows full crunching and nothing else until I switch to the library and then it shows it.

    I can’t seem to work this problem out. I am using FireFox

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter rickmick

    (@rickmick)

    I found the source of the problem uploading images to my site. The source came from HostGator caused by Attracta SEO. It had placed a file on my website called .fastinclude. After finding it I deleted the file and now I can upload images.

    I know I’m not the only one that is having this problem so this should help a lot of people. I have email Hostgator so they can fix the problem.

    Thank all of you for your help.

    Here is the script.

    <!-- Begin Attracta Include 2012-10-04 17:32 -->
    
    <script type='text/javascript'>
    function attracta_loadjs(url) {
    (function() {
    var s = document.createElement('script');
    s.type = 'text/javascript';
    s.async = true;
    s.src = url;
    var x = document.getElementsByTagName('script')[0];
    x.parentNode.insertBefore(s, x);
    })();
    }
    function attracta_shouldrun() {
    var v = ["/admin/","/adm/","/wp-admin/","/administrator/"];
    for (x in v) if(window.location.pathname.indexOf(v[x]) == 0) return false;
    return true;
    }
    function attracta_window_width() {
    if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
    if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) return document.documentElement.offsetWidth;
    if (window.innerWidth) return window.innerWidth;
    return 0;
    }
    function attracta_window_height() {
    if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
    if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetHeight ) return document.documentElement.offsetHeight;
    if (window.innerHeight) return window.innerHeight;
    return 0;
    }
    </script>

    So glad that you found the solution! Sorry I couldn’t be of more help.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Uploading images I am getting an error 3.5.1 WordPress’ is closed to new replies.