Mass action Wrong type for this column, the type is longtext

  • Posts: 224
  • Thank you received: 26
  • Hikashop Business
1 year 7 months ago #344278

-- HikaShop version -- : 4.6.1
-- Joomla version -- : 4.x

I get this message and the action is not updateing the value of a custom field.

Attachments:
Last edit: 1 year 7 months ago by oxido.

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
1 year 7 months ago #344295

Hi,

Change the line:
if(!in_array($field,array('varchar','text','char'))){
to:
if(!in_array($field,array('varchar','text','char','longtext'))){
in the file administrator/components/com_hikashop/classes/massaction.php and that will fix the problem. We'll add that fix on our end too.

The following user(s) said Thank You: oxido

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum