Back to top

Autore Topic: Problema installazione joomla  (Letto 2134 volte)

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Problema installazione joomla
« il: 28 Lug 2007, 12:30:08 »
Quando sto per installare mi appare questo:
Codice: [Seleziona]
configuration.php  
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp/:/var/www/netsons.org/feudo/:/var/lib/php5/:/usr/share/php/:/usr/share/php/) in /var/www/netsons.org/feudo/installation/index.php on line 141
Unwriteable
You can still continue the install as the configuration will be displayed at the end, just copy & paste this and upload.
Session save path
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/var/lib/php5) is not within the allowed path(s): (/tmp/:/var/www/netsons.org/feudo/:/var/lib/php5/:/usr/share/php/:/usr/share/php/) in /var/www/netsons.org/feudo/installation/index.php on line 154
Unwriteable
/var/lib/php5
Ho capito che devo copiare e incollare lo script ma non esiste il file configuartion.php nello zip che ho scaricato da joomla...
Sarà che ho fatto PHP5 al posto di PHP4?

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #1 il: 28 Lug 2007, 12:32:07 »
devi crearlo

crea un file  configuration.php  ci incolli quello che ti dice e lo upload via ftp

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #2 il: 28 Lug 2007, 12:36:10 »
Alla fine mi dice di creare un file e di copiare solo che non posso modificarlo perchè non arriva alla linea 141...ma fino alla 75

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #3 il: 28 Lug 2007, 12:38:59 »
devi selezionare tutta l'area  della box 

e poi copi


Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #4 il: 28 Lug 2007, 12:41:56 »
cmq  ho verificato nel dubbio ,  ci sono 75 righe!!

Codice: [Seleziona]
<?php
$mosConfig_MetaAuthor 
'1';
$mosConfig_MetaDesc '';
$mosConfig_MetaKeys '';
$mosConfig_MetaTitle '1';
$mosConfig_absolute_path '/home/httpd/vhosts/xxxxx.eu/httpdocs/';
$mosConfig_admin_expired '1';
$mosConfig_allowUserRegistration '1';
$mosConfig_back_button '1';
$mosConfig_cachepath '/home/httpd/vhosts/xxxxx.eu/httpdocs/cache';
$mosConfig_cachetime '900';
$mosConfig_caching '0';
$mosConfig_db 'xxxxx  nome db ';
$mosConfig_dbprefix 'jos_';
$mosConfig_debug '0';
$mosConfig_dirperms '';
$mosConfig_editor 'wysiwygpro';
$mosConfig_enable_log_items '0';
$mosConfig_enable_log_searches '0';
$mosConfig_enable_stats '0';
$mosConfig_error_message 'Sito temporaneamente irraggiungibile.<br /> Notificare il problema ad un amministratore';
$mosConfig_error_reporting '-1';
$mosConfig_favicon 'faviconita.ico';
$mosConfig_fileperms '';
$mosConfig_fromname 'nome sito xxxxx.eu';
$mosConfig_frontend_login '1';
$mosConfig_frontend_userparams '1';
$mosConfig_gzip '0';
$mosConfig_helpurl '';
$mosConfig_hideAuthor '1';
$mosConfig_hideCreateDate '1';
$mosConfig_hideEmail '0';
$mosConfig_hideModifyDate '1';
$mosConfig_hidePdf '1';
$mosConfig_hidePrint '1';
$mosConfig_hits '0';
$mosConfig_host 'xxxxx  localhost o indirizzo server';
$mosConfig_icons '1';
$mosConfig_item_navigation '1';
$mosConfig_lang 'italian';
$mosConfig_lifetime '900';
$mosConfig_link_titles '1';
$mosConfig_list_limit '30';
$mosConfig_live_site 'http://www.sitoxxxxx.eu/';
$mosConfig_locale 'it_IT';
$mosConfig_mailer 'mail';
$mosConfig_mailfrom 'xxxx@xxxx.it';
$mosConfig_multilingual_support '0';
$mosConfig_multipage_toc '1';
$mosConfig_offline '0';
$mosConfig_offline_message 'Sito offline per manutenzione.<br />.
              ....Riprovare tra poco.'
;
$mosConfig_offset '-1';
$mosConfig_offset_user '0';
$mosConfig_pagetitles '1';
$mosConfig_password 'xxxxxx  password db ';
$mosConfig_readmore '1';
$mosConfig_secret 'xxcodice seggreto';
$mosConfig_sef '0';
$mosConfig_sendmail '/usr/sbin/sendmail';
$mosConfig_session_life_admin '1800';
$mosConfig_session_type '0';
$mosConfig_shownoauth '1';
$mosConfig_sitename '';
$mosConfig_smtpauth '0';
$mosConfig_smtphost 'localhost';
$mosConfig_smtppass '';
$mosConfig_smtpuser '';
$mosConfig_uniquemail '1';
$mosConfig_user 'xxxx nome utente';
$mosConfig_useractivation '0';
$mosConfig_vote '0';
setlocale (LC_TIME$mosConfig_locale);
?>
 

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #5 il: 28 Lug 2007, 12:43:41 »
E ora come faccio? ???

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #6 il: 28 Lug 2007, 12:46:52 »
devi crearlo

crea un file  configuration.php  ci incolli quello che ti dice e lo upload via ftp


ovviamente il tuo non quello che ho postato

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #7 il: 28 Lug 2007, 12:50:28 »
Già ma cosa?Ora mi da errore perfino quando inserisco i dati per il database...

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #8 il: 28 Lug 2007, 12:52:12 »
il db te lo chiede prima di creare il configuration.php

dei copiare quello che lui ti propone  e basta


io ricomincerei da capo

magari dipo aver fatto giro
qui
http://www.joowiki.com/

« Ultima modifica: 28 Lug 2007, 12:58:17 da cos »

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #9 il: 28 Lug 2007, 14:03:33 »
Sono arrivato fin a quando esce questo:
Codice: [Seleziona]
PLEASE REMEMBER TO COMPLETELY
REMOVE THE INSTALLATION DIRECTORY
Administration Login Details
Username : admin
Password : XXXXX
 
 
Your configuration file or directory is not writeable, or there was a problem creating the configuration file. You'll have to upload the following code by hand. Click in the textarea to highlight all of the code.
Ora devo creare un file che contenga tutto quello che c'è nel riquadro in basso,rinominarlo in .php e CHMOD a 777 e poi uploaddarlo giusto?

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #10 il: 28 Lug 2007, 14:05:40 »
giusto!

è quello che ti dice no !

Offline Wonderbine

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Maschio
  • ....Take me down to the paradise city....
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #11 il: 28 Lug 2007, 14:11:45 »
Beh in effetti  :D
Ora se non sbaglio devo eliminare la cartella install e poi ho finito  :D
Grazie tanto per il supporto(e per avermi sopportato  ::))

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: Problema installazione joomla
« Risposta #12 il: 28 Lug 2007, 14:40:23 »
e poi ho finito  :D


hai appena iniziato    ;D ;D ;D ;D



leggiti i tutorial  ;)

 

 



Web Design Bolzano Kreatif