masterking32 / WoWSimpleRegistration

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

Captcha Builder Deprecated #77

Closed StonedCookieGaming closed 11 months ago

StonedCookieGaming commented 1 year ago

Describe the bug I am getting the following errors:

Deprecated: Creation of dynamic property Gregwar\Captcha\CaptchaBuilder::$background is deprecated in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 430

Deprecated: Implicit conversion from float 23.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 31.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 42.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 32.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 62.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 36.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 86.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 34.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 106.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

Deprecated: Implicit conversion from float 36.5 to int loses precision in /home/site/wwwroot/application/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php on line 365

To Reproduce Steps to reproduce the behavior:

  1. Set up your website
  2. Enable debug mode
  3. Go to your website in your browser
  4. Observe the errors

Expected behavior It shouldn't flash this error and the website should load properly.

Screenshots If applicable, add screenshots to help explain your problem. Screenshot 2023-05-28 234852

Desktop (please complete the following information):

Additional context N/A

masterking32 commented 11 months ago

Solved.