PDA

View Full Version : Ajax doesn't process requests


denominator
03-20-2008, 02:57 AM
Recently installed a custom Component and Module system under my Joomla based website. It worked great at first, and I was having a great time. Ajax is used on a section of the component for a seating plan arrangement, where a user can hover over seats on a layout and choose their seats, see which were taken or reserved etc..

Lastnight while I was fidgeting with the website, the Ajax all of a sudden stopped updating on the seating floorplan component. Before it would confirm deleting past entries and replacing the seats with newly assigned values.. Now it doesn't confirm or deny that it followed through with the seat number generation.

Here's a screenshot:
http://img176.imageshack.us/img176/433/ajaxgs8.jpg


I really need to try and cure this.. I tried reloading my database, and in the process erasing all data from the last several weeks. That didn't do anything.

I have access to the Mysql tables, is this something I could look at? And with what program?

Somebody please help me.. I'm planning on using this system to register and recieve payments from over 500 people in 3 or 4 months, and I need to cure this situation :(


By the way, I have all the files this component installed onto my Joomla.. All the .js scripts and .php files.. I've searched through them and found the pathways for the Ajax requests, but I have no idea why they aren't processing. I can't even play with the files on the ftp because it won't allow me to remove/move, add or edit the files in this component's directory.. What would cause the Ajax to not even process like this?
Thanks so much..

Dave

denominator
03-20-2008, 04:34 AM
I guess this will simply remain a mystery.. With reference from a friend, I deleted the related SQL entries and have had to restart the customization of this module and component from scratch >_>

A1ien51
03-20-2008, 04:06 PM
Well if you would have looked at the requests through Firebug or Fiddler, you might have seen if they were hitting the server or not.

Eric