Error after restore my site

After restore my site in other server, Scheduler show this error continuously when try access the calendar.

<?xml version='1.0' encoding='utf-8' ?><![CDATA[Asamblea General

Lugar: Centro de Convenciones Se�orial

Hora: 8:00AM

]]>

The events not appear in the administrator component to delete and I can’t create a new event. The events are not important for me I can star with new calendar if is necesary. I uninstall the components and Install again but the error continue appear.

What file I need delete or what I need do to repair this error.

Thanks for your help!

Hi,
try to modify file wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSchedulerConfigurator.php like here:

	...
	
	protected function replaceHostInURL($url) {
		return $url;
		$url_parsed = parse_url($url);
		$host = $_SERVER['SERVER_NAME'];
		$url = preg_replace("/".preg_quote($url_parsed['host'])."/", $host, $url, 1);
		return $url;
	}

If still doesn’t work then return code back, please.
Does any JavaScript error occur?