Welcome Guest, Not a member yet? Register   Sign In
how to configure XAJAX 0.5 with codeigniter 1.6.1
#2

[eluser]aroman[/eluser]
Hello Amit,
Welcome To CI..
Try to check in your testajax controller maybe you're sending a whitespace character..
Also try to turn on your error log, and see in the log file which files are loaded maybe one of those file is sending a whitespace character.

Code:
$config['log_threshold'] = 4;

In order to prevent some "Cannot modify headers problem ..." dont close your php tag.
Ex:
Code:
<?php
// starts your code here ...
// more code here ...
?&gt; <-- no need the closing php tag, the compiler will take care of that.
Hope it helps.
-aroman


Messages In This Thread
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-02-2008, 05:31 AM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-06-2008, 01:17 AM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-06-2008, 01:54 AM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-06-2008, 03:34 AM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-06-2008, 09:47 PM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-06-2008, 11:43 PM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 10-08-2008, 06:20 AM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 11-29-2008, 12:27 PM
how to configure XAJAX 0.5 with codeigniter 1.6.1 - by El Forum - 12-29-2008, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB