• Resolved fransa

    (@fransa)


    Hello forum!

    I have a problem, when I try to insert a picture into post.

    I upload successfully a picture, but when I click on the INSERT INTO POST button, it´s appears this error message:

    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@mysite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    
    Apache/1.3.41 Server at www.mysite.com Port 80

    What can I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fransa

    (@fransa)

    Anyone who knows what could it be?

    Hi,

    Add this code in htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Also make sure that you ahve set 755 recursive permissions to wp-content folder. Upgrade your wordpress to the latest version. Disable all the plugins.

    now, check with your blog image upload. If it still not resolve then contact your hosting service provider.

    Thanks,

    Shane G.

    Thread Starter fransa

    (@fransa)

    Shane G…. you are a genius! And you know that! IT´S WORK!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can´t insert pictures into Post’ is closed to new replies.