Back to top

Autore Topic: da locale a server...  (Letto 2072 volte)

Offline crocchetto82

  • Nuovo arrivato
  • *
  • Post: 29
    • Mostra profilo
da locale a server...
« il: 26 Ago 2007, 21:12:01 »
Ciao ragazzi ho un disperato bisogno d'aiuto...vorrei mettere on line il mio joomla ma non riesco a farlo...ho copiato tutti i file sul server e poi ho modificato il file configuration.php ma penso che sia proprio qui l'errore in quanto mi esce questa schermata:
Failed opening required 'home/web/www.fantacerignola.altervista.org/website/eventualesubdirectory/includes/version.php' (include_path='.:')
di seguito vi posto il mio file configuration, spero che qualcuno di voi mi possa aiutare dicendomi dove ho sbagliato...grazie davvero



<?php
if(!defined('RG_EMULATION')) { define( 'RG_EMULATION', 0 ); }
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'Savino - Sito fantacalcio cerignola di Savino Ferraro';
$mosConfig_MetaKeys = 'savino ferraro cerignola fantacalcio';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = 'home/web/www.fantacerignola.altervista.org/website/eventualesubdirectory';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_back_button = '1';
$mosConfig_cachepath = 'C:/Programmi/xampp/htdocs/home/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'xxxxxx';
$mosConfig_dbprefix = 'mos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'Sito temporaneamente irraggiungibile.
 Notificare il problema ad un amministratore';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'savino';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_itemid_compat = '0';
$mosConfig_lang = 'italian';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '30';
$mosConfig_live_site = 'http://www.fantacerignola.altervista.org';
$mosConfig_locale = 'it_IT';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'crocchetto82@excite.it';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Sito offline per manutenzione.
 Riprovare tra poco.';
$mosConfig_offset = '-2';
$mosConfig_offset_user = '0';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'xxxxxx';
$mosConfig_readmore = '1';
$mosConfig_secret = 'h667dwQXVG6g27Wl';
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'Savino Ferraro';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'xxxxx';
$mosConfig_useractivation = '1';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>

$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'Sito temporaneamente irraggiungibile.
 Notificare il problema ad un amministratore';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'savino';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_itemid_compat = '0';
$mosConfig_lang = 'italian';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '30';
$mosConfig_live_site = 'http://www.fantacerignola.altervista.org';
$mosConfig_locale = 'it_IT';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'xxxxxxxxxxxxxxxx';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Sito offline per manutenzione.
 Riprovare tra poco.';
$mosConfig_offset = '-2';
$mosConfig_offset_user = '0';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'xxxxxxx';
$mosConfig_readmore = '1';
$mosConfig_secret = 'h667dwQXVG6g27Wl';
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'Savino Ferraro';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'xxxx';
$mosConfig_useractivation = '1';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
« Ultima modifica: 26 Ago 2007, 21:36:38 da vamba »

Offline Maorinz

  • Instancabile
  • ******
  • Post: 2641
  • Sesso: Maschio
  • ©il brillar per se stessi non porta emozioni
    • Mostra profilo
Re: da locale a server...
« Risposta #1 il: 26 Ago 2007, 21:26:33 »
Ciao crocchetto. :)
Ora non so quale sia il percorso della path assoluta con Alter..., prò di certo hai mal configurato il file in questione, sia la absolute_path che soprattutto la cachepath.
Per meglio riuscire, se hai il pacchetto di installazione di Joomla ti consiglio di installare quello sul tuo spazio web, e così lui ti configura automaticamente il file configuration, poi sovracrivi tutto con i file che hai in locale, ovviamente senza però il file configuration.php, quelli ci lasci il file creato in remoto nell'installazione.
Ciao, fammi sapere.

p.s. poi magari cambia le pwd che le hai pubblicate tutte!! ;)
ciao

Offline crocchetto82

  • Nuovo arrivato
  • *
  • Post: 29
    • Mostra profilo
Re: da locale a server...
« Risposta #2 il: 26 Ago 2007, 21:33:47 »
grazie maori ora provo a fare come mi hai detto e poi ti faccio sapere...cmq sei stato molto gentile

Offline ..-. ..-

  • Appassionato
  • ***
  • Post: 408
  • Joomla! Per semplice sito .... No Grazie!
    • Mostra profilo
Re: da locale a server...
« Risposta #3 il: 26 Ago 2007, 21:37:16 »
---
« Ultima modifica: 15 Nov 2007, 20:56:17 da vamba »
“Non potrei vivere se non avessi la sensazione che oggi so qualcosa più di ieri.”
(M. McCarthy)

Offline Maorinz

  • Instancabile
  • ******
  • Post: 2641
  • Sesso: Maschio
  • ©il brillar per se stessi non porta emozioni
    • Mostra profilo
Re: da locale a server...
« Risposta #4 il: 26 Ago 2007, 21:40:44 »
Ho provveduto a modificare e oscurare i dati sensibili del configuration.php che hai postato

 ;) :D

Offline crocchetto82

  • Nuovo arrivato
  • *
  • Post: 29
    • Mostra profilo
Re: da locale a server...
« Risposta #5 il: 26 Ago 2007, 22:34:22 »
grazie..sono stato un po "incoscente" nel non nascondere le password...spero che nessuno mi abbia hackerato...  :D

Offline surfbit

  • Instancabile
  • ******
  • Post: 7316
  • Sesso: Maschio
  • Verranno ignorati mp tecnici
    • Mostra profilo
Re: da locale a server...
« Risposta #6 il: 27 Ago 2007, 11:08:07 »
grazie..sono stato un po "incoscente" nel non nascondere le password...spero che nessuno mi abbia hackerato...  :D
Ti consiglio in ogni caso di cambiarli  :)
A volte basta un sorriso per far felice una persona.

La guida alla scelta dell'hosting per Joomla!  Joomlaspace.it: l'hosting per Joomla

 



Web Design Bolzano Kreatif