[SOLVED] XML Parsing Error at 1:1. Error 4: Not well-formed

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
giga
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Apr 04, 2010 10:46 pm

[SOLVED] XML Parsing Error at 1:1. Error 4: Not well-formed

Post by giga » Sun Apr 04, 2010 10:52 pm

Hi!

I'm starting Joomla extensions development and in my first creation I had this error happening each time I installed or uninstalled my module:

Code: Select all

XML Parsing Error at 1:1. Error 4: Not well-formed (invalid token)
After some head-scratching, I realized Joomla doesn't likes sombody tells him he must copy or delete the XML configuration file (in my case it was mod_dolarg.xml). So, this made me change 2 things:

- Remove mod_dolarg.xml from the install files on the configuration (wich is in that file).
- I used a caching system, and I was saving the cached values on a file named mod_dolarg.xml. I had to rename it to something else.

And no more nasty install/uninstall errors!
Hope it helped

Locked

Return to “Joomla! 1.5 Coding”