user warning: BLOB/TEXT column 'menu_name' used in key specification without a key length query: CREATE TABLE parroter_cutemenu_block ( `menu_name` TEXT DEFAULT NULL, `hide_menu_without_submenus` TINYINT NOT NULL DEFAULT 0, `top_menu_use_links` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (menu_name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /Applications/xampp/xamppfiles/htdocs/dsf/includes/database.inc on line 515.

user warning: BLOB/TEXT column 'menu_role' can't have a default value query: CREATE TABLE parroter_cutemenu_menu_item ( `mlid` INT NOT NULL, `menu_role` TEXT DEFAULT 'normal', PRIMARY KEY (mlid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /Applications/xampp/xamppfiles/htdocs/dsf/includes/database.inc on line 515.

user warning: Table 'parroter.parroter_cutemenu_block' doesn't exist query: SELECT * FROM parroter_cutemenu_block WHERE menu_name = 'menu-test' in /Applications/xampp/xamppfiles/htdocs/dsf/sites/all/modules/cutemenu/cutemenu.module on line 86.
user warning: Table 'parroter.parroter_cutemenu_menu_item' doesn't exist query: SELECT * FROM parroter_cutemenu_menu_item WHERE mlid = 459 in /Applications/xampp/xamppfiles/htdocs/dsf/sites/all/modules/cutemenu/cutemenu.module on line 136.

user warning: Table 'parroter.parroter_cutemenu_menu_item' doesn't exist query: SELECT * FROM parroter_cutemenu_menu_item WHERE mlid = 458 in /Applications/xampp/xamppfiles/htdocs/dsf/sites/all/modules/cutemenu/cutemenu.module on line 136.

Comments

AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Status: Active » Fixed

This was a difference between MySQL and PostgreSQL.

I removed the defaults for TEXT types.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.