Hi i’ve got this message when i try to register
Warning: imagepng() [function.imagepng]: Unable to open ‘/home/www/ffe2027ef5cce3cb4ec9da16eb961773/web/wp-content/themes/legenda/framework/inc/really-simple-captcha/tmp/268451563.png’ for writing: Permission denied in /home/www/ffe2027ef5cce3cb4ec9da16eb961773/web/wp-content/themes/legenda/framework/inc/really-simple-captcha/really-simple-captcha.php on line 143
and at the bottom this message
Inscription class=”error”
So i’ve change 2 lines in the really-simple-captcha.php
/* Mode of temporary image files */
$this->file_mode = 0644;
/* Mode of temporary answer text files */
$this->answer_file_mode = 0644;
but still the same problem
Thanks in advance for the help
JB