php fatal error: class sqlite3 is not found in

前端 未结 8 1680
别跟我提以往
别跟我提以往 2020-12-20 12:46

Im using ubuntu 12.04, and php 5.x I need to use sqlite3 in it but Im getting an error of

php fatal error: class sqlite3 not found

I done

8条回答
  •  [愿得一人]
    2020-12-20 13:21

    I had the same problem even I have installed all libraries. If you run php-fcgi, you should restart it:

    sudo service php-fcgi restart
    

    Try also restart apache:

    sudo service apache restart 
    

提交回复
热议问题