What is CI-CMS

CI-CMS is a Codeigniter Content Managment System. This is a combination of my primary concept of how to create a CMS and the ease from Codeigniter. I already created a personal CMS called Solaitra, that I use in many sites now (around 50), and I just want to transport that in CI framework.
Solaitra is a very easy modular CMS, it has many modules such as pages, news, forum, gallery, downloads, quotes, guestbook etc. I just need to port those modules to work in CI and the result will be CI-CMS.

venerdì 8 febbraio 2013

Using FastCGI

I was struggling to understand the ‘No input file specified’ error I got when using ci-cms2 with FastCGI. In fact to reduce the number of Apache process in my server I opted to use Fcgi instead of mod_php. But then I got that error.
To fix it, here is what I did.
  • in .htaccess file just add a "?" just after index.php (I found it here)
  • Be sure to use AUTO in config.php (for $config['uri_protocol'])