Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
[quote author="Fredrik-s" date="1377037588"]Hello, I also encounter the problem with the "blank page". My setup: PHP Version 5.3.10-1ubuntu3.6 CodeIgniter 2.1.4 AJAXFW_4CI_5.5 Im running "clean URLs". I have followed the solution in this thread: http://ellislab.com/forums/viewthread/220620/#1016536 I get a "200 OK" when checking the network tab in Chrome. Im calling the following URL to test Cjax: http://mydomain.com/ajax/test/test My file structure looks like this: root -.htaccess -ajax.php -ajaxfw.php -application --controllers ---AjaxController.php --response ---sample.php ---test.php -views --test.php --test2.php -cjax htaccess: Code: Options -Indexes I dont get any PHP errors in my error.log. And nothing displays when reaching http://mydomain.com/ajax/test/test just a blank page. Not either any JS errors in console tab in Chrome. What am I doing wrong and how should I fix it? [/quote] You have to force php errors on, there is got to be an error, maybe in the environment it forces php not to print the erros, in that case look at the apache error log. |
Welcome Guest, Not a member yet? Register Sign In |