I am having trouble installing this on a new server. Here are the steps I've taken so far and what is happening. I registered a domain name, set it up on my hosts server and created a folder under the root ( http://<mydomain>.com/abcmail ) I then created a SQL Db. Next, I uploaded all folders and files from the unzipped ListMailPro download (v_185) and put them into my /abcmail folder.
When I went to mydomain.com/abcmail I got an error about not being able to find or access the MySQL Db, so I checked and found that it happens to be on a separate server, but they gave me the path as sql02.<host>.com so I replaced localhost with the path in the config.php file. It now gets passed that, and I get the following whenever I try to access the login.php script, which leads me to believe that my config file, path and user info are good, it's finding the Db, etc. Anyway, here the message:
admin-61-Table 'mailing_listpro.lm_config' doesn't exist
I did call the hosting company and they did say to ask what version of MySQL is needed. This is v 5.0. If I need to be set up with 4.0 they have it on another server. They do not offer 4.1, so hopefully that's fine. So, what did I do wrong or do I need MySQL 4.0?