1
Gestione Forum / Re:[RISOLTO] [phpbb3] Joomla+JFusion errore di connession
« il: 28 Mar 2011, 14:31:32 »
risolto...non avevo modificato il file config.php sotto phpbb ma solo il config di joomla...
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
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.
<?php
class JConfig {
var $offline = '0';
var $editor = 'jce';
var $list_limit = '20';
var $helpurl = 'http://www.joomla.it';
var $offset = '1';
var $caching = '0';
var $cachetime = '30';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_port = '21';
var $ftp_user = '******@sgaragnao.it';
var $ftp_pass = 'a*****';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = '62.***.***.***';
var $user = 'Sql****';
var $db = 'Sql****_1';
var $dbprefix = '***_';
var $mailer = 'mail';
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 = '30';
var $session_handler = 'database';
var $password = '****b';
var $sitename = 'Fotoclub Pentaprisma Val Bisenzio';
var $MetaDesc = 'I****.';
var $MetaKeys = '*****
var $offline_message = 'Sito fuori servizio per manutenzione. Riprovare più tardi.';
}
?>
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.
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 = '*****';
<?php
phpinfo();
?>
caricandolo in remoto e richiamandoloCiao,
per recuperare l'accesso come amministratore dai un'occhiata a queste due guida:
http://wiki.joomla.it/index.php?title=Recupero_password_admin
http://wiki.joomla.it/index.php?title=Recupero_utente_admin_cancellato
|