-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting Tips
Imaobong Eyoma edited this page Jun 12, 2015
·
1 revision
In progress
Problem | Solution |
---|---|
Java Script Error when click on 'Submit' on a Form | Go to the html file of the form where the error is generated, i.e. registrationForm.html, and check the following line of code. Make sure Back button onclick="history.back()" |
Login Page goes into a loop | Check your config.xml file in conf folder inside your tomcat directory. Make sure the name of your application is the same as the name of the app database. Example: Your database name is sample, then your app folder in webapps must be named sample and the resource name must be jdbc/sample as shown below |
Application Title shows different names, i.e. Home Page, Team Members, Reports | Check header value in the following files: forms.html, reports.html, users\TeamMember.html, users\index.html |
The navigation header won't load or the drop down list won't come up | Clear browsing data and cache; You can use this solution for many other issues provided you have done everything else right |
Appache Tomcat won't start |
|
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)