Quote:
Originally Posted by rdrunnr
Any ideas on this? I installed this on my 3.6.4 and everything works except for user profiles now give this error:
MySQL Error : Unknown column 'title' in 'field list'
|
You're missing the 'title' field. Take a look at this
https://vborg.vbsupport.ru/showpost....&postcount=374
Probably need to run these two queries
Code:
ALTER TABLE `profilefield` ADD `title` VARCHAR( 25 ) DEFAULT 'aa' NOT NULL AFTER `profilefieldid`
ALTER TABLE `profilefield` ADD `description` VARCHAR( 250 ) DEFAULT 'a' NOT NULL AFTER `title`