Q&A Part 1: Drupal und Uploadprogress

Diverse Kleinigkeiten mit Lösungen

Der Drupal Installer zeigte die unscheinbare Meldung, dass meine Uploadprogress  Libraries nicht vorhanden sind, also schnell installiert. Untergwegs diverse Problemchen 🙂

Problem #1

locate: fatal error: Could not find user database ‘/var/lib/slocate/slocate.db’:  No such file or directory

Lösung #1

updatedb

Problem #2

running: phpize
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module

ERROR: `phpize' failed

Lösung #2

Pear ist wahrscheinlich veraltet, vorher apt-get install php5-dev automake autoconf libtool m4

pear update pear

Problemchen #3

configuration option “php_ini” is not set to php.ini location
You should add “extension=uploadprogress.so” to php.ini

Lösung #3

Unter /etc/php5/conf.d/ eine Datei uploadprogress.ini mit folgendem Inhalt erstellen

extension=uploadprogess.so