Closed (outdated)
Project:
Drupal core
Version:
6.16
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2006 at 11:53 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
mathiasm commentedit still does that on Drupal 6.
After an unresponsed post in the forum, google lead me there.
Fedora 4, PHP 5.0.4, mySql 4.1.1
Comment #2
ceo_kal commentedsorry for kicking an old msg.. but i'm still having this problem with 6.2. Any one knows what to do?
Comment #3
john spain commentedMy configuration: xampp for windows 1.1.6a, Apache PHP version 5.2.5, MySQL API 5.0.51a
Situation: Installing Drupal 6.3.
My workaround: Set "zend.ze1_compatibility_mode = off" in Apache's php.ini file. Then refresh the browser page (from Drupal's installation script) that displayed the error. Installation ran OK then.
Comment #4
owahab commentedPumping issue version according to #3.
Comment #5
safetypinI just got this error with version 6.16. Is the workaround in #3 the only solution?
Comment #6
codewaggle commentedIf you're using PHP 5.3.x you can try removing the zend.ze1_compatibility_mode line from the .ini file, it is no longer a valid directive.
From the PHP manual:
http://php.net/manual/en/ini.core.php
Name
zend.ze1_compatibility_mode
Default
"0"
Changeable
PHP_INI_ALL
Changelog
Available since PHP 5.0.0. Removed in PHP 5.3.0