• I’ve got a site http://www.skydivenow.co.uk and I have a blog section on it (I made a test post using the built in blog tool on Magento, but didn’t like it)

    I then installed WordPress into the Magento system and am using the FishPig integration.
    When I access the blog via http://www.skydivenow.co.uk/blog the page is blank and I can’t even get the test posts from the wordpress to come through.
    I’ve managed to remove all the red and yellow errors from the wordpress (dashboard) part of the magento software, but even after clearing all the errors, the posts are not coming through.

    Anyone able to help me with this?

    Thanks 🙂

Viewing 1 replies (of 1 total)
  • Thread Starter SkydiveNow

    (@skydivenow)

    Worth noting I have also changed the .htaccess a few times to try and solve the problem;

    *****Tried with this configuration first****

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

    ****Second attempt****

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

    Neither seem to work, and the second one knocks the blog offline completely

Viewing 1 replies (of 1 total)
  • The topic ‘Empty blog on magento – Magento not pulling posts through’ is closed to new replies.