咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
错误信息:Fatal error:Class 'SQLite3' not found in .........
对应文件内容;
class MyDB extends SQLite3
{
function __construct()
{
$this->open('mysqlitedb.db');
}
}
解决措施:
这种情况检查一下站点对应的php版本,然后检查php.ini有没开启mysqlite3.dll扩展
php5.2不支持SQLite3,安装php5.3及以上版本即可.如图: