• Resolved logansryche

    (@logansryche)


    After installing this plugin the settings page is blank. I did what the other posts said to do by checking my configs manually and even what was listed in my .htaccess and nothing has helped. I’ve removed and installed this thing twice now and am confused where the issue could be.

    Any help appreciated, Logan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Did you also try re-saving the permalinks?

    Can you check the console errors? Right click on screen, inspect element, console (using Chrome).

    If you can post that here, that might tell us more.

    Thread Starter logansryche

    (@logansryche)

    Howdy, thanks for replying back – I did try resaving the permalinks and that didn’t do anything.
    Looking at the console errors I have four – two are for the same thing: Failed to load source: the server responded with a status of 403 (forbidden). The two errors are also for the same thing, says uncaught (in promise) error: request failed with status 403 (forbidden).

    Failed to load resource: the server responded with a status of 403 (Forbidden)
    index.js?ver=c29f6f34369ace1ff784:1 
            
           Uncaught (in promise) Error: Request failed with status code 403
        at e.exports (index.js?ver=c29f6f34369ace1ff784:1:6336)
        at e.exports (index.js?ver=c29f6f34369ace1ff784:1:8766)
        at XMLHttpRequest.C (index.js?ver=c29f6f34369ace1ff784:1:841)
    3.133.75.153/index.php/wp-json/reallysimplessl/v1/tests/get_modal_status?state=undefined&nonce=6ee79a9613&token=nvrjv&data=undefined:1 
    
           Failed to load resource: the server responded with a status of 403 (Forbidden)
    index.js?ver=c29f6f34369ace1ff784:1 
            
           Uncaught (in promise) Error: Request failed with status code 403
        at e.exports (index.js?ver=c29f6f34369ace1ff784:1:6336)
        at e.exports (index.js?ver=c29f6f34369ace1ff784:1:8766)
        at XMLHttpRequest.C (index.js?ver=c29f6f34369ace1ff784:1:841)
    
    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The 403 is a forbidden error, which suggests the rest api url is blocked. The other errors result from this error.

    Possibly this is done by a plugin on your site, or by security rules on the server.

    Can you check if the rest api is blocked by another plugin?

    If not, I’d check with your hosting company if they block such requests.

    Thread Starter logansryche

    (@logansryche)

    fixed it – when I defined my domain in wordpress I left the second field to my public IP. Changed both to my domain(had another issue), it fixed it. Go figure XD thanks though ^_^

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Blank after Install’ is closed to new replies.