Ciao a tutti sto provando a installare drupal per testarlo, dopo aver creato il db e importato il file mysql e editato il file settings.php mi sputa un sfilza di errori di sitassi SQL tipo:
Warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '://www.terranauti.it/drupal-4.7.4sessions WHERE sid = '7ab7e38305faa5c3133cecf1c' at line 1 query: SELECT sid FROM http://www.terranauti.it/drupal-4.7.4sessions WHERE sid = '7ab7e38305faa5c3133cecf1c461bff0' in /home/mhd-01/www.terranauti.it/htdocs/drupal-4.7.4/includes/database.mysql.inc on line 121
mi sapreste dare qualche indicazione o qualche consiglio...!!!
Grazie
Teo
mi insospettisce questo:
SELECT sid FROM http://www.terranauti.it/drupal-4.7.4sessions WHERE sid = '7ab7e38305faa5c3133cecf1c461bff0'
perché non c'è scritto:
SELECT sid FROM sessions
Mi fa pensare a un errore in settings.php.
Ricordati che devi modificare la linea: $base_url (circa linea 110) come nell'esempio seguente che è per il mio sito:
$base_url = " http://www.ricir.net/drupal "; // NO trailing slash!
Inoltre anche la $db_url va modificata.
Riccardo