Search form stopped working
Posted: Thu Feb 18, 2021 3:37 pm
All of a sudden, my form is no longer searching or finding anything in the database from the browse screen. I did not make any changes to the form programming javascript. The only things I did was try to setup a USer who can access the form.
From the User Home Menu, I moved the form the Main Tab from the Fast Forms tab. Then I went into Access levels, went to the forms tab and added the form to that tab. After I added that form I checked all the boxes, and saved it. On the User tab it had nulaunchable in the Home field, Code: 100 Description: Browse Forms. I then saved it. It never showed up on the Users Page when I logged in as that user. Then when I wen t back to log in as my admin, it wasn't working. I tested another form that I had been using but it accesses a different table and it works fine. The form is a Browse and Edit form.
Any ideas what could have happened? I have no idea what to look for at this point. This is in my debug screen:
From the User Home Menu, I moved the form the Main Tab from the Fast Forms tab. Then I went into Access levels, went to the forms tab and added the form to that tab. After I added that form I checked all the boxes, and saved it. On the User tab it had nulaunchable in the Home field, Code: 100 Description: Browse Forms. I then saved it. It never showed up on the Users Page when I logged in as that user. Then when I wen t back to log in as my admin, it wasn't working. I tested another form that I had been using but it accesses a different table and it works fine. The form is a Browse and Edit form.
Any ideas what could have happened? I have no idea what to look for at this point. This is in my debug screen:
There is no "Customer_id" in this table. the primary key is TaxCustomers_id. Where is the SQL select statement coming from? Where is it saved? Where is it getting Customer_Id?[0] :
===USER==========
globeadmin
===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Customer_id' in 'where clause'
===SQL===========
Select * FROM `TaxCustomers` WHERE `Customer_id` = ?
===BACK TRACE====
/home/ktax/public_html/dbportal/core/nuform.php - line 129 (nuRunQuery)
/home/ktax/public_html/dbportal/core/nuapi.php - line 56 (nuGetFormObject)