Parse error: syntax error, unexpected ',' in ..... \admin\controller\customer.php on line 400
I managed to fix this on my shop by replacing the code on line 400
Find:
Replace that with:
Hope that helps.
Find:
Code: Select all
if ((!$validate->strlen($request->get('email', 'post')), 1, 32) || (!$validate->email($request->get('email', 'post')))) {
Code: Select all
if ((!$validate->strlen($request->get('email', 'post'), 1, 32)) || (!$validate->email($request->get('email', 'post')))) {
Who is online
Users browsing this forum: No registered users and 1 guest