Forums / Install & configuration / File Upload Mime headers garbled in Unknown on line 0

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

File Upload Mime headers garbled in Unknown on line 0

Author Message

Gary Gogick

Wednesday 06 December 2006 11:11:35 am

Greetings,

Seeing a weird problem when attempting to go through the setup wizard with eZ 3.8.6/PHP 4.4.4. Two problems, actually..

The first is on the 'Choose database system' screen - I have PHP compiled with both MySQL and Postgres support, but both options are duplicated. That is, it lists 'o MySQL', 'o PostgreSQL', 'x MySQL', 'o PostgreSQL', with the second MySQL entry selected by default. A bit odd, but I didn't think it was a major problem.

However, at some point, the install process always fails, returning me to the initial 'Welcome to Exponential 3.8.6' screen. Adding more debugging to PHP produced the line:

Warning: File Upload Mime headers garbled in Unknown on line 0

...which appears at the top of the page when this problem occurs. It usually happens right after the 'Site Package' screen, but inevitably happens before the install is completed if it manages to get past that part of setup.

Unfortunately, there's nothing funky in the site's error_log that would help explain what's happening, and I'm rather at a loss.

PHP 4.4.4 configured via:

'./configure' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4' '--with-curl' '--with-dom' '--with-exec-dir' '--with-freetype' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg' '--with-openssl' '--with-png' '--with-pspell' '--with-regex' '--with-xml' '--with-expat' '--with-zlib' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear' '--with-imap' '--with-imap-ssl' '--with-ldap' '--with-mysql' '--with-pgsql' '--with-unixODBC' '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--with-apxs2filter=/usr/sbin/apxs' '--with-kerberos' '--enable-mbstring'