Article image uploaded not displayed with article on article list page

  • Why has this been marked as not a bug? I actually removed my phpBB forum other day and installed WBB Suite in ROOT to rule out that the problem wasn't caused between having both sites installed (as first thought - both using separate .htaccess files) and the problem was still there when using ReWrites with just WBB Suite installed only in ROOT directory on its own using one .htaccess file for it with rewrite code included.

    The dev here who looked at my site and had access to it confirmed the bug happens when rewrites is enabled and the article image shows up when rewrites is disabled. So not sure why this has been marked as not a bug.

    The rewrite code I used was taken from the link leading back to your blog in ACP and have used same rewrite code before with WBB 4.1 and all APPS without any issues.

  • Yes, he was the one who looked at site and said at first it was phpBB causing it clashing. So I went out my way and removed phpBB completely from ROOT and installed WBB Suite there on it's own using htaccess file with rewrite code and problem still happens when rewrites is enabled. He confirmed there was a bug to me in PM with it after seeing it with only WBB Suite installed and no phpBB forum and spotted the image shows up when you disable rewrite in admin cp.


    This is the rewrite code I used.

    Apache Configuration
    <IfModule mod_rewrite.c>
        RewriteEngine On
        
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ index.php?$1 [L,QSA]
    </IfModule>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!