Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

This issue now seems to be fixed, not sure why it didn't work on previous attemp

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

how do i debug database services that fail to run correctly.

Hi Terry,

Thank you for the update! Let us know if this happens again please.

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

Actually, I now find there is still a problem. When I first debug the app in my browser, I click the register link which takes me to the register page. An aero type 'busy' symbol is showing in the centre of the screen and stays there until I complete the registration details and click register. My alert box in the javascript shown above tells me wether or not I have checked the checkbox, and that it has set the checkboxes value true or false. If I then check the database, the details have been added, but no matter what the valuein the checkbox, the database holds false. The aero stops spinning in the centre of the form.

If I then change the username in the form, so as not to clash with the previous data in the database, and re-click the register button, it now creates another entry in the database, this time correctly showing true or false depending on the checkbox status.

My back button in the title bar does not function, My cancel button does not function, this is just mapped to a navigate to page:

Page: LoginScreen, Transition effect: default, Reverse: false, Use full screen refresh: false.

If I create an android app and install it on my HTC Desire (android 2.2) and click register, I get a message saying 'error loading page' and then continues on to the appery.io website!

Thanks in anticipation for your assistance,

Terry

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

Thought I'd add the login and register screens

Image Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

how do i debug database services that fail to run correctly.

Hi Terry,

Are there any console errors?

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

On opening the register page, the following error is written to the console:

Uncaught TypeError: Cannot read property 'msie' of undefined

Clicking on the register button on the register page does not cause output to console.

The only error on the console occurs when navigating to the page.

Thanks,

Terry

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how do i debug database services that fail to run correctly.

Hello Terry,

There are seem to be a several simple mistakes in your app.

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, give us its name and describe how to reproduce the problem. Also how it is supposed to work.

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

My App is called Dougies Meats.

It is at its simplest at the moment with a login page and a register page.

It opens on the login screen and allows an existing user to login. There are two links for "forgot username/password" and "Register".

Image

The login functionality appears to function correctly.

The forgot username/password link has not yet been coded. The Register link redirects to the Register Page. (This is where the console error occurs)

Image

I would be glad of your assistance, to put me on the right path, but how do I share my app with you?

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

The database used is DougiesDB

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

how do i debug database services that fail to run correctly.

It's ok I found out how to share!

Return to “Issues”