Jump to content

authentication.php


Recommended Posts

Customers trying to create account's get this error.

 

There is 1 error :

  1. lastname is required.

i have logged into the back end and enabled to see error's from someone else i learned. The only error i noticed was this, o no wait, it has the same error in Customer/Groups/ default.

 

 

Notice: Undefined index: date_format_lite in /clientdata/zeus-dynamic-1/s/t/staxofaccessories.com.au/www/classes/Tools.php on line 481

 

 

 

ok on that line is.

return date($full ? $language['date_format_full'] : $language['date_format_lite'], $time);

 

can this be changed to something else to see if this fixes my problem. And if it can will i have to delete user's and re-create them. Greatly appreciate any assistance.

Link to comment
Share on other sites

ok i fixed the error thats shows up

 

Notice: Undefined index: date_format_lite in /clientdata/zeus-dynamic-

1/s/t/staxofaccessories.com.au/www/classes/Tools.php on line 481

 

 

, under groups and users, by replacing it with a backup file i had "tools.php"

, but still have the same error message

 

There is 1 error :

  • lastname is required.

 

when trying to create a new cunstomer, in the front end.

Greatly appreciate any assistance.

Link to comment
Share on other sites

×
×
  • Create New...