Blaze 0.82 Released
Here’s a fresh update for Blaze. This release should keep you on your toes; progress has been pretty good recently, and there’s another weekend up ahead to really get cracking on this…
Changes:
- Modules now have their own routes file, letting you build urls like: blog/2007/06/first-post/ without changing the main routes.php file
- New ‘Blog’ module now standard - backend will be in next release
- New System library and system preferences in admin backend
- Switch caching on/off in backend
- Site title is set in backend
- Basic User library built… backend is now locked with authentication
Install instructions.
- Unzip the file.
- Place it in your web directory.
- Make sure that your RewriteBase is correct in /.htaccess …. if you are in a subfolder like site.com/blaze/ - your rewritebase should be /blaze/
- Run the schema.sql on a clean database… set up your config/config.php and config/database.php accordingly.
Note: Default admin username is ‘admin’ with password ‘blaze’…
Future releases will be taking care of proper salted hashes for passwords, but that’ll come with the installer.
So, I’m thinking that by the end of March, we could have a pretty sweet CodeIgniter CMS here!
If you enjoyed this post, make sure you subscribe to the RSS feed!
Hey Guys,
Did you need to update the schema.sql as I may be wrong but it does not have a
settings table.
HI Elliot.
Thanks for hard work tonight.
But forget update schema.sql on the 082 version
Can u share with us ?
Regards
phpwebdev
In addition, you forgot to upgrade the version number to 0.82
A major flaw of Blaze, as it defeats the purpose of this number:P
There we go… give that new zip a try.
I has the new schema in it.
Hm, strange… I can’t login into adminpanel with user ‘admin’ and password ‘blaze’.
Check the password in the database is:
And, it’s crucial that your $config[’encryption_key’] is blank.
Elliot
Same problem here with password and encrytion field is blank… and it matches the password you just posted.
Bummer.. I can’t login either.
And I can’t login. Password in database is valid and user found. It seems that user data couldn’t write or read to the session.
umm when i run the blaze im getting this..
system->site_name?>
*
*
*
Powered by Blaze CodeIgniter CMS
so what gives? what seems to be the problem???
Css & links are not working in my system . i have gone through by steps.