Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rossgrazia

Pages: [1]
1
Installation, Update & Configuration / 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);
?>

Pages: [1]