Joomla 1.5.20 Quando pubblico il sito mi viene il messaggio:
Unable to connect do database SQL
Il file config è quello che segue.
Come mai non va?
userid=nome utente assegnato dal servizio di hosting
password=password assegnata da servizio di hosting
nomeSito
<?php
class JConfig {
var $offline = '0';
var $editor = 'jce';
var $list_limit = '20';
var $helpurl = '
http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $feed_email = 'author';
var $secret = 'parolasegreta-dentroJoomla’;
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/userid/domains/nomesito.it/public_html/logs';
var $tmp_path = '/home/userid/domains/nomesito.it/public_html/tmp';
var $live_site = '
http://www.nomesito.it';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = 'host';
var $ftp_port = '21';
var $ftp_user = 'userid';
var $ftp_pass = 'password';
var $ftp_root = '/home/userid/domains/nomesito.it/public_html';
var $dbtype = 'mysql';
var $host = 'ftp.nomesito.it';
var $user = 'userid_root';
var $db = ‘nomedatabase;
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'martino.giordanoascheri@vodafone.it';
var $fromname = 'nomesito';
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 = '';
var $sitename = 'NomeSito';
var $MetaDesc = 'Sito ufficiale dell\'';
var $MetaKeys = '----';
var $offline_message = 'Sito fuori servizio per manutenzione. Riprovare più tardi.';
}
?>
Help?
Martino