Jump to content

error with update productcomment


vucumbra

Recommended Posts

I have the same problem  :( 

 

[PrestaShop] Fatal error in module file :/home/xxxxxxx/public_html/classes/module/Module.php(1361) : eval()'d code: Can't use function return value in write context

 

On the top of that I can't access to my shop :(  

 

 

Prestashop 1.6.1.5

Link to comment
Share on other sites

Hi, 

 

My hosting provider solved the problem :) my site is working ok now.

 

/home/*********/public_html/modules/productcomments/productcomments.php  line 459 

 

 

Before

if (empty(Configuration::get('PRODUCT_COMMENTS_MODERATE'))){

After

if (!Configuration::get('PRODUCT_COMMENTS_MODERATE')){

  • Like 2
Link to comment
Share on other sites

Thanks lilianamc! my site is working ok too!

 

 

Hi, 

 

My hosting provider solved the problem :) my site is working ok now.

 

/home/*********/public_html/modules/productcomments/productcomments.php  line 459 

 

 

Before

if (empty(Configuration::get('PRODUCT_COMMENTS_MODERATE'))){

After

if (!Configuration::get('PRODUCT_COMMENTS_MODERATE')){

  • Like 1
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...