Sempre nella speranza che qualcuno mi aiuti a riolvere il mio problema, vorrei provare ad inserire il contenuto del file configuration.php per verificare intanto che sia corretto:
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = '
http://www.joomla.it';
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 = 'xxxx';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/web/htdocs/www.farmapointsrl.com/home/logs';
var $tmp_path = '/web/htdocs/www.farmapointsrl.com/home/tmp';
var $live_site = '
http://www.farmapointsrl.com';
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 = 'localhost';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'xxxx';
var $user = 'xxxx';
var $password = 'xxxx';
var $db = 'xxxx';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'xxxx';
var $fromname = 'xxxx';
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 $sitename = 'Farma Point srl';
var $MetaDesc = 'xxxx';
var $MetaKeys = 'xxxx';
var $offline_message = 'Sito fuori servizio per manutenzione. Riprovare più tardi.';
}
?>
Dove ci sono le x mi sento abbastanza sicura di aver inserito dati corretti, tranne che per " var $secret" che devo verificare come si ottiene, ora mi faccio un giro.
Nel frattempo continuo a fare prove....
Grazie,
Emanuela