NetTalk Central

Author Topic: Issues with deployed app  (Read 2393 times)

Gregg Matteson

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Custom Program Solutions
Issues with deployed app
« on: April 10, 2008, 07:46:46 AM »
Using 4.30 / C6 PE 9056 / Selfservice and Winevent

Home page is static with login button calling login inside app. using Firebug, console tab shows 5 errors when login page comes up in browser.

bodyONLoad is not defined

Rico is not defined

SetDefaultButton is not defined

Rico is not defined

bodyOnLoad is not defined

Note that static pages have been removed

Also css is not being read IOW login page is not formatted by css.

Not sure where to start.

Kindest Regards,

Gregg Matteson

'Software that's actually easy to use'

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Issues with deployed app
« Reply #1 on: April 13, 2008, 11:48:29 PM »
Hi Gregg,

I'd start by checking 2 things;

a) the web folder obviously needs to be in the right place, and working. All the JS and CSS is in there, so if it was missing you'd get this effect.

b) You mention that the home page is a static page. So make sure all the necessary NetWebServer special bits are in there.
specifically;
1) the first line and
2) the bit inside the <head> section.

Cheers
Bruce