Please help!! I'm pretty sure I have done everything correctly--concerning the installation--but I cannot get any data to show up in the table view. When I enter data in the detail view it will show up in MYSQL ok. All the tables and fields seem to be correct and I do not have the "hide table view" checked.
Any thoughts would be greatly appreciated!
I have one data file of four that has this same problem. I have 5 records in a database that I can see in PHPAdmin in the MySQL file. However, the records do not show in the table. I added one record through the PHPMagic system and it shows up in the table view, but does not display the other five. It incremented the id field correctly. It is a linked database that when adding records to another table, the fields all display correctly in the pull down. Has me bamboozled.
By the way - have tried in both Explorer and Firefox - same issue
Last edited by jwwdaterd; 08-15-2008 at 01:00 PM..
I was using another linked database in the table in question. The imported records received a null value in those fields on the import. Once I manually changed them to the id's of the records I wanted in the linked database, they all showed up. Thanks for the reply, it made me look a little deeper into the differences.