[Joomla Version] Error frame in Frontend

Hi;

Thanks to your amazing COM to Joomla!
I got the error with Frontpage when click in Scheduler Link of Top menu.
The Scheduler opens this frame:

After that I create an event anda save. When apears that error?

The event no save and I lost all changes.
What is it? Can I make to fix it?

Best regards!

Hello,

Scheduler expects xml file to be sent to him during loading and he is expecting to receive one after update operation. The problem is that while he receives such file it isn’t treated as xml but as simple text.
What you can do:

  1. Check your php files — one of them must have whitespace (empty line, space and so on) at the beginning or end of it, you need to remove whitespaces.
  2. Or you can try and remove <?xml version='1.0' encoding='utf-8'?> line from the scheduler source code. While such xml will be incorrect it will still be treated like xml.

Best regards,
Ilya