Jiri Bobek Posted September 4, 2019 Share Posted September 4, 2019 Hello, So I have been trying to add a custom field to the customer registration form. I think I need to update AuthController.php and authentication.tpl. The changes seem pretty straight forward. However, when I change the files, the page does not load. I just get an empty page instead of the registration form. My first idea was that somehow checksum of the files is verified to prevent tampering. I added a random whitespace into the files, which should change the check sum, and the page loads ok. When I make any more substantial change, it does not load. So it is not caused by checksum. My second idea is that maybe language files need to be regenerated, so that strings such as "{l s='First name'}" can be properly replaced. Could this be the problem? And how can I regenerate the files? Any other ideas? Thank you Link to comment Share on other sites More sharing options...
Jiri Bobek Posted September 5, 2019 Author Share Posted September 5, 2019 Turned on PHP errors. Now when I use original version of AuthController.php, it works fine. If I add a single comment line into the file, I get the following error: Parse error: syntax error, unexpected ')' in /home/www/controllers/front/AuthController.php on line 768 Line 768 is almost at the end of the file. Any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now