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
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