PDA

View Full Version : Clueless newbie in PHPMyAdmin


Lilfuture
4-12-05, 03:02 AM
Well, I am new to MySQL and I was setting up a database for an RPG I'm making... Everything worked fine, then I made the user id field primary, because it said it was required for auto increment. After setting that, whenever I go to Insert I see the following:



The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Only one top level element is allowed in an XML document. Error processing resource 'https://phpmyadmin.powweb.com/tbl_chan...

<b>Notice</b>: Undefined index: AllowRoot in <b>/www/phpmyadmin/libraries/common.lib.php</b> on li...



And now I am getting "The page cannot be displayed"

Browse worked, but insert and edit row did not. Anyone have any ideas on what I did wrong? Also: auto_increment makes each row have a different value, increasing from the last right? so you just don't define what to set it to when you insert a row using PHP and it automatically sets it?

Thanks for reading, I hope you can help

Pig
4-12-05, 11:24 AM
The XML is barfing because of the error generated by database. Sounds like you have something misconfigured in your script or set up wrong in your db table. Can you paste a dump of the table structure?

andrew p
4-12-05, 04:28 PM
im getting that same error
ive used phpadmin alot in the past and now i cant edit data in tables either

mitchind
4-12-05, 04:50 PM
I logged a support request for this. It's fixed on my servers now - no explanation received yet.

Test it again - if it's still not working - report back with the mysql## server - and you should probably log a support request. I told them it was all the servers so I assumed they fixed them all .. but maybe not???