problem bei installation
am 09.02.2006 - 16:59 Uhr in
ich möchte drupal auf meinem lokalen windows system installieren. nachdem ich wie im benutzerhandbuch beschrieben die sql datei über phpmyadmin einlese kommt folgende fehlermeldung:
Fehler
SQL-Befehl:
REPLACE blocks
SET module = 'user',
delta = '0',
STATUS = '1';
MySQL meldet: Dokumentation
#1364 - Field 'pages' doesn't have a default value
wenn ich dann die index.php starte sieht es so aus:
{head} {styles}
{_BLOCK_.header.logo} {_BLOCK_.header.site_name}
{secondary_links}
{primary_links}
Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.
The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.
Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.
Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.
We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.
woran könnte der fehler liegen?
- Anmelden oder Registrieren um Kommentare zu schreiben
Wie sind die
am 09.02.2006 - 17:12 Uhr
Wie sind die Systemdaten?
Drupal Version ?
MySQL Version ?
Apache Version ?
PHP Version ?
phpMyAdmin Version ?
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
windows xp
am 09.02.2006 - 17:21 Uhr
windows xp
drupal 4.6.5
mysql 5.0.17
php 5.1.1
xitami web server 2.4
phpmyadmin 2.7.0-pl2
Quote:{head}
am 09.02.2006 - 17:38 Uhr
{_BLOCK_.header.logo} {_BLOCK_.header.site_name}
{secondary_links}
{primary_links}
liegt wahrscheinlich daran, dass das xtemplate system afaik (noch) nicht kompatibel mit PHP5 ist, Du solltest also das PHPTemplate System http://drupal.org/project/phptemplate und ein passendes Theme http://drupal.org/project/Themes verwenden.
Den SQL-Fehler kann ich spontan jetzt nicht zuordnen, lösche einfach nochmal alle Tabellen und versuche das sql-file noch mal einzuspielen.
vg
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
habe das template und ein
am 09.02.2006 - 18:08 Uhr
habe das template und ein neues theme in den themes ordner kopiert, aber es hat sich nichts geändert.
habe datenbank gelöscht und neu eingelsen aber immer noch der gleiche fehler.
Re: habe das template und ein
am 09.02.2006 - 18:41 Uhr
habe das template und ein neues theme in den themes ordner kopiert, aber es hat sich nichts geändert.
Du mußt das Theme erst im Administrationsbereich aktivieren und das funktioniert ja erst wenn die DB richtig läuft...
habe datenbank gelöscht und neu eingelsen aber immer noch der gleiche fehler.
Anscheinend macht die von Dir verwendete MySQL-Version Probleme:
http://drupal.org/node/36133
Wahrscheinlich ist es besser eine 4er Version zu nutzen.