Download & Extend

Install fails on PHP4 / MySQL server 4.1.20

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

Priority:normal» minor

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

Status:active» fixed

Committed.

#3

Status:fixed» closed (fixed)

Included in new release.