sachin427 Posted November 28, 2010 Share Posted November 28, 2010 Hi,Im having an issue where any e-mail i enter into the newsletter block is an "Invalid E-mail". I suspect that its stopping on the following code in blocknewsletter.php: private function newsletterRegistration() { if (!Validate::isEmail(pSQL($_POST['email']))) return $this->error = $this->l('Invalid E-mail'); I check my DB and it looks okay to me. I also tried re-installing the model. No luck. Any suggestions would be appreciated. Link to comment Share on other sites More sharing options...
sachin427 Posted November 30, 2010 Author Share Posted November 30, 2010 Had something to do with how I set up divs and CSS in blocknewsletter.tpl. I reverted back to the original file and it was up and running! Link to comment Share on other sites More sharing options...
freedux Posted December 23, 2010 Share Posted December 23, 2010 I'm also testing the newsletter block. Seems ok on the front end.But where can I get the subscriber list in the back office ?RgdsFreed Link to comment Share on other sites More sharing options...
sachin427 Posted December 23, 2010 Author Share Posted December 23, 2010 install Newsletter v2.0 in the back office. once installed, click configure, then export .csv file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now