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
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

NancyDru - March 2, 2009 - 19:49
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

NancyDru - April 15, 2009 - 21:17
Status:active» fixed

Committed.

#3

NancyDru - April 25, 2009 - 16:28
Status:fixed» closed

Included in new release.

 
 

Drupal is a registered trademark of Dries Buytaert.