tail -F /var/log/apache2/error.log

[Sun Oct 20 19:11:51.281861 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.285366 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.288825 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.292320 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.295599 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.299194 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.303159 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.306867 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:51.309900 2024] [php:warn] [pid 571762] [client 192.168.4.103:60797] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/dashboard.php

[Sun Oct 20 19:11:54.555857 2024] [php:warn] [pid 571835] [client 192.168.4.103:60799] PHP Warning: Undefined variable $client_is_leads in /var/www/##/client_edit_modal.php on line 53, referer: ##/clients.php

  • athornfam2

    You could either run the command it suggested or fix the ownership with sudo chown -R www-data:www-data /var/www/###

This usually happens when you manually edit the php files ITFlow uses.

What happens if you connect via SSH, navigate to the ITFlow directory and run "git pull"?

    wrongecho

    fatal: detected dubious ownership in repository at '/var/www/##'

    To add an exception for this directory, call:

        git config --global --add safe.directory /var/www/##

      athornfam2

      You could either run the command it suggested or fix the ownership with sudo chown -R www-data:www-data /var/www/###

        wrongecho Its just odd as I haven't touched the application outside of the last issue we had where you suggested adding a php module. Will try to fix the folder and let you know.