Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
@needle I was just made aware of a possible issue in some servers , At this point I am not sure what is producing it but it might be the version of php 5.3, not 100% sure. This issue some times prompts you to get a blank page. If this is the same issues, here is the fix: In file cjax/cjax.php line 36: Change: Code: $file = preg_replace("/.+\//",'', $_SERVER['SCRIPT_NAME']); Code: $file = preg_replace("/.+\//",'',ltrim($_SERVER['SCRIPT_NAME'],'/')); I believe this will take care of your issue. |
Welcome Guest, Not a member yet? Register Sign In |