| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I did a recent pull of the repository and I am getting a database update error related to creating the new uc_store_footers table:
user warning: BLOB/TEXT column 'message' can't have a default value query: CREATE TABLE uc_store_footers ( `path_hash` varchar(32) NOT NULL, `message` text NOT NULL default '', PRIMARY KEY (path_hash) ) /*!40100 DEFAULT CHARACTER SET UTF8 COLLATE utf8_unicode_ci
uc_store module
Update #3
* Failed: CREATE TABLE {uc_store_footers} ( `path_hash` varchar(32) NOT NULL, `message` text NOT NULL default '', PRIMARY KEY (path_hash) ) /*!40100 DEFAULT CHARACTER SET UTF8 COLLATE utf8_unicode_ci */
I am using PHP5 with MySql 5.0.45.
Table is not created.

