DuPreez Posted January 16, 2012 Share Posted January 16, 2012 I cannot figure out what is causing these warnings: Ignoring on line CDATA because other XML elements exist Ignoring: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in CDATA because other XML elements exist. The line number for both is line 2 of my main mxml application: line 1<?xml version="1.0" encoding="utf-8"?> line 2<!-- main application myApp.mxml --> line 3<s:Application minWidth="800" minHeight="600" height="100%" width="100%" .." I cannot export a release version without resolving these warnings. Thanks - really would appreciate some help/pointers! Link to comment Share on other sites More sharing options...
Larry Posted January 16, 2012 Share Posted January 16, 2012 Um, that would seem to be suggesting that your XML data has a PHP error message in it. Maybe? I would start by verifying the XML output from the PHP script. Link to comment Share on other sites More sharing options...
DuPreez Posted January 18, 2012 Author Share Posted January 18, 2012 Thanks for the reply. I'll check the php again that's generating the xml. I also posted another question regarding deploying a release version on a Linux server. If you have a moment, could you please reply to that? I'll be most grateful. Link to comment Share on other sites More sharing options...
Larry Posted January 18, 2012 Share Posted January 18, 2012 Yeah, sorry about that. I've been meaning to reply to it for a couple of days but keep running out of time. Will reply to it today. Link to comment Share on other sites More sharing options...
Recommended Posts