Problema x nuova installazione drupal 6

6 contenuti / 0 new
Ultimo contenuto
Problema x nuova installazione drupal 6

Ho cominciato ad installare drupal 6 ex novo, cioè da zero, in un'altra cartella di prove. Sono su Aruba linux e con la versione 5.7 tutto ok! Ma con la 6, ecco la risposta:

Quote:
Requirements problem
The following error must be resolved before you can continue the installation process:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))
Please check the error messages and try again.

L'unica modifica che ho apportato riguarda il file .htaccess di cui ho dovuto cancellarne il contenuto.

Che si fa? Penso che il problema si presenterà a molti ...

Aiuto ... Grazie

by webmaster www.meditare.net

Crea il file php.ini ed inserisci:

Quote:
if (ini_get("register_globals")){
foreach ($_REQUEST as $k => $v){
unset($GLOBALS[$k]);
unset($$k);
}
}

Perfetto, funziona.
Ma guarda un po' che mi dice procedendo nell'installazione ...

Quote:
Your MySQL Server is too old. Drupal requires at least MySQL 4.1.1. (Currently using MySQL database 4.0.27)

Ed è vero, il database su aruba è il 4.0.27, mentre è richiesto il 4.1.1
Quindi, mi sa, che: o cambio provider o dovrò attendere.

Ciao, grazie ancora.

scrivi ad Aruba. Il problema è risolvibile

Anche io ho l'hosting Linux su Aruba e volevo mettere drupal 6.2 ma ancora non ho acquistato il db MySQL. Come è andato a te il problema di aggiornamento?

Consiglio, lasciate perdere e cambiate hosting; se non fornisce i requisiti minimi passate ad altro, vi risolvete tante possibili rogne in partenza.

Ciao
Marco
--
My blog
Working at @agavee