This conversation should probably be moved to the wpkg_web_users list, but at first glance, I'd have to assume there's a profile with no name in the SQL. That's about the only way it could happen.
From MySQL, do: select * from profiles order by name; The top record should "in theory" be the offending record. Michael B Royles wrote: > All, > > > > I have just moved to the last stage of migrating to the web interface... > > > > Got the xml exporting every 10mins > > > > Went and tested on a client and got a invalid profile dependency error, > looking at the exported xml files I see this > > > > <profile id='tch'> > > <depends profile-id='' /> > > <depends profile-id='art' /> > > <depends profile-id='base' /> > > <depends profile-id='dt' /> > > <depends profile-id='ict' /> > > > > As you can see there is a profile-id of '' , I have checked the > interface and the sql database and cannot see where this is coming > from.. > > > > > > Has anyone see this before? > > > > *I imported our xml files via xml_profiles_in* > > > > Thanks, > > Brett > > > > > > > ------------------------------------------------------------------------------ > > Disclaimer Notice. > > This e-mail and any files transmitted with it may be > confidential and are intended solely for the use of the recipient to whom > they are addressed. If you are not the intended recipient of this e-mail or > the person responsible for delivering it to them please delete it and notify > the sender immediately. Do not take any action based on it, copy it, forward > it or otherwise use it for any purpose or disclose its contents to any other > person. Any views or opinions presented are solely those of the sender and > do not necessarily represent those of King Edward VII School unless > otherwise specifically stated. As internet communications are not secure we > do not accept legal responsibility for the contents of this message nor > responsibility for any change made to this message after it was sent by the > original sender. King Edward VII School has the right, in accordance with > the Telecommunications (Lawful Business Practice) (Interception of > communications) > Regulations 2000 to monitor emails. King Edward VII School takes all > reasonable > precautions to ensure that this e-mail does not contain any viruses > but recipients should undertake their own virus checking as King > Edward VII School will not accept any liability whatsoever for any damage > sustained as a result of any software viruses. > > ------------------------------------------------------------------------------ > > This e-mail has been checked for viruses by clam-av. > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wpkg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wpkg-users > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
