Error to Bulk delete a lot of emails

Post Reply
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Error to Bulk delete a lot of emails

Post by elviseras »

Hi,

Deleting a page with a lot of emails with the new bulk email delete feature (100 records / page), the following error (see image) was displayed for a few seconds in a "popup" window

bulk_email_error.jpg

From that moment on, that same window has reappeared a few more times (but always after a page change / refresh).
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error to Bulk delete a lot of emails

Post by support »

This is not critical error. This is just says mysql can't reset session table because it's busy.
In config/server.php you can find

Code: Select all

define('STORE_SESSIONS', 'mysql');

as solution you can remove "mysql" and in this case session will be stored in files.
But don't change this settings at the moment. Lets monitor and let me know if it happens again.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error to Bulk delete a lot of emails

Post by support »

I think I have found my mistake. File from archive replace to modules\dashboard\actions\
Let me know if it works ok now.
Attachments
dashboard.zip
(1.31 KiB) Downloaded 86 times
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Error to Bulk delete a lot of emails

Post by elviseras »

Sorry Sergey, today the message has not appeared again in all day... Do I need to make the modification? As the error does not appear, we will not be able to test it ...

If it were to come out again, we would change it and let you know
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error to Bulk delete a lot of emails

Post by support »

Do I need to make the modification?
This modification will be in 2.8 once it's released.
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Error to Bulk delete a lot of emails

Post by elviseras »

Hello Sergey, the message has come out again, but after applying the patch it seems that it no longer comes out and everything is fine ... Thank you
Post Reply