Angelo
Angelo
setToken should be setRememberToken because the column in the user table and the property of the user entity are called remember_token, therefore the function name shouldn't be setToken but setRememberToken
Whatever I did, the current code didn't seem to work. I edited it to make it a DQL query. It does work now. Only changes required for this to work...
doctrine::doctrine.proxy.directory is wrong. It doesn't work if I put the path in my doctrine config file. When I deleted doctrine::, it did work. It also makes more sense. Please check...
doctrine::doctrine.proxy.directory gave NULL while doctrine.proxy.directory gave me the directory. Might be worth looking into.