Install fails on PHP4 / MySQL server 4.1.20
iva2k - March 1, 2009 - 05:33
| Project: | Announcements |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Details:
Type php
Date Saturday, February 28, 2009 - 20:54
Message Column length too big for column 'abstract' (max = 255); use BLOB or TEXT instead query: CREATE TABLE test_announcements ( `nid` INT unsigned NOT NULL, `abstract` VARCHAR(2048) DEFAULT '', `publish_date` INT NOT NULL DEFAULT 0, `expiration_date` INT NOT NULL DEFAULT 0, PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in .../drupal-6.10/includes/database.inc on line 515.
Severity error

#1
Neither PHP4 nor MySql 4 are supported any more. If you have any hope of running Drupal 7, you must update those products.
I will look at changing to TEXT, but I consider this low priority.
#2
Committed.
#3
Included in new release.