Table doesn't exist

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
AEmpeno
Veteran Member
Posts: 72
Joined: 2018-01-04 18:48

Table doesn't exist

Post by AEmpeno » 2018-09-25 14:54

Hello,

I uploaded my appgini application on the web however I get this error message

"Table 'jfoodstw_db1.Receiving' doesn't exist
Query:
update Receiving set Balance='4877' where ReceivingID='1'
The above info is displayed because you are currently signed in as the super admin. Other users won't see this.

This happens when I open an existing entry. Please see attached photo. I checked other tables and checked each entry no error message. I also checked my phpadmin and table "receiving" is intact. I also checked my localhost table receiving I dont get any error message. Thanks.
Attachments
receiving.png
receiving.png (157.39 KiB) Viewed 1422 times

User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

Re: Table doesn't exist

Post by baudwalker » 2018-09-25 22:59

Hi, A possible fix is to go to the Admin Area, then select Rebuild Fields from under the Utilities tab

Post Reply