TYPE=MyISAM
ENGINE = MyISAM
Quote
Do you have GD libary enabled on your server?
See this thread:
https://www.php-fusion.co.uk/forum/vi...d_id=29017
- by douwe_yntema
$error = "";
$_CAPTCHA_IS_VALID = false;
include INCLUDES."captchas/".$settings['captcha']."/captcha_check.php";
if ($_CAPTCHA_IS_VALID == false) {
// $error = "<center>\n<br />\n".$locale['mcf_183']."\n</center>\n<br />\n";
$error .= " <span class='alt'>".$locale['mcf_183']."</span><br />\n";
Quote
Made for PHPFusion
v7.02
Category Forum
Official releases [Infusions]Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions