Did you try to run php from command line and faced with php exception like safe mood is on, memory limit exceeded, maximum execution time exceeded etc. A general solution is to edit the php.ini and made those changes and restart apache server. At least i found these solutions online
But that is not [...]
Archive for March, 2008
PHP ini issues for scripts running in CLI or executing shell_exec() in *nix
Posted in PHP on March 25, 2008 | 1 Comment »
Running CodeIgniter from Cron/CLI
Posted in Code Igniter on March 25, 2008 | 10 Comments »
Many of us faced the problem of running CodeIgniter controllers from Cron or from Command Line. usually we write the following codes to run a php file from cron/CLI.
php /var/www/path/to/your/script
but if we give CodeIgniter Controller path here it will not work since CodeIgniter will fail to initialize its core classes. A work around of this [...]
Mediawiki Image Gallery Extension – WikiGallery
Posted in MediaWiki on March 24, 2008 | 8 Comments »
I was working with MediaWiki Gallery extension named “Smooth Gallery” which is based on JonDesign’s SmoothGallery . It was almost the thing i was looking for but not the exact one for my purpose. As a result I had to hack the code and modify it to fit my needs. You can download the extension [...]
Why to use Stored Procedure or Prepared Statement?
Posted in Database, MYSQL on March 24, 2008 | 4 Comments »
In web development, we do face the issue of running a query few thousands to million times everyday. If your website traffic is small then the impact of such queries is not noticed. but if your site attracts lots of users and the query requires to run a good number of time, it might hurt [...]
New initiatives for Bangla Language on Web
Posted in Bangla on March 24, 2008 | 2 Comments »
I am thinking of introducing new Bangla based services for the web. here are few of my ideas which will go development phase very soon
1. bangla spell checker
2. bangla wysiwyg editor (probably tinymce)
3. bangla translation
4. bangla unicode pdf
5. bangla universal writing panel with keyboard support (from somewhereinblog write panel)
if you have some cool idea, you [...]
WordPress Plugins Development
Posted in Me, Wordpress on March 23, 2008 | 4 Comments »
I had started writing my new book for Packt Publishing titled “WordPress Plugins Development”. But I decided to take the back step as I was very busy with my projects at office and couldn’t manage good amount of time for the book. I believe in quality rather than quantity. So, as i am getting bit [...]
Certified Scrum Master
Posted in Me on March 23, 2008 | 2 Comments »
Recently I have completed my Certified Scrum Master training from Pete Deemer of Good Agile (http://www.goodagile.com). I have attended the 14 hour training program along with my colleague N.H.M Tanveer Hossain Khan on 5th March, 2008 in New Delhi, India. It’s been a nice experience for us and we believe it will [...]
Mediawiki tutorials coming soon…
Posted in MediaWiki on March 23, 2008 | 4 Comments »
Currently I am working with Mediawiki version 1.11 and lots of things have changed and new things emerged during last 1 year. So i feel that my book “Mediawiki administrator’s tutorial guide” requires some additional writings as well. From April 2008, i will be writing new tutorials every week on Mediawiki including some hacks, extensions [...]






