Just starting receiving new users in my net. Facebook registers works Ok, but standard process seems to fails. Captcha issues like this:
tried with uppercase and lowercase modes, none seems to work.
Using Chrome in a Mac, just in case.
Just starting receiving new users in my net. Facebook registers works Ok, but standard process seems to fails. Captcha issues like this:
tried with uppercase and lowercase modes, none seems to work.
Using Chrome in a Mac, just in case.
specifically gd library with free type support and share your URL
In the other hand, sometimes I receive a host error like User XXX already has more than max_users_connections, active connections. Support answer was:
If you get 'User XXX already has more than max_user_connections active connections' or similar error message, it means your script is not optimized and makes too many connections to the database (or your website is very active, has many users online at the same time). You may want to run mysql_reconnect command before each query in this case. Also add command mysql_close() at the end of your script to close all open connections.
As to the User connections, you need to increase the max_user_connections value in your php.in, the software is optimized. Do you have a shared server account?
try to clear browser cache, reboot your PC as we cannot reproduce the issue on your website