Wordpress Plugin not working throwing error on fresh install

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

It looks as conflict between different plugin.

If you have some other plugins installed - one of them can try to beatify link on the page and replacing the URL inside the load command as well.

That was it! SEO Smart Links was on and it was trying to hyperlink one of the words in the generated url.

Thank you for your help.

Now, I am getting a ‘target’ is null or not an object error from dhtmlxscheduler.js from Line: 1, Char: 32059

It does not appear to be causing a problem, but it happens. Any quick ideas?

Check
viewtopic.php?f=6&t=12150