Can't create a new list

twslankard

New Member
Hey all,

I've installed MLM manually on a linux machine having PHP 5.2.10 and MySQL distrib. 5.1.37.

I've followed all of the steps on the manual installation page. I also enabled debug mode.

Going to lm.php, I can log in successfully.

However, if I click "show lists" I get the following warnings:

Notice: Undefined offset: 2 in /opt/sites/western/lm/lm_admin.php on line 115

Notice: Undefined offset: 1 in /opt/sites/western/lm/lm_admin.php on line 115

If I click the new button, I get this warning:

Notice: Undefined variable: newname in /opt/sites/western/lm/lm.php on line 461

In spite of the warnings, if I attempt to add a new list, it does not appear on the show lists page. I can see that the following tables are added to the database:

tbl_mlm_sub
tbl_mlm_sub_clk
tbl_mlm_sub_req

However, none of the tables have any rows.

I can also subscribe by going to the subscription page. This adds me to the tbl_mlm_sub_req table. However, I can't unsubscribe because the list still does not exist. (I get a warning telling me this.)

I have also tried manually initializing mlm and creating a list by entering the commands to lm.php by hand. This has the same result.

Any idea what I should do to create a list? Thanks!
 

stanbusk

Administrator
Staff member
All you have done seems correct, I don't see anything wrong. It is really weird you get the subscription request added to the request table and not to the real table. Do you actually click on the link you receive by email to confirm your subscription?
 
Top