Jump to content

Recommended Posts

When you install a new module or use a new script on PrestaShop and you get this error "T_PAAMAYIM_NEKUDOTAYIM" it means that your PHP version is older than PHP v5.3

 

To solve the issue you need to update your PHP to at least v5.3 or newer, If you are managing your own server, a simple system update will do the trick.

 

Most server panels and shared hostings have the option to choose the version of PHP to use.- You can search the web or ask you hosting support service directly for more information on how to update your PHP version.

 

Here you can find more information about T_PAAMAYIM_NEKUDOTAYIM http://www.php.net/manual/en/keyword.paamayim-nekudotayim.php

Link to comment
Share on other sites

  • 2 months later...

Hi vekia,

 

I get the same error while uploading the module.

The link for the module is 

 

https://github.com/payzippy/prestashop-plugin

 

Please help me....

 

Hi,

 

 

To avoid this error, you only need to update PHP to at least v5.3, the problem is that inferior versions of PHP didn’t allow the usage of variables to call static classes, therefore the error. All PHP versions from 5.3 have added this support as it adds a better dynamic usage of PHP.

 

Link to comment
Share on other sites

Hi,

 

 

It depends on your server or the panel that you are using. In most cases if you are using a shared hosting you have the option to select the version of PHP that you want to use directly on your panel. Otherwise if you have your own server a simple system update will set the latest php version.

 

 

In any case who can give you best answer on how to set the latest PHP version will be to ask directly your hosting provider, the have the best information on how to do it.

 

Link to comment
Share on other sites

  • 11 months 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...