Upgrade 8.4 to 8.5 + error duplicate address

beppolo

New Member
Hi Everybody, I've 2 questions:

1. I installed v.8.4.3 with MLM, long time ago, now I install v.8.5. I should upgrade also MLM on my server? In other words, is there any improvements with MLM which "comes" with v.8.5 ?

2. when I select a mail list, it shows an error message "Following addresses not imported", duplicate address (check attached picture). How to remove this error?

Thank you in advance.
 

stanbusk

Administrator
Staff member
1. I installed v.8.4.3 with MLM, long time ago, now I install v.8.5. I should upgrade also MLM on my server? In other words, is there any improvements with MLM which "comes" with v.8.5 ?
I believe it is a good idea to install MLM, yes. You can download it here. Do not upload the lm_settings.php file since it contains all your settings.
2. when I select a mail list, it shows an error message "Following addresses not imported", duplicate address (check attached picture). How to remove this error?
Try to activate the duplicate checking setting from the MaxBulk Mailer preferences.
 

beppolo

New Member
@stanbusk, thanks for your reply.

1. Ok, I will download and compare the new MLM vs. my old edited MLM.
2. "duplicate checking setting" was already activated. In fact, the error message says "I've a duplicate email address":(
 

beppolo

New Member
After compared lm v.8.4 vs. lm v.8.5, I finally upgrade on my server.
Now, from web, disappeared my existing mailing lists. I do a little check on lm_functions and I found these differences, maybe this is the reason?

v.8.4.3
$res = @mysql_db_query( $dbname, $query );
echo "#4 mysql_db_query( $dbname, $query )<br>";

v.8.5
$res = @mysql_query( $query );
echo "#4 mysql_query( $query )<br>";

I found also on other files the same differences "@mysql_db" vs. "@mysql_query"
 

beppolo

New Member
...understand.
Conclusion:
- I'm not able to use LM v.8.5
- I'm still receiving "duplicate error message"

Unfortunately, since 2 days, my Maxbulk app can't start anymore. I just start a new topic. :(
 

stanbusk

Administrator
Staff member
Try to download a fresh copy of MaxBulk Mailer 8.5 here. Then install the current version of MLM from MaxBulk Mailer.
 
Top