I have something weird going on here. I just finished a site for a client and I uploaded and I can reach the site no problem. I have a tab on the site where you click a collapsing tree and click on a topic and it calls up an article from a db. On my local development platform (xampp vista) this works nicely but once I uploaded it to the site it does not do ajax and draw the content I am calling. what could be wrong? Does it have anything to do with the way I pointed the “url” directive of ajax cos I just gave it “controller/function” (I am using Codeigniter). is this the problem?
Share
I would check the URLs being called. Check that you havent got hardcoded URLs (still refering to localhost) or errors in relative paths if they are not being resolved ie from errors whilst developing in Virtual Folders etc?