再次,通过一些修改“user.php”控制器,出现了神秘的错误:
Unhandled Exception
Message:
syntax error, unexpected ''
Please,
...是的,就是这样。我只修改user.php;这里有要点:https://gist.github.com/pmache/17a8d037b89f275235ef
我尝试完成的是向用户注册用户,密码,电子邮件以及 - 名字和姓氏。然后,(如果进程正常)发送带有给定地址的确认链接的邮件,以便用户得到验证。
答案 0 :(得分:1)
您在this line末尾缺少连接运算符(.
)。它应该是:
'<p>You need to confirm, that you want to join community</p>' .
'<p>Please, <a href="doNotClick"'.$user->id.'/'.htmlentities($user->validation_code).