Visual verification code - It doesn't work. What should I do: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Automated text replacement (-doesn't +does not))
Line 1: Line 1:
Sometimes it happens that the visual verification code (aka CAPTCHA) doesn't show up in the registration page.
Sometimes it happens that the visual verification code (aka CAPTCHA) does not show up in the registration page.


The two most common causes of this problem are:
The two most common causes of this problem are:
#one of the php files involved in the creation of the image doesn't end with <code>?></code> or doesn't start with <code><?php</code>
#one of the php files involved in the creation of the image does not end with <code>?></code> or does not start with <code><?php</code>
#the ''fonts'' directory is missing or some files in the directory are missing
#the ''fonts'' directory is missing or some files in the directory are missing



Revision as of 11:20, 13 June 2013

Sometimes it happens that the visual verification code (aka CAPTCHA) does not show up in the registration page.

The two most common causes of this problem are:

  1. one of the php files involved in the creation of the image does not end with ?> or does not start with <?php
  2. the fonts directory is missing or some files in the directory are missing

It's possible to quickly scan all the files of the forum in order to look for leading or trailing empty spaces or lines by using file_check.php. For each file reported by the script you have to open it and remove any leading or trailing white space or new lines present and in general any character from the beginning of the file to <?php and from ?> up to the end of the file.

The fonts directory can be found in the default's theme directory. It can be replaced by the one from the install package in order to restore any possible missing file.



Advertisement: