google-code-export / glossword

Automatically exported from code.google.com/p/glossword
0 stars 0 forks source link

CAPTCHA issue #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
= What steps will reproduce the problem?
1. CAPTCHA code is not visible under feedback tab.

= What is the expected output? What do you see instead?
No image sign.

= Please use labels and text to provide additional information.
imagejpeg(): Filename cannot be empty in gw_addon/gw_feedback/make_img.php on 
line 169
Server type: MySQL
Server version: 5.6.13
Web server
Apache

= Solution
Find 
imagejpeg($im2, '', 25); 
in gw_addon/gw_feedback/make_img.php on line 169
and replace with 
imagejpeg($im2, null, 25);

Original issue reported on code.google.com by tanav...@gmail.com on 31 Oct 2014 at 11:43