Scriptcase 9.9.016 Edit connection problem with captcha. Solved

Hi, after update to 9.9.016 version i was trying to install my new application.
While creating a database connection Scriptcase ask me to write the letters in the image above…
In the image above i cant see any letter… am i a robot?
@robertoferraz #scriptcase-9

Hello @Benito90

Could you send more information about your environment?

O.S, PHP, Scriptcase installation type, if you use XAMPP etc.

If possible, also send the diagnosis from your Scriptcase.

Scriptcase version 9.9.016 (15) Enterprise Edition
Application deployed with IIS 10 on a Windows Server 2019 Standard version 10.0.17763 .
PHP Version 7.2.7

Hello…
I have a similar trouble!
The captcha image not show!!!
How i can fix?
(SC 9.9.016 - XAMPP - Win10 - PHP 8.1
Thanks!

Thank you for the informations.

Apparently, this could be related to the GD extension being disabled in your PHP.

Would it be possible for you to confirm for me if it is really disabled?

You can check by generating a diagnosis of your Scriptcase or in the php.ini file.

If indeed it is disabled, please enable it by removing the “;” from the respective line in php.ini (be careful to disable the apache service before the change and turn it on after).

After the activation oh this extension, check again if the problem is solved by republishing the project and preferably in an incognito tab.

Hi @asantarelli

You can try the same steps related to the GD module mentioned above.

Hi,
i’ve checked my php.ini file and php_gd2 is enabled

[ExtensionList]
extension=php_mysqli.dll
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_xmlrpc.dll
extension=php_openssl.dll
extension=php_soap.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_imap.dll
extension=php_tidy.dll

[gd]
; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices
; disabled by default
; http://php.net/gd.jpeg-ignore-warning
gd.jpeg_ignore_warning = 1 <=== tried enabling this but problem still remain.

Senza titolo

Hi @asantarelli, any news ?

In php.ini, comment in extension section the gd entry…

After updating scriptcase to 9.9.018 it works correctly .
Thanks.