I have an Aviarc application with a MySQL database.
The main functions of the system are accessed via a main screen with buttons which call different workflows. I added a login form which checks credentials against an authority. This was working. After several unrelated small changes, I have encountered the following problems:
- none of the buttons in the application work (the browser tells me they all link to javascript:void(0)
- when I go to a workflow directly (type in url), the called form opens, but without data in it
I have tried the following:
- removed the authentication
- start up a new instance of the application
- tested database connectivity (test query works)
It looks as if none of the workflows execute properly. I'm only at beginner level, so any advice would be welcome.