Open schrodingercatss opened 6 years ago
你试着在 web/index.php 文件中,把这两行代码前面的注释去掉,然后重现注册,看看:
//defined('YII_DEBUG') or define('YII_DEBUG', true);
//defined('YII_ENV') or define('YII_ENV', 'dev');
非常感谢您,已经找到了错误信息。 Invalid Configuration – yii\base\InvalidConfigException Either GD PHP extension with FreeType support or ImageMagick PHP extension with PNG support is required.
非常感谢您,已经找到了错误信息。 Invalid Configuration – yii\base\InvalidConfigException Either GD PHP extension with FreeType support or ImageMagick PHP extension with PNG support is required.
请问您是怎么解决的?
sudo apt install php-gd
安装 php-gd 扩展即可,这是因为使用了验证码,需要用php-gd来显示。
配置好所有内容后,只能登陆初始设置的管理员,无法使用注册功能,如何解决呢?