Welcome Guest, Not a member yet? Register   Sign In
Cjax Framework 5.3 For CodeIgnater Codename Obama2012
#1

[eluser]Ajaxboy[/eluser]
---------------------------------------------------------------------------
|
| There is a new version here: 5.4
|
| http://ellislab.com/forums/viewthread/233570/
|
|-------------------------------------------------------------------------


Cjax 5.3
Maintenance Release

I am happy to announce the release of version 5.3 of the Cjax Framework For Codeignater.

Available For Download
https://sourceforge.net/projects/cjax/fi...deIgnater/

Demos/Samples:
http://cjax.sourceforge.net/examples/

Download Demos/Samples:
https://sourceforge.net/projects/cjax/files/Demos/

Cjax 5.3 "Codename" Obama2012.


Here are the changes:

CJAX 5.3-Obama2012
Maintenance Release

* New Autocomplete plugin
* Ability for wait() function to process milliseconds
* Implemented new release "code name" policy
This means that a code name will be used for each release or the same code name for a series of releases.
* Uploadify plugin was updated to uploadify 3.2
* Fixed bug that cut off parameters if two slashes were passed in the URL.
* Revision of samples/demos to improve them
* Overlay now has the option to opt out from click-close screen.
* Other improvements & small fixes


Take a look at the new AutoComplete Plugin Demo:
http://cjax.sourceforge.net/examples/plu...mplete.php

Most of all problems found by Cjax Users were fixed.


Show your appreciation:

****If you use cjax, I'd very much appreciate if you leave a review here: https://sourceforge.net/projects/cjax/reviews/ thank you!


#2

[eluser]salvomil[/eluser]
Thank you Ajaxboy!
#3

[eluser]Ajaxboy[/eluser]
[quote author="salvomil" date="1351966788"]Thank you Ajaxboy![/quote]

You are welcome, by the way, did you leave your review yet? https://sourceforge.net/projects/cjax/reviews/
#4

[eluser]Unknown[/eluser]
thanks
#5

[eluser]qbik[/eluser]
Hi I am looking to install this on an existing CI installation that is outside the public_html folder and is installed like:
ci/
application/
system/

Where would the cjax folder and files go?

Thanks for your help
#6

[eluser]Ajaxboy[/eluser]
ci/
application/
system/
cjax/
ajax.php


more instructions here:
http://cjax.sourceforge.net/#install
#7

[eluser]qbik[/eluser]
Thank you for your response, I am trying this know and see if I may need to change some configs for absolute paths.

Thanks again
#8

[eluser]qbik[/eluser]
I get error "Cannot find the correct path to Js directory." $js_dir is not being define. The absolute path of cjax_config.php is /var/ci/cjax/core
#9

[eluser]Ajaxboy[/eluser]
Okay, must be some weird setting on your server.

A quick way around this for you, on the file cjax_config.php in line#116 add: (it will be included in next release)

Code:
$js_dir = $ajax->config->js_path;

Then comment out the error:
Code:
//die("Cannot find the correct path to Js directory.");

Then in cjax/config.php (rename config.default.php to config.php) add:


Code:
$config->js_path = "cjax/core/js/"; //eg  http://yoursite.com/cjax/core/js
#10

[eluser]brizoo[/eluser]
Hi,

I have an issue with CJAX.

Php 5.x
CI 2.1.x
Template module by philsturgeon
Ion_auth 2

When I try : http://www.codeigniter-console.com/ajax.php?test/

Everything seems to be fine :

Code:
ajax view...

Ajax Controllers work great.


View: test2

But, when I click on test2

I have this error :

Code:
A PHP Error was encountered

Severity: Warning

Message: Creating default object from empty value

Filename: classes/core.class.php

Line Number: 253

When I move further and try to get CJAX working, I have a weird error :

My application is a backend. default controller is auth/login.
This page is working fine, but when I loggin I arrive on the admin controller and I have this :

Code:
Controller File: admin.php not found

Do you know what is wrong ?

Thanks a lot




Theme © iAndrew 2016 - Forum software by © MyBB