php - Uber Uploader XML ERROR: XML_ERR_NAME_REQUIRED at line 1 with hwdMediaShare
990
Uber uploader was working perfectly, and then suddenly it doesn't work and has this error:
XML ERROR: XML_ERR_NAME_REQUIRED at line 1
It occasionally starts working again and then goes back to this problem.
Answer
Solution:
This error occurs because the joomla 32-bit random form token occasionally begins with a number, causing an invalid tag in the .redirect xml file.
A quick fix is to rename the invalid xml tags before parsing:
Or if you don't need the joomla form token then remove it.