0

I have a basic Autocomplete and Add to the database function and , for some reason, it has stopped working completely and I don't get any useful information from Firebug or otherwise what could be the problem.

I am guessing it is something simple, but don't know where to look.

This is the library where I am making the call:

http://github.com/allyforce/AF-upload/blob/master/Library/Target1.class.php

skaffman
  • 398,947
  • 96
  • 818
  • 769
Satchel
  • 16,414
  • 23
  • 106
  • 192

2 Answers2

0

What browser are you debugging on? Firefox displays Ajax errors correctly, but no others do unless you apply this patch (which will be in the next release of QCubed): http://trac.qcu.be/projects/qcubed/ticket/432

VexedPanda
  • 393
  • 1
  • 2
  • 15
0

Someone found the right answer in terms of remvoing a QEvent.

Satchel
  • 16,414
  • 23
  • 106
  • 192