Installed myeasyDB plugin for wordpress and it’s not working?
Maybe showing an infinite loading animation?
then open
/wp-content/plugins/myeasydb/js/myeasydb.js
and on line
15-20
find 2 variables ajaxURL and imgUrl and define them as follows….
var ajaxURL = window.location.protocol + ‘//’ + window.location.hostname + ‘/wp-content/plugins/myeasydb/ajax_ro.php’;
var imgURL = window.location.protocol + ‘//’ + window.location.hostname + ‘/wp-content/plugins/myeasydb/img/’;
fast and dirty method, but works…
change
