bad server responsive

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mstzyrt
    Junior Member
    • Feb 2021
    • 14

    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
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #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/

    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • cnewell
      Junior Member
      • Dec 2022
      • 5

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

      Comment

      Working...