shi-yang / jnoj

Jiangnan Online Judge
https://www.jnoj.dev
Other
241 stars 62 forks source link

无法使用注册功能 #6

Open schrodingercatss opened 6 years ago

schrodingercatss commented 6 years ago

1.png 配置好所有内容后,只能登陆初始设置的管理员,无法使用注册功能,如何解决呢?

shi-yang commented 6 years ago

你试着在 web/index.php 文件中,把这两行代码前面的注释去掉,然后重现注册,看看:

//defined('YII_DEBUG') or define('YII_DEBUG', true);
//defined('YII_ENV') or define('YII_ENV', 'dev');
schrodingercatss commented 6 years ago

非常感谢您,已经找到了错误信息。 Invalid Configuration – yii\base\InvalidConfigException Either GD PHP extension with FreeType support or ImageMagick PHP extension with PNG support is required.

Ccupidr commented 5 years ago

非常感谢您,已经找到了错误信息。 Invalid Configuration – yii\base\InvalidConfigException Either GD PHP extension with FreeType support or ImageMagick PHP extension with PNG support is required.

请问您是怎么解决的?

shi-yang commented 5 years ago

sudo apt install php-gd 安装 php-gd 扩展即可,这是因为使用了验证码,需要用php-gd来显示。