Skip to main content
Skip table of contents

Troubleshooting

Check the database

sudo -u postgres psql

postgres=# \l - lists all databases

postgres=# \c webclient

Check PHP

Call http://web_client_url/api/v1/db/update/

For more troubleshooting place a file test.php in the root folder

CODE
<?php
  phpinfo();
?>

and call http://web_client_url/test.php

Restarting FastCGI

CODE
ubuntu@ip-172-31-15-90:/var/www$ sudo systemctl stop php7.2-fpm.service
ubuntu@ip-172-31-15-90:/var/www$ sudo systemctl start php7.2-fpm.service
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.