EllisLab text mark
Advanced Search
     
Cjax Framework 5.3 For CodeIgnater Codename Obama2012
Posted: 02 November 2012 06:30 PM   [ Ignore ]
Avatar
Joined: 2012-04-18
218 posts

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/files/CodeIgnater/

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/plugin_autocomplete.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!

 

 Signature 

CjaxFw for CI,  10,000 downloads in last few months, and growing fast

http://cjax.sourceforge.net/

Follow Me on Twitter @AjaxFramework
https://twitter.com/ajaxframework

Checkout my Blog

 

 

 
Posted: 03 November 2012 02:19 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2012-10-26
11 posts

Thank you Ajaxboy!

 
Posted: 03 November 2012 02:40 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2012-04-18
218 posts
salvomil - 03 November 2012 02:19 PM

Thank you Ajaxboy!

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

 Signature 

CjaxFw for CI,  10,000 downloads in last few months, and growing fast

http://cjax.sourceforge.net/

Follow Me on Twitter @AjaxFramework
https://twitter.com/ajaxframework

Checkout my Blog

 

 

 
Posted: 04 November 2012 06:18 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2012-11-04
1 posts

thanks

 
Posted: 22 November 2012 10:17 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2011-09-12
10 posts

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

 
Posted: 22 November 2012 11:39 AM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Avatar
Joined: 2012-04-18
218 posts

ci/
  application/
  system/
  cjax/
  ajax.php


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

 Signature 

CjaxFw for CI,  10,000 downloads in last few months, and growing fast

http://cjax.sourceforge.net/

Follow Me on Twitter @AjaxFramework
https://twitter.com/ajaxframework

Checkout my Blog

 

 

 
Posted: 22 November 2012 11:47 AM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Joined: 2011-09-12
10 posts

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

 
Posted: 22 November 2012 12:09 PM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Joined: 2011-09-12
10 posts

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

 
Posted: 22 November 2012 06:27 PM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Avatar
Joined: 2012-04-18
218 posts

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)

$js_dir $ajax->config->js_path

Then comment out the error:

//die("Cannot find the correct path to Js directory."); 

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

$config->js_path "cjax/core/js/"//eg  http://yoursite.com/cjax/core/js 
 Signature 

CjaxFw for CI,  10,000 downloads in last few months, and growing fast

http://cjax.sourceforge.net/

Follow Me on Twitter @AjaxFramework
https://twitter.com/ajaxframework

Checkout my Blog

 

 

 
Posted: 28 December 2012 11:47 AM   [ Ignore ]   [ # 9 ]   [ Rating: 0 ]
Joined: 2012-12-18
14 posts

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 :

ajax view...

Ajax Controllers work great.


Viewtest2 

But, when I click on test2

I have this error :

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 :

Controller Fileadmin.php not found 

Do you know what is wrong ?

Thanks a lot

 
Posted: 28 December 2012 10:29 PM   [ Ignore ]   [ # 10 ]   [ Rating: 0 ]
Avatar
Joined: 2012-04-18
218 posts

Getting that error on test2 is definitely something weird, and it should not happen, may I ask specifically what version of php you are using? 5. what? here might be where the problem lies I am guessing!.

 Signature 

CjaxFw for CI,  10,000 downloads in last few months, and growing fast

http://cjax.sourceforge.net/

Follow Me on Twitter @AjaxFramework
https://twitter.com/ajaxframework

Checkout my Blog

 

 

 
Posted: 31 December 2012 05:23 AM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Joined: 2012-12-18
14 posts

Hi,

Thanks for the answer.
I’m sorry but I’ve created a post on this subject.

In order to don’t duplicate contents, go to
this post

See you there

 
Posted: 22 April 2013 10:38 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Joined: 2013-04-22
7 posts

I’m pretty sure I’ve installed this into CI properly but after testing on WAMP and LAMP I can assure you that none of the demos work.

Are there some hidden configuration setting I’ve missed?

Also as you controllers don’t extend the CI objects how do I use regular CI stuff?

 
Posted: 22 April 2013 10:48 AM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Joined: 2013-04-22
7 posts

Plugins Fatal error: Call to undefined method cjaxFormat::dialog() in /home/lordmatt/[...snip…]/plugins.php on line 15