• Hello there… I have a problem wit the image uploader… The image is successfully uploaded. But, when I click “Insert into Post”, the uploader windows will redirect me to the frontend.. I have reinstalled it, and get the same result as well. After clean install, also same..

    How can I fix this? Thank you..

Viewing 15 replies - 1 through 15 (of 15 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress.

    Thread Starter Akirien

    (@akirien)

    I have tried all suggested solutions above just now.. Still get the same result ??

    Site url?
    And what is in your root .htaccess file?

    Thread Starter Akirien

    (@akirien)

    https://www.blogdefellas.com (fresh install)

    In my root :

    There are wordpress files, and got .htaccess and htaccess

    The .htaccess file, please.

    Thread Starter Akirien

    (@akirien)

    Please? What you want me to do?

    Show us what is in your .htaccess file.

    Thread Starter Akirien

    (@akirien)

    Here it is :

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

    # END WordPress

    OK – There’s nothing wrong with that file. Did you initially install WordPress in the root folder of the blogdefellas.com domain? Have you tried resetting your permalinks to the default setting to see if that helps?

    Thread Starter Akirien

    (@akirien)

    Yes… I used the pre-installed script in the CPanel provided by hoster.. Before this, everything works fine. Same version. Then I re-installed it back to look if there are something wrong with the plugin or themes installed. But after clean install, with no plugin and default theme, I still got the same result? Could this caused by the hosting itself?

    Then I re-installed it back

    Sorry – you did what?

    Thread Starter Akirien

    (@akirien)

    I re-installed the wordpress script again… same result..

    Have you tried resetting your permalinks to the default setting to see if that helps?

    Thread Starter Akirien

    (@akirien)

    And not it says

    Not Acceptable

    An appropriate representation of the requested resource /wp-admin/media-upload.php could not be found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Is this a new install?

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Insert Image shows homepage’ is closed to new replies.