Bad Server Response after installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GPet
    Junior Member
    • Mar 2018
    • 2

    Bad Server Response after installation

    I tried to install EspoCRM. Everything went well. When I try to login as admin, I only get "Bad Server Response".
    The log:
    (PDOException(code: 22001): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'ip_address' at row 1 at /var/www/ud19_95/html/CRM/application/Espo/ORM/DB/Mapper.php:729)"} []
    New installation from the scratch didn't change anything.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    could you alter table `auth_token` in database, set the length to 45 for the column `ip_address`?

    Comment

    • GPet
      Junior Member
      • Mar 2018
      • 2

      #3
      THX! Worked

      Comment

      Working...