Posted by iva2k on March 1, 2009 at 5:33am
Jump to:
| Project: | Announcements |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#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.