Salve,mi dispiace aprire uan discussione simile ad altre,ma sono 2 giorni che leggo e rileggo e non sono riuscita a risolvere nulla.Il mio problema è ho realizzato un sito in locale con joomla e tutto funzionava perfettamente fino a quando non ho trasferito su server remoto il mio sito e dal quel moento qualsiasi stupida cosa tenti di fare, mi esce sempre "Attenzione! - Operazione di spostamento file fallita" ed una serie di messaggi di linee di errore...tra cui ogni tanto una in cui mi si dice che non è stato possibile aprire il file configuration.php, nonostante i permessi siano tutti 777.
Ora, ho provato a modificare il mio file configuration.php manualmente, ma non cambia nulla. Vi allego il mio file e spero davvero mi possiate dare uan soluzione.
Grazie mille
<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'Sito fuori servizio per manutenzione.
Riprovare più tardi.';
var $sitename = 'Hotel Bellavista';
var $editor = 'tinymce';
var $list_limit = '20';
var $legacy = '0';
/* Debug Settings */
var $debug = '0';
var $debug_lang = '0';
/* Database Settings */
var $dbtype = 'mysql';
var $host = '62.149.150.106';
var $user = 'Sql304387';
var $password = '********';
var $db = 'Sql304387_1';
var $dbprefix = 'jos_';
/* Server Settings */
var $live_site = '';
var $secret = 'Ki143xFoIU8BDbfw';
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = '
http://www.joomla.it';
var $xmlrpc_server = '0';
var $ftp_host = 'ftp.viestedintorni.it';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $ftp_enable = '0';
var $force_ssl = '0';
/* Locale Settings */
var $offset = '0';
var $offset_user = '0';
/* Mail Settings */
var $mailer = 'mail';
var $mailfrom = 'scafandro@hotmail.it';
var $fromname = 'Hotel Bellavista';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
/* Cache Settings */
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
/* Meta Settings */
var $MetaDesc = 'Joomla! - il sistema di gestione di contenuti e portali dinamici';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';
/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
var $log_path = 'D:\Inetpub\webs\viestedintorniit\logs';
var $tmp_path = 'D:\Inetpub\webs\viestedintorniit\tmp';
/* Session Setting */
var $lifetime = '15';
var $session_handler = 'database';
}
?>