It permit the creation and the management online of websites with few and easy steps. It's completely customizable, expandable and suitable for all needs.
Site url: localy (online also tested) MemHT version: 4.0.1 Hosting OS: Linux, Windows: both PHP and MySQL versions: PHP: 5.2.9-2 MYSQL: 5.1.33 Installed addons/scripts: standard pack Error/Problem:
The problem is that if someone wants to subscribe for the newsletter he filles in the form and then gets the e-mail that everything went ok, but in de admin panel he is not in the list of subscriptions for the newsletter.
mem:
No support for localhost sorry, when the site will be online come here and you'll be helped
well that just stupid its in your standard package so if i upload your standard package online you have the same problem.
It doesn't matter if it's online or local, and realy your reply is **** because if i put it online you can only see some code of the pages further nothing you cant login to the admin panel to look if the visitor has been added to the list for newsletters nor you can look in the DB.
So i would say just look at your standard package and test it out you'll that it is bugged.
/edit,
i shall just say what goes wrong; The newsletter page does not put the info into the DB, the only way to get ppl in that list is to register them.
PS: Localhost = In 99% of cases is an unconfigured and unoptimized environment, installed by probably not so kind people like you... i don't want to lose my time solving problems generated by malfunctioning AMPs
quote
Gizmor:/edit,
i shall just say what goes wrong; The newsletter page does not put the info into the DB, the only way to get ppl in that list is to register them.
code
$dblink->query("INSERT INTO memht_newsletter (id,email,ip) VALUES (null,'$email','".$visitorInfo['ip']."')");