How install and use Xajax 0.6 beta 1 on Codeigniter 2.0+ ?
Do not use the 0.6 version on Github as it causes:
Warning: file_put_contents(K:DreamWebSitesxAjax/xajax_js/deferred/7b5d4816861867bcd00d0bc0466be45b.js) [function.file-put-contents]: failed to open stream: No such file or directory in K:DreamWebSitesxAjaxxajax_corexajaxPluginManager.inc.php on line 588
- Download and install Xajax 0.6 beta 1 from xajax-project.org
- move contents of xajax_core into application/libraries/
- rename xajax.inc.php to xajax.php
- put the xajax_js folder in root folder where CI is installed. (where the /application/ /system/ license.txt are)
- follow step 6 onwards from: http://www.gen.newrandom.com/2011/07/21/codeigniter-and-xajax-csrf-fix/
- You may skip 7 onwards if not using CSRF.