VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: patrik60 on July 25, 2012, 10:53:02 AM

Title: Table 'jos_session' does not have column 'data' with type 'MEDIUMTEXT'
Post by: patrik60 on July 25, 2012, 10:53:02 AM
Everytime when I update Virtemart I get the following error in Extensions -> Database check:

Table 'jos_session' does not have column 'data' with type 'MEDIUMTEXT'. (From file 1.7.1-2011-09-15.sql.)

The type of 'data' is always changed into 'TEXT' after VM update and this causes this error message. I don't know wether this is a VM bug and wether this could cause other wrong behaviors in Joomla.
Title: Re: Table 'jos_session' does not have column 'data' with type 'MEDIUMTEXT'
Post by: Milbo on July 25, 2012, 12:43:41 PM
joomla guys set it first to varchar. 20k chars for the whole session is too small, so we changed that to text.... maybe they changed it also to mediumtext

Because 20k chars for all values of all components in the session is just too small,... imho it should not harm anything.
Title: Re: Table 'jos_session' does not have column 'data' with type 'MEDIUMTEXT'
Post by: patrik60 on July 26, 2012, 12:08:22 PM
Ok, I see. Thank you.