This topic has 8 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
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
Find the solution for catcha
change the two lines to
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 = 0640;
but i still got the Inscription class=”error”
The message in english is this one
<span class=\”error\”>Registration is currently disabled. Please try again later.<span>
Hello,
Could you please clarify where you’re trying to register?
Please provide us with the link to that page and admin panel and FTP credentials in Private Content.
Regards,
Eva Kemp.
I’m trying to register there
http://fleursmaoc.com/register/
Hello,
The error has been fixed. Please check your site now and clear the browser cache before.
You had to change settings in admin panel > Settings > General > Membership and mark Anyone can register.
That is described in our documentation: https://www.8theme.com/demo/docs/legenda/index.html#!/registration_page
Regards,
Eva Kemp.
OK sorry i forget this step
thanks a lot !!
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Really simple captcha error’' has been successfully resolved, and the topic is now closed for further responses