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

  • Posts: 222
  • Thank you received: 26
  • Hikaserial Subscription Hikashop Business
1 year 6 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 6 months ago by oxido.

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
1 year 6 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.045 seconds
Powered by Kunena Forum