problema installazione

2 contenuti / 0 new
Ultimo contenuto
problema installazione

allora...
ho tentato di installare drupal,settango il file "setting.php"(root/sites/default/) come previsto ma lasciando la parte delle tabelle come default:

***
* To have all database names prefixed, set $db_prefix as a string:
*
* $db_prefix = 'main_';
*
* To provide prefixes for specific tables, set $db_prefix as an array.
* The array's keys are the table names and the values are the prefixes.
* The 'default' element holds the prefix for any tables not specified
* elsewhere in the array. Example:
*
* $db_prefix = array(
* 'default' => 'main_',
* 'users' => 'shared_',
* 'sessions' => 'shared_',
* 'role' => 'shared_',
* 'authmap' => 'shared_',
* 'sequences' => 'shared_',
* );
***

ho eseguito il file mysql della cartella database sul phpmyadmin e guardate l'errore:
http://codicil33.altervista.org/drupal/

spero possiate aiutarmi...

Hai creato le tabelle del database senza main_ come prefisso.
Metti $db_prefix='' e vaderai funziona.
C'è qualche motivoi particolare per usare un prefisso ?? se vuoi usarlo, devi rinominare tutte le tabelle...

Matteo