Ed eccoci al terzo giorno di maratona!
ieri l hosting ha modificato alcuni parametri riguardo lo spazio. infatti oggi ho fatto una prova con HISA trovate il risultato in allegato.
l unica cosa che penso è che sia sbagliato il codice che io alla fine dell installazione devo copiare.
seguitemi e ditemi se sbaglio:
apro dreamweaver faccio crea nuovo PHP
copio questo codice preso dalla pagina d installazione
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
</head>
<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'Sito fuori servizio per manutenzione.
Riprovare più tardi.';
var $sitename = '**************';
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 = 'localhost';
var $user = '***********';
var $password = '********';
var $db = '***********';
var $dbprefix = 'jos_';
/* Server Settings */
var $live_site = '';
var $secret = 'V0uBU0eNGNqwDGQG';
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = '
http://www.joomla.it';
var $xmlrpc_server = '0';
var $ftp_host = '127.0.0.1';
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 = '*******@gmail.com';
var $fromname = '**********';
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 = '/usr/local/psa/home/vhosts/**************.it/httpdocs/logs';
var $tmp_path = '/usr/local/psa/home/vhosts/****************.it/httpdocs/tmp';
/* Session Setting */
var $lifetime = '15';
var $session_handler = 'database';
}
?>
<body>
</body>
</html>
e poi salvo scrivendo configuration.php e vado a salvare nella root del sito dove vi sono tutti gli altri file. non lo metto in una cartella specifica ma in mezzo agli altri file liberi.
Sbaglio in qualcosa?
vi sto allegando anche il report di HIsa di oggi.
[allegato vecchio più di un anno eliminato automaticamente]