xajax and codeigniter - blank page and xajax request URI error.
Posted
by Adam Leonard
on Stack Overflow
See other posts from Stack Overflow
or by Adam Leonard
Published on 2010-03-16T18:05:25Z
Indexed on
2010/03/18
13:51 UTC
Read the original article
Hit count: 292
codeigniter
|xajax
I am unfortunately getting a blank page when trying to run a site locally. There are other people running it locally just fine, so I am wondering if it could be something to do with my LAMP environment.
When I attempt to load the site, it's nothing but a blank page. I've ran php index.php in console and the error I get is the following "xajax Error: xajax failed to automatically identify your Request URI.Please set the Request URI explicitly when you instantiate the xajax object.". I'm not quite sure how to handle this in CodeIgniter and or at all to be honest.
© Stack Overflow or respective owner