XF 1.5 The field was not recognised

Houzer

Member
Dear Sirs!
I've got a problem with Email field of Sing Up page http://joxi.ru/LmG4XRKTo3oo2l
I disabled all installed add-0ns and check all the out-of-date template, but the problem is still on.
Could you advise what else I need to check?
Thank you in advance!
 
  • If these are now all new uptodate core files
  • There are no template changes
  • All templates are up to date
  • No cloudflare / cdn
  • There are no plugins

--- The only thing left (that I am aware of) is cache due to server configuration
I know you've contracted your host, but they might not have revealed every thing
What does phpinfo reveal?

create a file named phpinfo.php

in that file, write:

Code:
<?php
phpinfo();
?>

put it in the root, then navigate to yoursite/phpinfo.php

splat the results here
 
Dear, @tenants, @tracy-perry and @BassMan !
Thank you very much for you help and time solving the problem. Finally I fixed it.
The problem was in the PAGE_CONTAINER template. Some time ago I put a code of Google Tag Manager in the HEAD and since the time "Sing Up form" did't work.
This morning I removed GTM code and got the succesful user registration.
 
Wow, I saw those google scripts, there were quite a few...
I never would have suspected that...

I'm glad you finally got there, I was running out of things it could be
 
Top Bottom