I have been fighting for 3 days already. I threw the project on shared, everything works, everything is entered into the database, registration, and if the authorization with remember me, the token is also entered into the database. When authorizing, he writes everything ok, there are no errors, he should throw it into his personal account, but again he throws it on the authorization page, did everything perfectly on LAN. On a hosting such trouble.

When entering the site, cookies are created laravel_session, and + another cookie with the name value laravel_session. In general, I don’t know what to do, the project is worth ...

The storage folder and its subsidiary gave access to 777, tried all the drivers. No In .htaccess advised to add php_value session.save_path / home / c / cc28312 / creamake / tmp, added, but did not help.

ps working with laravel 3 meat, this is the first project on it. And about the driver database. I don’t know how exactly it worked with it created the session: table migration and everything, the authorization is simple Auth :: attempt.

  • What is in the laravel logs? - ExileeD
  • Do you have on the hosting in the link symbol "_" and what browser are you using? - apelsinka223
  • Well, the index file in the public_html folder I use chrome. - trix
  • I tried using the database to enter the data, but still not logged in - trix
  • show logs. nothing is clear without them - ExileeD

0