dotherightthing / wpdtrt-gallery

Gallery viewer which supports images, panoramas, maps, SoundCloud and Vimeo
1 stars 0 forks source link

Ajax error when checking the 'Panorama' checkbox #77

Closed dotherightthing closed 5 years ago

dotherightthing commented 5 years ago

dontbelievethehype.co.nz-1570616708116.txt

As a result, the Panorama state is not remembered, and data-panorama is not applied.

POST https://dontbelievethehype.co.nz/wp-admin/admin-ajax.php?_fs_blog_admin=true 500

Note: any existing panoramas are respected

dotherightthing commented 5 years ago

fs = Freemius SDK

https://wordpress.org/support/topic/admin-ajax-php_fs_blog_admintrue/

dotherightthing commented 5 years ago

Disabling the Media Cloud plugin removes ?_fs_blog_admin=true, but the basic error remains:

POST https://dontbelievethehype.co.nz/wp-admin/admin-ajax.php 500

dotherightthing commented 5 years ago

Debugged using XDebug, which is now working inside VS Code. Yay!