Salve!
Sto provando ad installare Drupal versione 5.2
ho cancellato il file htaccess e parte tutto ma subito mi da questo errore che non so come risolvere
Ambiente incompatibile
Il seguente errore deve essere risolto prima di procedere con l'installazione.:
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. (Attualmente utilizzata PHP 4.4.7)
cosa devo o posso fare?
grazie
Ciao,
1) fai una ricerca prima di chiedere, è un errore trattato centinaia di volte.
2) devi, come lo dice anche il testo in inglese, disabilitare register_globals. Per farlo hai due metodi:
1. modificando le configurazioni di php (devi vere accesso al server)
2. aggiungi questa riga al tuo file .htaccess
Consiglio non eliminare completamente il file .htaccess, usa quello di default di drupal
grazie per le dritte!
cmq io ho provato a fare tutto quello che c'era scritto sul forum ma non riesco lo stesso a installare drupal avendo hosting linux su aruba se metto il file htaccess mi da errore 500 se provo a configurare e creare il database mi da l'errore di prima e non posso modificare le impostazioni di php...
aruba sa è un bel grattacapo. prova a leggere:
http://www.drupalitalia.org/node/1773
http://www.drupalitalia.org/node/3619
Stò cercando di installare Drupal 6.6 da una settimana. Ho letto e sperimentato tutte le informazioni trovate in rete (decine) ma non riesco a farcela. Il mio problema è con mysql e setting.php. All'inizio sono riuscito a far partire la scelta della lingua da installare, scelgo italiano, poi appare;
Drupal already installed
The following error must be resolved before you can continue the installation process:
Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'apache'@'localhost' (using password: NO).
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct database hostname?
* Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
* To start over, you must empty your existing database.
* To install to a different database, edit the appropriate settings.php file in the sites folder.
* To upgrade an existing installation, proceed to the update script.
* View your existing site.
Please check the error messages and try again.
ora vi dico se fino a quì ho fatto giusto, ho cambiato i dati nel setting.php:
* Database URL format:
* $db_url = 'mysql://username:password@localhost/databasename';
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
al posto di username:password@localhost/databasename'; ho messo i dati del mio spazio Mysql su internet (nome e password) ma il database come lo creo?
Potete darmi una mano sono alle primissime armi.
Grazie a tutti i volenterosi