Buongiorno a tutti!
Ho cambiato Hosting e per poter effettuare correttamente il trasferimento e ho:
scaricato tutti i files dal sito, esportato il database .sql, copiato tutto in locale, importato il db in locale e corretti alcuni problemi che dava joomfish. Non appena mi hanno effettivamente trasferito il nome a dominio, ho: caricato i files di joomla nel nuovo ftp, ricaricato il db e configurato il file configuration.php. ed ecco i PROBLEMI:
nonostante io abbia corretto i dati (incollo un esempio)
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 = 'CdJsrr6Eqne22Bqb';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/web/www.nomesito.it/www/logs';
var $tmp_path = '/home/web/www.nomesito.it/www/tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '1';
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 = 'localhost';
var $user = 'user phpmyadmin sql';
var $db = 'nome db precedentemente creato';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'carlottagalletti@gmail.com';
var $fromname = 'nome sito';
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 = 'password database';
quando tento di accedere al sito, nonostante tutte le mod, il browser mi risponde in questo modo:
Errore del server
Si è verificato un errore nel sito web durante il recupero di http://www.nomesito.it/index.php?lang=it. Potrebbe non essere disponibile per manutenzione o essere configurato in modo errato.
Ecco qualche suggerimento: Ricarica questa pagina web più tardi.
Errore HTTP 500 (Internal Server Error): Si è verificata una condizione imprevista durante il tentativo del server di soddisfare la richiesta. Ho modificato i opermessi in 755, come letto da qualche parte e verificati i percorsi assoluti con il file .php.Grazie in anticipo per l'aiuto