14 Mar
2010
14 Mar
'10
10:49 p.m.
Jim, I've run update several times with all but the core modules disabled no luck. Ernie, Ran drush sqlq CREATE TABLE semaphore ( `name` VARCHAR(255) NOT NULL DEFAULT '', `value` VARCHAR(255) NOT NULL DEFAULT '', `expire` DOUBLE NOT NULL, PRIMARY KEY (name), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ got "-bash: !40100: event not found" Did I misunderstand the query to run? Thanks to both of you. Lanny