-
4 Mar 2007 6:37 AM #1
help!, grid error: invalid flag after regular expression
help!, grid error: invalid flag after regular expression
Help, im getting this error but havent got a clue what is causing this!!
Here is a link: http://www.trendon.nl:9999/origo-dev/index.php, just click on the node 'opdrachten' for example.
I hope anyone can help me out,
Thanks,
Seldon!
-
4 Mar 2007 8:23 AM #2
Im guessing it goes bad because i use '_' in my xml tags? But this should be allowed, shouldnt it?
-
4 Mar 2007 7:16 PM #3
_ is perfectly valid. Looking at your page, I have no clue what the problem is or where it originates. It kind of looks like you are trying to eval the XML?
-
4 Mar 2007 11:31 PM #4
But this happens when loading a page of the grid (hence also after pressing a column header to sort for example). Im not intercepting the internal processing of the xml result by the grid in any way! Im clueless to where the bug originates

any help is much appreciated....
seldon
-
4 Mar 2007 11:47 PM #5
This is what I use to debug loading problems, can you add it in?
store.on('loadexception', function(){ console.log(arguments); });
-
5 Mar 2007 12:49 AM #6
I added it, also on my phpend i have:
Thing is, im not seeing any requests when clicking a column header for example.Code:header("Content-Type: text/xml"); echo "<root><record><opdrachten_id>7</opdrachten_id><opdrachten_korting></opdrachten_korting><opdrachten_bedrag>100</opdrachten_bedrag><opdrachten_uren>4</opdrachten_uren><opdrachten_omschrijving>Training voorbereiding</opdrachten_omschrijving><opdrachten_datumtijd>2006-11-16</opdrachten_datumtijd><opdrachten_klanten_id>6</opdrachten_klanten_id></record></root>"
-
5 Mar 2007 4:17 AM #7
Ok, pretty stupid of me, but hey, there was no documentation!
I made the following mistake, i had no httpproxy, but a scripttagproxy. Very stupid i know, but now i think its starting to work 
Similar Threads
-
Grid/XML problem - "unterminated regular expression lit
By Saeven in forum Ext 1.x: Help & DiscussionReplies: 13Last Post: 10 Nov 2010, 2:58 AM -
Invalid source HTML for this operation , Error In IE
By JohnT in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 14 Jun 2010, 5:19 AM -
Invalid argument in Ext.util.CSS when creating CSS in IE6
By dngrmoose in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 14 Apr 2009, 5:21 AM -
DomQuery expression...
By jeffiel in forum Ext 1.x: Help & DiscussionReplies: 6Last Post: 17 May 2007, 12:21 AM -
basicdialog without buttons -- invalid body size & posit
By vtswingkid in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 23 Feb 2007, 7:39 AM


Reply With Quote