Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : natVit 21 Jan 2010, 12:45:06
-
Buongiorno.
Vorrei aggiornare joomla sul server locale che però ha degli errori del tipo "Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\joomla15\libraries\joomla\utilities\date.php on line 56
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\joomla15\libraries\joomla\utilities\date.php on line 198
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\joomla15\libraries\joomla\utilities\date.php on line 198"
scaricando joomla dal remoto al server locale come posso sovrascrivere le cartelle e in che modo?
Non combino "danni" sul server remoto?
Grazie.
Buon lavoro.
-
ciao natVit,
se ho ben capito, dovresti fare un backup del sito remoto (basta copiare la cartella del sito e il database) e reinstallarlo in locale, da fare è abbastanza facile una volta capito come si fa ;D e non comporta nessun rischio per il server (se fai tutto come si deve)
eccoti una guida che ti spiegherà il da farsi
http://wiki.joomla.it/index.php?title=Trasferimento_siti_web_Joomla_da_locale_a_remoto_e_viceversa
se hai difficoltà torna a postare ;)
-
Che versione di php carica Xampp?
M.
-
la versione di xampp è 1.7.3
la versione php installata su xampp è 5.3.1
concretamente come si fa ad aggiornare joomla in locale passando dal remoto?
scusate se è forse un po' banale, ma sono da pochissimo alle prese con questo grande joomla.
-
Okkkeyyy, allora ti rimando quì, verso la fine
http://forum.joomla.it/index.php?topic=92550.msg405840
M.
-
prima di tutto dovresti scaricarti e installare una versione di xamp che abbia una versione PHP 5.2
a questo punto:
-copi la cartella con il sito nella cartella www di xamp
-accedi al phpmyadmin locale crei un nuovo db e ci importi il backup del db remoto (segnati il nome del db che crei)
-ora apri il file configuration.php, cerca e cambia quanto segue
var $host = 'localhost';
var $user = 'root';
var $db = 'nome del db creato al punto 2';
var $password = ''; <<<<<questi sono 2 apici e non virgolette!
dovrebbe essere tutto...