error message by MLM

When I use a remote list to distribute something, I get a few messages of the following form:

Subject: [MLM] Error deleting record from RemoveSubscriberFromDB()
: DELETE LOW_PRIORITY FROM `tbl_mlm_sub` WHERE

Any idea what this is?
 

stanbusk

Administrator
Staff member
This is not very important actually. This query is ran constantly to clean-up the MLM subscription folder and remove un-handled requests. You may cause that error yourself when clicking on test messages...
 

ajbicat

Member
I'm getting this error a lot now too. Should I worry?
Subject: "[MLM] Error deleting record from RemoveSubscriberFromDB()"
Body Text: ": DELETE LOW_PRIORITY FROM `tbl_mlm_sub` WHERE"
Max Bulk Mailer version: 8.6.9
MLM version: 3.1.9
PHP version: 7.3.11 (Safe mode OFF)
Mac OSX version: 10.14.6
 

stanbusk

Administrator
Staff member
You get this error because the query is incomplete. The 'WHERE' close query data is missing. As a result, the query does nothing. Do you remember what triggered that?

--
youtube_social_icon_white_17x12.png
Subscribe to our Youtube Channel and watch our tutorials!
Follow maxprog.com on Facebook | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top