Ticket #291 (closed enhancement: fixed)
Error Installing plugin with special characters in description
| Reported by: | enzo | Owned by: | |
|---|---|---|---|
| Priority: | important | Milestone: | 1.1 |
| Component: | Plugin (not included in core distro) | Version: | |
| Keywords: | plugin installer CDATA | Cc: |
Description
After try to create my first plugin by my own I get a weird error
simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /var/www/dev.depascor.nl/html/gadget/includes/tmp/plugin.tmp/8cab35/plugin.xml:3: parser error : xmlParseEntityRef: no name
This error why some symbols can't appear directly as a value of any node unless you enclose them using CDATA tag i.e & (ampersand).
So after deep inside the code I find the use and update the plugin code.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

