Back to Forum Home Page
Forum Topics
- Application Installation24
- FAQs6
- ONLYOFFICE Installation5
- Server Setup5
- Available Modules5
- Application Errors/Issues4
- FlinkISO API3
- Getting Started2
- Custom Forms1
- Other1
- Bug Report0
Q. How to get access to FlinkISO Forum?
Ans:In order to able to post, you must be a registered user either with FlinkISO either On-premise or Cloud. You can login to the forum via using your email address, which you or your administrator used duing the registration on the websile. Once you have the email address, use the same email addres and generate a token. We will send you the token on the same email address. Use that token along with the email address to login. You can read posts without login.
Home > Application Installation
missing database tables
13 hours, 58 minutes ago | Open | By: Lee Sherry
On registration, after entering email address and proceeding i get the error:
Missing Database Table
Solution : Try recreating the table and linkes/child tables.
Error: A Database connection using "ChdPurchaseOrderTemplate0Child1V1" was missing or unable to connect.
13 hours, 41 minutes ago | By: Lee Sherryalso the following table:
Error: A Database connection using "TblAuditCatetoryV0" was missing or unable to connect.
Hello Lee,
If you refresh the registration page, it should take you the to the login page.
If that doesn't help, then remove
TblAuditCatetoryV0.php from /app/Model
TblAuditCatetoryV0sController.php from /app/Controller
and
TblAuditCatetoryV0s folder from /app/View
Thats should resolve the issue.
-FlinkISO Help
11 hours, 40 minutes ago | By: FlinkISO Team
Thanks for the quick reponse.
fyi, the following controllers and their views and models also had to be deleted to get passed error:
TblAuditCatetoryV0
ChdPurchaseOrderTemplate0Child1V1sController
TblAuditChecklist0V0sController
TblAuditFindings0V0sController
TblAuditSchedule0V0sController
TblCalibration0V0sController
TblCustomerComplaints0V0sController
TblCustomerDetails0V0sController
TblCustomerDetails0V1sController
TblDeviceEquipment0V0sController
rm TblMrm0V0sController
TblPurchaseOrderTemplate0V1sController
TblSupplierDetails0V0sController
thanks
10 hours, 42 minutes ago | By: Lee SherryHello Lee,
Is it possible for you to share the schema (app/weboot/schema/flinkiso-on-premise.sql) with us at [email protected]?
Because according to us, deleting all these files are not required.
-FlinkISO Help
7 hours, 50 minutes ago | By: FlinkISO Team