Author Topic: Captcha & config.php  (Read 3354 times)

0 Members and 1 Guest are viewing this topic.

Offline rossgrazia

  • Pre-Newbie
  • Posts: 1
    • View Profile
Captcha & config.php
« on: November 11, 2010, 04:04:15 PM »
Sorry for my English, I installed in local the  gallery, but ... captcha (user registration) does not work, I see an X instead of the image

This is my config.php ....... I think not enough.......

Help ????????I do not know what to do.
Thanks

Giusy  :oops:

<?php
date_default_timezone_set('CET');
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "galleria";
$db_user = "demo";
$db_password = "demo";
$table_prefix = "4images_";
define("4IMAGES_ACTIVE", 1);
?>