Salve,
ho caricato sul web un sito che in locale funzionava benissimo.
è visibile all'indirizzo
www.fotoclubpentaprisma.itIL problema è questo, quando clicco sul link al FORUM mi viene questo errore:
General Error
SQL ERROR [ mysql4 ]
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [2002]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Il forum in PHPBB3 è integrato nel template del sito con JFusion.
configuration.php
var $log_path = '/web/htdocs/www.fotoclubpentaprisma.it/home';
var $tmp_path = '/web/htdocs/www.fotoclubpentaprisma.it/home/tmp';
var $live_site = 'http://www.fotoclubpentaprisma.it';
var $force_ssl = '0';
var $offset = '1';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '62.***.***.***';
var $ftp_port = '21';
var $ftp_user = '*****@ar***';
var $ftp_pass = '*******';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = '62.***.***.***';
var $user = 'Sql*****';
var $db = 'Sql430799_1';
var $dbprefix = '***_';
var $mailer = 'mail';
var $mailfrom = '****@*****';
var $fromname = 'Fotoclub Pentaprisma Val Bisenzio';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '*****';
grazie per chi mi aiuterà....
non riesco a capire dov'è l'inghippo, ho cercato in rete ma ho trovato poco in italiano