I have installed the latest Plugin for Wordpress(latest version for both) and here is the page that it is on for reference:
http://mastermine.net/insider/?page_id=63
I get nothing on the page in IE, Firefox or Chrome. When I open the error notification in IE, it says:
Expected ‘)’
insider/ Line: 172
Code: 0 Char: 37
URI: http://mastermine.net/insider/?page_id=63
Here is the code from that section:
As you can see, the scheduler.load function has some weirdness going on, but when I check the scheduler_init.php code it looks fine:
$final .="
scheduler.init(“scheduler_here”,null,"".get_option(‘scheduler_default’)."");
scheduler.load("".WP_PLUGIN_URL."/event-calendar-scheduler/events_rec.php");";
$final .= "
var dp = new dataProcessor(\"".WP_PLUGIN_URL."/event-calendar-scheduler/events_rec.php\");
dp.init(scheduler);
}\n";
I am really confused on what could be causing the problem with parsing scheduler.load. I have cleared out the MySQL tables completely, and have reinstalled the plugin several times. I really want to use this plugin, so any help would be VERY helpful.
Thanks,
James