安装好报错,求解
悬赏:0F币
img[https://funcdn.funadmin.com/storage/uploads/20220621/3718832e4682c0b1595d73d1f73e0f05.png]
这是什么情况,求解
回帖
2024-01-24 17:34:51
Fatal error: Declaration of think\Container::get(string $abstract) must be compatible with Psr\Container\ContainerInterface::get($id) in E:\home\LocalUser\638578\www\vendor\topthink\framework\src\think\Container.php on line 129
2023-08-22 14:33:35
安装的时候出现SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'character_set_client' can't be set to the value of 'NULL'
2022-09-01 22:11:41
@Abcfun 数据库配置问题,.env文件被覆盖了
2022-08-24 15:28:32
安装2.6.2后,打开后台就报这样的错SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES)
我用的是root没用到test1哦
2022-08-24 15:27:21
SQLSTATE[HY000] [1045] Access denied for user 'test1'@'localhost' (using password: YES)
}
} else {
if ($this->reConnectTimes < 4 && $this->isBreak($e)) {
++$this->reConnectTimes;
return $this->close()->getPDOStatement($sql, $bind, $master, $procedure);
}
}
if ($e instanceof \PDOException) {
throw new PDOException($e, $this->config, $this->getLastsql());
} else {
throw $e;
}
}
}
/**
* 执行语句
* @access protected
2022-07-16 18:50:25
看不出是啥问题