Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : maniscalco antonio 06 Feb 2013, 00:20:28
-
Ciao, io batto il nome del dominio e il sito non si apre viene fuori invece una modulo con il nome del sito la seguente scrittta: sito in fase di aggiornamento. e sotto il login al sito. come faccio a togliere questa pagina in modo che si apra la home page???
-
Ciao
non è che per caso hai la spunta su sito off line
-
grazie della risposta
il fatto e' che per vedere quel comando sito offline- online che tu dici, bisogna andare nel bottone del pannello joomla "configurazione" che pero' mi e' sparito dal pannello
c'e' la possibilita' di cambiare il comando da un'altra parte???
ti mando allegato di come vedo il mio pannello noterai che il bottone configurazione e' sparito
grazie
[allegato eliminato da un amministratore essendo vecchio più di un anno]
-
ma sei superuser? ... secondo me l'utente con cui accedi non ha i permessi per farlo per cui non ti appare il bottone
-
ho controllato non c'e' nessun super administratore, c'e' un amministratore
come faccio a creare un super amministratore io prove a farlo ma joomla mi dice che sono il superammministratore ha il potere di creare questo libello di utente
Grazie ancora per la tua pazienza
Antonio
-
Ciao maniscalco antonio,
non è che hai ereditato il sito da qualcun altro?
In caso, fatti dare l'account da superadministrator, altrimenti non hai controllo completo sul sito stesso.
Per quanto riguarda l'offline:
via ftp scarica il file configuration.php e metti a zero questa variabile
var $offline = '0';
Poi rimettilo sul server.
Ciao!
-
grazie tantissimo
antonio adesso provo
-
scusa ncora il disturbo
il comando che mi hai detto e' gia' sullo zero come puoi veder :
<?php
/**
* @version $Id: configuration.php-dist 11687 2009-03-11 17:49:23Z ian $
* @package Joomla
* @copyright Copyright (C) 2005 - 2008 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 = '0';
var $offline_message = 'This site is down for maintenance.
Please check back again soon.';
var $sitename = 'Joomla!'; // 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 = ''; // MySQL username
var $password = ''; // MySQL password
var $db = ''; // 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 = '1';
var $ftp_host = '';
var $ftp_port = '';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $ftp_enable = '';
var $tmp_path = '/tmp';
var $log_path = '/var/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 = '';
var $fromname = '';
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 = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';
/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '';
/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
}
?>
-
ho trovato anche un altro file di configurazione e cera il comando var da te indicato su 1 ma l'ho messo su 0 e il sito online da sempre la stessa schermata di sito in fase di aggiornamento
second file configurazione:
<?php
class JConfig {
var $offline = '0';
var $editor = 'jce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
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 = 'Gc6E6DnEEaIYdo1z';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/ueez68mk/domains/scuoladellanatura.it/public_html/logs';
var $tmp_path = '/home/ueez68mk/domains/scuoladellanatura.it/public_html/tmp';
var $live_site = '';
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 = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'ueez68mk_scuola';
var $db = 'ueez68mk_scuola';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'patrizio.conca@lightegg.it';
var $fromname = 'scuola della natura';
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 = '60';
var $session_handler = 'database';
var $password = '131211';
var $sitename = 'scuola montessori toscana. Scuola della natura, Pignano.';
var $MetaDesc = 'La Scuola Montessori di pignano..etc..';
var $MetaKeys = 'Scuola Montessori, toscana,'; var $offline_message = 'Sito in fase di aggiornamento.';
}
?>
-
Ciao maniscalco antonio,
guarda via ftp se hai i permessi di scrittura sul file, altrimenti credi di aver cambiato il valore e invece sul server rimane la versione precedente.
Ciao!
-
grazie dell'interessamento ,
infatti se cerco di cambiare qualcosa nel file configurazione l' ftp mi dice che non ho il premesso come posso fare per poter scrivere sul file di configurazione?
Antonio
-
il problema e' stato risolto
grazie dell'aiuto