Announcement

Collapse
No announcement yet.

Server Error page. cannot access site at all

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Server Error page. cannot access site at all

    I tried rebuild by running this:
    /opt/php71/bin/php -f rebuild.php

    But this is the error log:
    Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Error while rebuilding database. See log file for details." at /home1/powersbm/crm/application/Espo/Core/DataManager.php line 104 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Error while rebuilding database. See log file for details. at /home1/powersbm/crm/application/Espo/Core/DataManager.php:104)"} []

  • #2
    Can you put your log at data/logs ?

    Comment


    • #3
      Update: Solution when dealing with issues from the full text search ability ( Edition 5.7.7)

      when I added additional search fields in the Entity, Accounts and Contacts, I also enabled FULL TEXT Search, when rebuilding the entire site crash, locked me out and kept saying bad server responses. After many hours of trying to work around, I ended up downloading espoCRM to another directory, copying and pasting my custom folder and linking to the same database.

      I also had to change the collation in the data base from utf8mb4_unicode_ci", to "utf8_unicode_ci", and that fix my problems.

      Hope this helps someone in the future.

      Good Luck

      Comment

      Working...
      X