• Hi

    I’ve imported a .com wordpress into my own hosted wordpress blog and all the images/posts etc were successfully transferred but when I try to post an image it doesn’t show up… in the admin side of the post the image has a little red dot in the corner.

    I’ve got another blog and that’s been set up the same way and I can post images in that one.

    I’ve changed the permission settings.. I tried deactivating plugins etc but still now joy.
    I can see the images in the folder via my host directories and they show as uploaded and in the gallery etc.

    I had this blog set up earlier in the week and I was able to post images then – my host’s databases kept going down so I’ve had to re-start it all again but I still don’t see how this would create an issue like this.
    all very frustrating!

    any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Check with these options:

    – Assign 755 recursive permissions to wp-content folder.
    – Add this code in htaccess and have a check:

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

    Thanks,

    Shane G.

    Thread Starter runnycustard

    (@runnycustard)

    I’ve got this in my htaccess file… should I delete this and add yours?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /lenny/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /lenny/index.php [L]
    </IfModule>

    # END WordPress

    I don’t know much about htaccess files!

    Hi,

    No, you do not need to delete this wordpress code. You just need to add my provide code in htaccess and check it.

    Thanks,

    Shane G.

    Thread Starter runnycustard

    (@runnycustard)

    I tried that and I get the message:

    File Saved
    open .htaccess failed: Permission denied at cpanel line 4981 Carp::croak(‘open .htaccess failed: Permission denied’) called at /usr/local/cpanel/Cpanel/Fileman.pm line 1105 Cpanel::Fileman::fmsavefile(‘%2fhome%2frunnycus%2fpublic_html%2fclarasanimatedworld.co.uk%2fl…’, ‘.htaccess’, ‘# BEGIN WordPress^M^J<IfModule mod_rewrite.c>^M^JRewriteEngine On^M^JR…’, 1, 1) called at cpanel line 4981 main::__ANON__(‘%2fhome%2frunnycus%2fpublic_html%2fclarasanimatedworld.co.uk%2fl…’, ‘.htaccess’, ‘# BEGIN WordPress^M^J<IfModule mod_rewrite.c>^M^JRewriteEngine On^M^JR…’, 1, 1) called at cpanel line 1088 eval {…} called at cpanel line 1088 main::real_exectag(‘<cpanel Fileman=”fmsavefile($FORM{\’dir\’},$FORM{\’file\’},$FORM…’) called at cpanel line 4008 main::dotag_finished_headers(‘<cpanel Fileman=”fmsavefile($FORM{\’dir\’},$FORM{\’file\’},$FORM…’, 0) called at cpanel line 3891 main::cpanel_parseblock(‘<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”^J^I…’) called at cpanel line 3837 main::cpanel_parse(‘GLOB(0xa2da668)’) called at cpanel line 5324 main::run_standard_mode() called at cpanel line 387
    [a fatal error or timeout occurred while processing this directive]

    Your file /home/runnycus/public_html/clarasanimatedworld.co.uk/lenny/.htaccess has been saved. ]

    when I re-open the htaccess file it’s back to the previous code.

    I’m totally clueless on this!
    thanks for your help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images upload but I get a red dot and image doesn’t show in post!’ is closed to new replies.