[solved] Ajax problem in listcontent.php

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am
Location: Netherlands

[solved] Ajax problem in listcontent.php

Post by bterkuile »

I have problems with ajax operations in the listcontent.php situations. These apply when moving pages and when deleting (only tested these ones). At one computer (Firefox 2.0.6) I got a xajax whitespace error. At another computer (Firefox 2.0.5) a javascript error was generated:

Code: Select all

Error: xml declaration not at start of external entity
Source File: http://host/admin/editcontent.php?content_id=57&page=
Line: 1, Column: 2
Source Code:
 <?xml version="1.0" encoding="UTF-8"?><EditContent><Response>Success</Response><Details><![CDATA[The content was successfully updated.]]></Details></EditContent>-^
So the operations work, but the feedback/refresh of pages list does not.

ps. CMSMS 1.1.1 and system os x.
Last edited by bterkuile on Sat Sep 08, 2007 8:24 am, edited 1 time in total.
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am
Location: Netherlands

Re: [solved] Ajax problem in listcontent.php

Post by bterkuile »

After about a day guessing for the problem, it seemed that there was a space in front of the starting <?php in one of the modules. After doing some editing and updating of the system hard to track, but finally found. This is no thread in the existing module repository (as far as I checked).
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am
Location: Netherlands

Re: [solved] Ajax problem in listcontent.php

Post by bterkuile »

Statistics 0.8.0b1 also breaks the ajax functions in CMSMS version 1.1.2
Locked

Return to “[locked] Quality Assurance”