Announcement

Collapse
No announcement yet.

bad server responsive

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

  • bad server responsive

    Hello ;

    Thank you everyone for this community.

    When I click on the Administrator option in the system, I get a bad server responsive error.
    Thanks for your help .​

    Log:
    [2022-09-12 11:00:03] Espo.WARNING: CronManager: useProcessPool requires pcntl and posix extensions. [] []

    f12

  • #2
    Hi,

    you have missing php extension :
    here when i install php.
    dnf install php php-common php-zmq php-imap php-pdo php-mysqlnd php-intl php-gd php-openssl php-zip php-iconv php-curl php-xmlwriter php-exif php-pcntl php-posix php-ldap php-bcmath

    you can disable in admin/job setting : in parallel mode and in admin/setting : use websocket
    and see what's happend ? but certainly you have some missing php extension more

    please read : https://docs.espocrm.com/administrat...configuration/

    Comment


    • #3
      I had to install php-process & php-cli to get php-pcntl & php-posix

      Comment

      Working...
      X