NetTalk Central

Author Topic: GET error being shown in the firebug console  (Read 2956 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
GET error being shown in the firebug console
« on: January 22, 2012, 03:14:00 AM »

Hi,

Any inline browse event seems to trigger the GET error.

Selecting a record in the browse, clicking an inline "change" or "delete" button,
however if I have a "change" button above the browse, it does not post an error.

I have attached a screenshot.

It seems to work fine, but not sure if it's ok to leave this error.


Johan





[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: GET error being shown in the firebug console
« Reply #1 on: January 22, 2012, 11:35:43 PM »
The screen-shot doesn't show me a whole lot - the "response" is the key thing.
If the response is completely blank, then it's ok, you can ignore the error.

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Re: GET error being shown in the firebug console
« Reply #2 on: January 23, 2012, 01:45:15 AM »

Hi Bruce

thanks.

To confirm, I check the response in the log on the webserver window?
If yes, then it is blank, so no worries,

thanks

Johan

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: GET error being shown in the firebug console
« Reply #3 on: January 23, 2012, 09:03:37 PM »
The web server window tracks incoming requests, not outgoing replies.

I was referring tot he console in firebug, that's where you can see the replies. If it is blank there, then no problem.