PAJAX Issue

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
syphen
Forum Newbie
Posts: 1
Joined: Tue Oct 04, 2005 9:33 pm

PAJAX Issue

Post by syphen »

I finally decided to start coding something using PAJAX (AJAX-esque) and have run into a problem. My server updates the information that I need...but my page returns an error from my pajax_library js file. After debugging it, I found that it is returning an entire blank document and that is the reason I am getting errors. Instead of the JSON object returning what my custom PAJAX class tells it to...it's returning this empty document. Any suggestions? I think it could potentially be a permissions issue but have yet to find a setting that works.
Post Reply