Jump to content

Upgrade to 1.6.1.0 from 1.6.0.1 Employee First name invalid


Recommended Posts

Could someone help we have recently decided to setup a new eCommerce site using Prestashop I am inexperienced with prestashop and have thus far been impressed but will need newbee responses :D but I am technical.

 

I just used the one click upgrade to upgrade our shop to 1.6.1.0 as we were having another issue with localisation. That aside after upgrading when we click on the dashboard or try and edit a Emploee from Administration > Employee I receive an error 

 

"The firstname field is invalid."

 

When on the Dashboard I the error is more extreme

 

 

 

[PrestaShopException]

Property Employee->firstname is not valid
at line 881 in file classes/ObjectModel.php

876.
877.             $message = $this->validateField($field, $this->$field);
878.             if ($message !== true)
879.             {
880.                 if ($die)
881.                     throw new PrestaShopException($message);
882.                 return $error_return ? $message : false;
883.             }
884.         }
885.
886.         return true;

 

The problem is I dont know m way around PS enough yet to begin troubleshooting this and was hoping some one could help.

Link to comment
Share on other sites

  • 2 weeks 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...