• Resolved digitalnordic

    (@digitalnordic)


    When navigating the calendar I get the following error:
    Something went wrong while fetching events.
    The request status is: 403
    The error thrown was: Forbidden
    Initially thought it was a conflict with All In One WP Security but the problem persists after deleting that plugin.

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

    What’s in your .htaccess file?

    Thread Starter digitalnordic

    (@digitalnordic)

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

    # END WordPress

    I disabled all other plugins and switched to Twenty Fifteen theme. The only way I got it to work was by changing permalinks to plain.

    Can you please provide a link to your calendar page.

    Thread Starter digitalnordic

    (@digitalnordic)

    Figured it out…thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error code when navigating calendar’ is closed to new replies.