Jump to content

Error when setting up a Category Image


Recommended Posts

Hi Fellows...!

 

I'm new in this fascinating Prestashop word, and I have been trying to set up my online Store, but I'm having a problem when I try to set up an image to be displayed at my store as default category's image.

 

When I try to do it, the following Error Message appears:

 

[PrestaShopException]

 

Property Category->date_add is not valid

at line 837 in file classes/ObjectModel.php

 

831.

832. $message = $this->validateField($field, $this->$field);

833. if ($message !== true)

834. {

835. if ($die)

836. throw new PrestaShopException($message);

837. return $error_return ? $message : false;

838. }

839. }

840.

841. return true;

Do someone have any idea of how to solve this up...??

 

Thanks...!

Link to comment
Share on other sites

Hi Fellows...!

 

I'm new in this fascinating Prestashop word, and I have been trying to set up my online Store, but I'm having a problem when I try to set up an image to be displayed at my store as default category's image.

 

When I try to do it, the following Error Message appears:

 

[PrestaShopException]

 

Property Category->date_add is not valid

at line 837 in file classes/ObjectModel.php

 

831.

832. $message = $this->validateField($field, $this->$field);

833. if ($message !== true)

834. {

835. if ($die)

836. throw new PrestaShopException($message);

837. return $error_return ? $message : false;

838. }

839. }

840.

841. return true;

Do someone have any idea of how to solve this up...??

 

Thanks...!

 

permissions folder 777 and "force compilation" in tools, performance ;)

Link to comment
Share on other sites

Thanks for you answer OlivierJM...! I have already set up permissions 777 on /img folder but everything seems to be the same. I don't know if that's the only folder I should modify the permission at...

 

Is there "an specific folder" where I should modify it...?

 

Thanks again for the help...!!

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

I'm totally "NEW" in Prestashop and Web devolping, and as well I have no too much knowledge about programming... Sorry for the lack of knowledge... :unsure: ... ;) ...!

 

view http://doc.prestashop.com/display/PS15/Troubleshooting

 

and http://doc.prestasho...isplay/PS15/FAQ

 

and http://doc.prestasho...PS15/User+Guide

 

and http://doc.prestasho...h+documentation

 

;)

Edited by OlivierJM (see edit history)
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...