Skip to content


Fixing error: Unable to connect MongoDB, please check your configurations. MongoDB said: Transport endpoint is not connected.

Open your favorite editor [code] # Open your favorite editor vim repair.sh[/code] For debian / Ubuntu OS copy below the code and paste [code]#!/bin/sh #################### # R E P A I R. S H ( REPAIR MONGODB ) #################### sudo /etc/init.d/mongodb start sudo rm /var/lib/mongodb/mongod.lock sudo -u mongodb mongod -f /etc/mongodb.conf --repair sudo chown -R mongodb:mongodb /var/lib/mongodb sudo mongod --repair --dbpath /var/lib/mongodb sudo /etc/init.d/mongodb start mongo echo "Repair process successfully completed ...

Obullo 1.0.1 nightly beta version released !

Obullo 1.0.1 nightly beta version released ! Download it from github. https://github.com/obullo/framework/downloads

Cloning Obullo From Git (new version)

You can use newest version of obullo framework First you need to install your linux machine to git version control system. sudo apt-get install git for rpm based machines yum install git then go your web dir cd /var/www/ now you need to checkout obullo framework and obullo sub modules git clone git://github.com/obullo/framework.git Go to framework directory cd framework Clone submodules git submodule ...

Obullo Beta RC1 Version Released, Website Launched !!

A new php framework joined to Internet World ! After the beta version tests We released new Beta 1.0 RC1 version. Documentation ready ! and Website Launched ! Click the link and Go obullo.com Enjoy it ! [caption id="attachment_281" align="alignnone" width="194" caption="Obullo Framework"][/caption]

Obullo Framework 1.0 Beta Version Released (not stable)

Obullo is a Php5 Lightweight MVC based solution for the PHP Coders who need a simple web toolkit to create full-featured fast web applications. It focuses on being simplicity , readability , performance and writing speed , well documented and easy to use, while solving problems intrinsic to web development. Why Obullo Fast ? Obullo use PHP5 static ...