Part of the EllisLab Network
   
1 of 11
1
Ionize - Free & Open Source creative CMS
Posted: 14 November 2009 07:13 PM   [ Ignore ]  
Lab Assistant
Avatar
RankRank
Total Posts:  106
Joined  10-13-2006

Ionize has now its own website !

Please visit :
Ionize CMS website and Ionize Community Forums for discussions about it.


————————————————————————

Technical information
Ionize is built on :
- CodeIgniter 1.7.1
- Mocha UI for the user interface

The core of CI was very slightly modified, to ensure further evolution of CI.

Online demo
The online demo is available at : http://demo.ionizecms.com
To see the admin panel online : http://demo.ionizecms.com/admin
user : demo
pass : demo

Follow the project
You can also download the last trunk version :
http://www.assembla.com/spaces/ionize

Download it !
You can download it at : http://www.ionizecms.com
You will find the documentation at : http://www.ionizecms.com/user-guide

Requirements
- PHP 5.2
- MySQL
- Read the online or offline documentation !

Installation steps
1. Download the last Ionize zip package,
2. Copy the ionize zip package content to your server,
3. Launch http://your-domain/install and follow the installation steps,
4. Delete the /install folder after the installation is complete in order to use Ionize.

It is strongly recommended to install the example data for the first use. Composed of one template and database content, they will help you to create your first Ionize based website.

Have fun!

Important remark
Even if the doc is not yet complete, it will help you to understand how to use Ionize.
If you don’t find any answer to your question in the doc, don’t hesitate to ask !

 Signature 

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

Ionize Forum
http://www.ionizecms.com/forum


My website : Partikule Studio, Web Design Agency, Paris

Profile
 
 
Posted: 14 November 2009 07:22 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  335
Joined  10-18-2009

thanks for sharing

 Signature 

Wallpapers and Images Site: Desktop Wallpapers

Profile
 
 
Posted: 14 November 2009 09:40 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  455
Joined  03-28-2008

Looks promising! smile

 Signature 

———————————————————————————————————————————-
Imac 27” Core i7 / 12GB RAM
Macbook Pro 15” C2D 2.53Ghz / 4GB RAM / NVIDIA GeForce 9400M + 9600M GT 512MB
iPhone 4 16Gb Black

http://www.rockkarusellen.se

Profile
 
 
Posted: 14 November 2009 10:54 PM   [ Ignore ]   [ # 3 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  3216
Joined  06-10-2007

The Ionize team have obviously put a great deal of effort into this application. Thanks guys, you’ve done a great job.

 Signature 

URI Language Identifier | Modular Extensions - HMVC | View Object | Widget plugin | Access Control library

Profile
 
 
Posted: 15 November 2009 01:25 AM   [ Ignore ]   [ # 4 ]  
Grad Student
Rank
Total Posts:  33
Joined  07-16-2007

great job!

Profile
 
 
Posted: 15 November 2009 01:27 AM   [ Ignore ]   [ # 5 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  804
Joined  06-10-2009

Alrighty, I’d like to offer my assistance smile

Installation:

The first screen to install Ionize fails if your server does not have short_tags enabled. CodeIgniter’s ability to automatically rewrite them can’t kick in yet as the installer is not really a CI app.

This is easy enough to fix - in the install/views folder do a search/replace on the view files and replace “<?=” with “<?php echo “

Here’s the fixed files, attached.

File Attachments
fixed_install_views.zip  (File Size: 4KB - Downloads: 174)
 Signature 

CreativeHalls Web Design and Printing
A few of my projects:
OurGulfCoast Property Management and Vacation Rental (ASP/.NET)
BukuBux - Money Saving Coupons and Gift Certificates (CodeIgniter, LAMP/MySQL)
Rentals800.com - Find a place to rent (CodeIgniter, LAMP/MySQL)
bdh (dot) hall (at) gmail (dotcom)

Profile
 
 
Posted: 15 November 2009 03:56 AM   [ Ignore ]   [ # 6 ]  
Grad Student
Rank
Total Posts:  74
Joined  11-02-2009

oohh wow thanks for the link can’t wait to try it out smile

 Signature 

Repopulating multiple select items

Profile
 
 
Posted: 15 November 2009 05:41 AM   [ Ignore ]   [ # 7 ]  
Summer Student
Total Posts:  5
Joined  11-15-2009

It looks good on the online demo, just downloaded it and installing it now to try!

Profile
 
 
Posted: 15 November 2009 06:04 AM   [ Ignore ]   [ # 8 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  297
Joined  05-29-2006
Michel-Ange - 15 November 2009 12:13 AM

Important remark
Even if the doc is not yet complete, it will help you to understand how to use Ionize.
If you don’t find any answer to your question in the doc, don’t hesitate to ask !

Thank you for the great and hard work!
I will try the CMS

 Signature 

CI Js_calendar plugin click

WYSIWYG with CI

Profile
 
 
Posted: 15 November 2009 06:17 AM   [ Ignore ]   [ # 9 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  106
Joined  10-13-2006

@BrianDHall : I modified the zip package with your modifications. Thanks !

As you saw it, the installer is a “little” CI, as it don’t use the CI dispatcher but its own one which loads some CI libraries.

Thanks all for your very warm welcome of Ionize !

About the doc :
For the moment, the PDF is the most advanced one. I have to complete the online one.
For the API, even the code is - from my point of view - well documented, I have to make a choice concerning the tool I will use to generate it…

 Signature 

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

Ionize Forum
http://www.ionizecms.com/forum


My website : Partikule Studio, Web Design Agency, Paris

Profile
 
 
Posted: 15 November 2009 07:05 AM   [ Ignore ]   [ # 10 ]  
Grad Student
Rank
Total Posts:  74
Joined  11-02-2009

hi michel-ange

When installing from ubuntu9.10 on my laptop I have encountered two erros when installing. They both occur at step 3 when setting up the account. I have managed to fix the first error but not the second.

Fatal errorCall to undefined function mcrypt_encrypt() in ../install/class/installer.php on line 638 

Reason: You require the mcrpyt library in php
Solution: Install and configure the php mcrypt package. Details can be found at
PHP Manual - Mcrypt setup

for ubuntu
sudo apt-get install php5-mcrypt
and add the line “extension=php_mcrypt.so” to /etc/php5/apache2/php.ini

Maybe a check for the Mcrypt library can be included at the requirements page at the start?

Fatal errorCall to a member function item() on a non-object in 
../application/libraries/MY_Language.php on line 38
// --- refers to the following line of code
$deft_lang $CI->config->item('language_abbr'); 

I’m confused with this one since it says that is a non-object when clearly there is an instance of CI loaded.

 Signature 

Repopulating multiple select items

Profile
 
 
Posted: 15 November 2009 07:37 AM   [ Ignore ]   [ # 11 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  106
Joined  10-13-2006

@andrewtheandroid : The check of the Mcrypt package will be added to the install check and also to the requirements list.

Concerning the second error :
As the installer loads the CI DB class - but without instantiating a CI object - this error can only comes from one CI translated error message.
I’m confused about this error, does it appears when you try to save your user account ?

 Signature 

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

Ionize Forum
http://www.ionizecms.com/forum


My website : Partikule Studio, Web Design Agency, Paris

Profile
 
 
Posted: 15 November 2009 08:20 AM   [ Ignore ]   [ # 12 ]  
Grad Student
Rank
Total Posts:  74
Joined  11-02-2009

I’m confused about this error, does it appears when you try to save your user account ?

Yes it appears exactly after i try to click “save and go to next step” in step 3/4.

 Signature 

Repopulating multiple select items

Profile
 
 
Posted: 15 November 2009 10:00 AM   [ Ignore ]   [ # 13 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  106
Joined  10-13-2006

@andrewtheandroid : the problem comes perhaps from writing database config file : PHP has perhaps not privileges to write in /application/config.

To be sure everything is OK after the database setup (step 2), check the file :
/application/config/database.php

Are all the required config items present : hostname, username, database, password ?

 Signature 

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

Ionize Forum
http://www.ionizecms.com/forum


My website : Partikule Studio, Web Design Agency, Paris

Profile
 
 
Posted: 15 November 2009 10:17 AM   [ Ignore ]   [ # 14 ]  
Summer Student
Total Posts:  5
Joined  11-15-2009

Installing went ok (local using WampServer on windows), just one problem know.

The demo website works, the login doesn’t work here. When I go to admin and fill in the user name and password and press login, nothing happens. The page seems to reload but no login, loginpage with username and password (****) stays visible.

Any suggestions?
—————————————
It is working know!

Profile
 
 
Posted: 15 November 2009 10:42 AM   [ Ignore ]   [ # 15 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  106
Joined  10-13-2006

@BlueRabbit : Restart an install and create an account with :
- username : 4 chars minimum
- password : 4 chars minimum, 40 chars max.

Will add these checks to the installer.

 Signature 

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

Ionize Forum
http://www.ionizecms.com/forum


My website : Partikule Studio, Web Design Agency, Paris

Profile
 
 
   
1 of 11
1