Thứ Bảy, 21 tháng 9, 2013

Class 'Mongo' not found

i have installed mongo in ubuntu server but I got error
"Class 'Mongo' not found"

Resolve:
- add make first :  apt-get install make

sudo pecl uninstall mongo 
sudo pecl install mongo
sudo service apache2 restart
 
- edit php.ini :
add the following line to your php.ini file:
   
extension=mongo.so
 
- restart apache:
sudo service apache2 restart
 
 

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...