CodeIgniter Forums
Problem with CJAX - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem with CJAX (/showthread.php?tid=57302)

Pages: 1 2 3


Problem with CJAX - El Forum - 03-05-2013

[eluser]RaGe10940[/eluser]
Hello all, I have been trying to install CJAX and I quite frankly have no idea where to turn to other then the how to's and even then the author makes it so "simple" to explain that if something happens that I is not expected you can't do anything to remedy.

As per instructions : I have taken a screen shot of them :

but also here is the html :

http://cjax.sourceforge.net/docs/installing.php

He doesn't really explain in detail where to extract? My website base url is as so :
$config['base_url'] = 'https://www.finaidtest.com/';

my root directory however is /usr/local/var/www/public/

I have tried so many different way to get this to work, and it is just not happening. Any help would be awesome.



Problem with CJAX - El Forum - 03-06-2013

[eluser]TheFuzzy0ne[/eluser]
I think that everything within the application directory, should go into the corresponding directories within your own application directory.

Everything else goes into the Web root (I think).


Problem with CJAX - El Forum - 03-06-2013

[eluser]RaGe10940[/eluser]
Seems like a lot of others have the same issue in understanding this manual. 36 others just looked it and said nothing lol... and still nothing...


Problem with CJAX - El Forum - 03-06-2013

[eluser]RaGe10940[/eluser]
Bump


Problem with CJAX - El Forum - 03-07-2013

[eluser]TheFuzzy0ne[/eluser]
Did you try what I suggested?


Problem with CJAX - El Forum - 03-07-2013

[eluser]RaGe10940[/eluser]
Yes I have done so.


My folder structure is like so :

test/
ci/
application/
system/
public/
(all the other cjax stuff)

and the website root is : /usr/local/var/www/test/public


Pics :

http://www.freeimagehosting.net/ixsc7
http://www.freeimagehosting.net/jpm96
http://www.freeimagehosting.net/ryman


Problem with CJAX - El Forum - 03-07-2013

[eluser]TheFuzzy0ne[/eluser]
Then I'm sorry. I'm all out of ideas. It might be worth contacting the author, or just trying another library.


Problem with CJAX - El Forum - 03-07-2013

[eluser]RaGe10940[/eluser]
I have emailed with this topic. Do you know of any other libraries?


Problem with CJAX - El Forum - 03-07-2013

[eluser]TheFuzzy0ne[/eluser]
Not off-hand. Sorry. I just use JQuery and controllers. I don't use a library.


Problem with CJAX - El Forum - 03-07-2013

[eluser]RaGe10940[/eluser]
I want to use Jquery but I am not to good with it. The reason I want to use CJAX is that it is so simple and does all the things I need. Do you know of any good tutorials with Jquery? I am pretty good with PHP so the controller (MVC) pattern is treating me quite well.