Jump to content

Parse Error - sesión usuario


delimetfoods

Recommended Posts

Se trata del doble de colon en esta línea:

It is about the double colon in this line:

if (is_callable(array($module_newsletter, 'isNewsletterRegistered')) && $module_newsletter->isNewsletterRegistered(Tools::getValue('email')) == $module_newsletter::GUEST_REGISTERED) {

Creo que está utilizando la versión de PHP incompatible.

I think you are using incompatible PHP version.

 

http://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayim

Edited by tuk66 (see edit history)
Link to comment
Share on other sites

Ok, perfecto, y en que archivo encuentro esa linea para editarla? simplemente saco el doble colon y ya? Estoy con el mismo problema... me sucedio luego de actualizar de prestashop 1.4 a la ultima version...

Se trata del doble de colon en esta línea:

It is about the double colon in this line:

if (is_callable(array($module_newsletter, 'isNewsletterRegistered')) && $module_newsletter->isNewsletterRegistered(Tools::getValue('email')) == $module_newsletter::GUEST_REGISTERED) {

Creo que está utilizando la versión de PHP incompatible.

I think you are using incompatible PHP version.

 

http://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayim

Link to comment
Share on other sites

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...