Jump to content

[SOLVED] Newsletter Block v1.4 not collecting e-mail addresses


Recommended Posts

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

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...