Page 1 of 1

Can read file with phpmyadmin but not with Appgini

Posted: 2020-05-02 18:17
by buck1942
I am trying to recover database with 8 tables... 7 of the tables have been recovered successfully; however, the main table has a problem...

If I look at the file, using myphpadmin, all is fine. I can browse thru the records/rows just fine; but, when I bring up the application using Appgini, the application is blank... no data.

If I select Admin and then Utilities followed by Rebuild Fields, I get this:


Field AppGini definition Current definition in the database
10 Remind Me Butler
===================
id INT unsigned not null primary key auto_increment Doesn't exist! +Create it
last_name VARCHAR(22) not null Doesn't exist! +Create it
first_name VARCHAR(22) not null Doesn't exist! +Create it
your_email VARCHAR(80) not null Doesn't exist! +Create it


I get this msg: Table 'bucksweb_rmb2017.rmb2017' doesn't exist, which is not true, as I can read it using phpmyadmin.

If I tell FIX ALL FIELDS, nothing happens and the only option is to close the window.

When trying to ADD a record I get this eror msg: Table 'bucksweb_rmb2017.rmb2017' doesn't exist.

It looks like the "dot" is the problem, but do no know how to get rid of it...

Looking for some help.

Thanks, Buck