ajaxboy / cjax

Lightweight Ajax Framework built in PHP with no foot-print. Allows you to build ajax functionality with a single line of code & do so much more, right from the back-end!
http://cjax.sourceforge.net/
66 stars 27 forks source link

Installing cjax-5.9-RC8 #41

Open oniwo opened 7 years ago

oniwo commented 7 years ago

I downloaded cjax-5.9-RC8, extracted the contents and visited http://localhost/cjax/ajax.php?test/test and the cjax installs succesfully screenshot from 2017-02-27 12-57-24

The problem is when I merge the installation with Codeigniter and run my system, I get screenshot from 2017-02-27 13-04-30

I also get the same issue when I try installing after merging cjax and Codeigniter.

ajaxboy commented 7 years ago

Essentially what happened is that the files failed to be copied properly, I probably need to get rid of this installation and give manual instructions

The installation failed to copy the files manually to codeignater,

  1. you will need to move the "cjax" directory into application/libraries/
  2. Also move ajax.php into application/libraries/
  3. delete file cjax/integration.php
  4. copy files under cjax/integration/codeignater into their respective codeigniter directory eg: application , view, response
  5. delete cjax/ directory from root.

Done

mallik3230 commented 7 years ago

How to integrate the cjax in codeigniter

i getting error like this

image

risqiromadhoni commented 6 years ago

why i get this erors?? screenshot_2018-07-31 https localhost

i use cjax5.9 RC10 by the way..

foxyntax commented 5 years ago

I use cjax 5.9 RC10 and I have a problem like risqir57, however I get this error: Cache.php (not session.php)

I think we need to load some class but I don't know how to set this config in my framework?!?!