= 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
Original issue reported on code.google.com by
tanav...@gmail.com
on 31 Oct 2014 at 11:43