Visualizzazione risultati 1 fino 5 di 5

Discussione: Ripristinare il file configuration.php (era: non riesco piu a vedere il sito)

  1. #1
    Guest

    Predefinito Ripristinare il file configuration.php (era: non riesco piu a vedere il sito)

    ciao a tutti ho un problema molto grave ho un sito e stavo modificando il nome del sito sul pannello di controllo di joomla e adesso non posso piu entrare ne sul sito normale ne nella sezione administrator per modificarlo ecco cosa mi spunta nella sezione normale No configuration file found and no installation code available. Exiting... invece nella parte administrator mi spunta qst scritta La pagina http://bolognettacalcio.altervista.o...tion/index.php non è presente, questo può dipendere dal fatto che:

    La pagina non esiste più.
    Il link che hai seguito non è valido.
    La pagina è stata spostata.
    Fai attenzione alle MAIUSCOLE e MINUSCOLE, ricorda che http://sito.altervista.org/Pagina.html è diverso da http://sito.altervista.org/pagina.html
    http://www.altervista.org

    avete soluzioni?

  2. #2
    L'avatar di andreafallico
    andreafallico non è connesso Super Moderatore
    Data registrazione
    02-06-2009
    Messaggi
    1,981

  3. #3
    Guest

    Predefinito

    ho fatto tutto quello che diceva la giuda ma non ho risolto niente ho sempre la stessa scritta...in ambo le parti

  4. #4
    Guest

    Predefinito

    <?php
    /**
    * @version $Id: configuration.php-dist 14401 2010-01-26 14:10:00Z louis $
    * @package Joomla
    * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
    * @license GNU/GPL, see LICENSE.php
    * Joomla! is free software and parts of it may contain or be derived from the
    * GNU General Public License or other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    *
    * -------------------------------------------------------------------------
    * THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
    *
    * If you are installing Joomla! manually i.e. not using the web browser installer
    * then rename this file to configuration.php e.g.
    *
    * UNIX -> mv configuration.php-dist configuration.php
    * Windows -> rename configuration.php-dist configuration.php
    *
    * Now edit this file and configure the parameters for your site and
    * database.
    */
    class JConfig {
    /**
    * -------------------------------------------------------------------------
    * Site configuration section
    * -------------------------------------------------------------------------
    */
    /* Site Settings */
    var $offline = '1';
    var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
    var $sitename = 'Tuonick'; // Name of Joomla site
    var $editor = 'tinymce';
    var $list_limit = '20';
    var $legacy = '0';

    /**
    * -------------------------------------------------------------------------
    * Database configuration section
    * -------------------------------------------------------------------------
    */
    /* Database Settings */
    var $dbtype = 'mysql'; // Normally mysql
    var $host = 'localhost'; // This is normally set to localhost
    var $user = 'root'; // MySQL username
    var $password = ''; // MySQL password
    var $db = 'my_bolognettacalcio'; // MySQL database name
    var $dbprefix = 'jos_'; // Do not change unless you need to!

    /* Server Settings */
    var $secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
    var $gzip = '0';
    var $error_reporting = '-1';
    var $helpurl = 'http://help.joomla.org';
    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 $tmp_path = '/membri/bolognettacalcio/tmp';
    var $log_path = '/membri/bolognettacalcio/logs';
    var $offset = '0';
    var $live_site = ''; // Optional, Full url to Joomla install.
    var $force_ssl = '0'; //Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator

    /* Session settings */
    var $lifetime = '15'; // Session time
    var $session_handler = 'database';

    /* Mail Settings */
    var $mailer = 'mail';
    var $mailfrom = 'mailATaltervista.org';
    var $fromname = 'Tuonick';
    var $sendmail = '/usr/sbin/sendmail';
    var $smtpauth = '0';
    var $smtpuser = '';
    var $smtppass = '';
    var $smtphost = 'localhost';

    /* Cache Settings */
    var $caching = '0';
    var $cachetime = '15';
    var $cache_handler = 'file';

    /* Debug Settings */
    var $debug = '0';
    var $debug_db = '0';
    var $debug_lang = '0';

    /* Meta Settings */
    var $MetaDesc = 'Bolognettacalcio, Sito personale della squadra di calcio Bolognetta';
    var $MetaKeys = 'Bolognetta, bolognetta, bolognettacalcio, calcio,galleria';
    var $MetaTitle = '1';
    var $MetaAuthor = '1';

    /* SEO Settings */
    var $sef = '1';
    var $sef_rewrite = '1';
    var $sef_suffix = '1';

    /* Feed Settings */
    var $feed_limit = 10;
    var $feed_email = 'author';
    }
    ?>

  5. #5
    Guest

    Predefinito

    c'è qualcosa che ho sbagliato a scivere?

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •