Ticket #7 (defect)
Opened 2 years ago
Last modified 2 years ago
Error When Saving Tag
Status: closed (invalid)
| Reported by: | aezell | Assigned to: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | component1 | Version: | 1.0 |
| Keywords: | javascript save | Cc: | |
I am getting this error when trying to save a tag:
pte.req.responseXML has no properties
save_tags_handler() in phptagengine.js.php (line 435)
[Break on this error] var result = pte.req.responseXML.getElementsByTagName('result')[0];
That's the error from Firebug. Any ideas how I could fix this? I am running PHP5 as I know the XML functions are vastly different between 4 and 5.
Change History
02/18/07 05:33:09: Modified by aezell
02/18/07 07:20:11: Modified by aking
- status changed from new to closed.
- resolution set to invalid.
If a response isn't being sent back, it's likely the library isn't properly set up in some manner in the processing file.

You can see the error here: http://strtest.alexezell.com/posts/
Fill out and submit the form. Pardon the dust as it's a WIP.
Once the post is saved, then you can see the PTE tags item. It will hang when you try to save the tag. The error above was reported by Firebug.