Products Images Delete Error

Hello, I need your help !

Inside cs-cart admin Products, I have one with about 10 images… When I delete those images I am getting the following error:

Table handler out of memory (128)SELECT webp_path FROM cscart_cp_web_image_list WHERE MATCH(image_path) AGAINST ('"detailed/104/2418.jpg"')

Error at
app/Tygh/Database/Connection.php, line: 1153

Backtrace
File:app/Tygh/Database/Connection.php
Line:516
Function:throwError

File:app/Tygh/Database/Connection.php
Line:317
Function:query

File:app/functions/fn.database.php
Line:81
Function:getColumn

File:app/addons/cp_webp/func.php
Line:67
Function:db_get_fields
....
...

an so on

I am guessing, this is some limits of hosting provider? If I have access to WHM - cPanel what could I do to increase this memory

thanks in advance!

Shouldnt be limits of hostimh with just one product 10 images. You could increase the memery in php.ini from 128 to 512 or whatever…but try to Disable (dont uninstall) the cart power webp image converter first then try again.

1 Like

Hello there, thank you for your answer

I believe the values here is already high


display_errors = Off
max_execution_time = 600
max_input_time = 300
max_input_vars = 10000
memory_limit = 8192M
post_max_size = 512M
....
....

never was 128 (default) . The eCommerce is big enough and time - to - time these values were increased. Are you talking about something else? This file is located iin the root folder, right? Any idea, what else I could do!?

thanks in advance

The error is referring to a 3rd party addon as @johnbol1 mentioned.