masterking32 / WoWSimpleRegistration

Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
https://masterking32.com
GNU General Public License v3.0
254 stars 212 forks source link

Fatal error #7

Closed GnaXi closed 4 years ago

GnaXi commented 4 years ago

After setting up everything in the config.php file and I try to access the site, I get the following fatal error: Fatal error: Uncaught Error: Call to undefined function Gregwar\Captcha\imagecreatetruecolor() in /var/www/html/WoWSimpleRegistration/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php:401 Stack trace: #0 /var/www/html/WoWSimpleRegistration/application/include/user.php(38): Gregwar\Captcha\CaptchaBuilder->build() #1 /var/www/html/WoWSimpleRegistration/index.php(34): user::post_handler() #2 {main} thrown in /var/www/html/WoWSimpleRegistration/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 401

GnaXi commented 4 years ago

I needed to install php-gd to resolve the issue! :) Ubuntu 19.10: sudo apt-get install php7.3-gd

You should probably include this information in your readme