Plugin fails when trying to view the report over https
-
Hi,
First, great plugin. I loved bug tracker and am excited about this new plugin.
Second, I am getting an error when running the admin backend over https. I am using WordPress HTTPS to force admin pages to be secure. The problem I am running into is that
this.loadView('control').init();
on line 39 of the admin js file generates an error: “TypeError: Cannot call method ‘init’ of null”.Debugging in Chrome it appears to be because it is trying to load data from an http link and thus is getting blocked.
Here is the error I get when I put a breakpoint on line 39 and test to see what this.loadView(‘control’) is:
[blocked] The page at ‘https://example.com/wp-admin/admin.php?page=ahm’ was loaded over HTTPS, but ran insecure content from ‘https://example.com/wp-content/plugins/wp-error-fix/application/View/View/js/dev/ahmcontrol.js?_=1387254479008’: this content should also be loaded over HTTPS.
Any help would be appreciated.
Thanks.
- The topic ‘Plugin fails when trying to view the report over https’ is closed to new replies.