Jump to content

New Theme Installation Issue


Recommended Posts

I FTP a new theme and I can see it in the theme appearance. When I try to select and save it, I get this error message:

PrestaShopException]

 

Property Shop->name 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;

 

It stays on the default.I'm on version 1.5.4 and the theme is compatible. What am I doing wrong?

Link to comment
Share on other sites

This was not an upgrade. Just a first time install. I finally got it to work after trying a variety of ways to reinstall Prestashop, but it was a real pain! There is something not right with Prestashop's download. I kept getting error messages when I tried to do an ftp. Thanks for your replies.

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