When things go wrong with your apps, looking through your log files is the first step to troubleshooting your problems.

The most common logs to examine are your app's Nginx, Apache, and PHP logs, which will likely show details about any errors:

Nginx Access Log

/srv/users/sellcloud/log/APP/APP_nginx.access.log

Nginx Error Log

/srv/users/sellcloud/log/APP/APP_nginx.error.log

Apache Access Log

/srv/users/sellcloud/log/APP/APP_apache.access.log

Apache Error Log

/srv/users/sellcloud/log/APP/APP_apache.error.log

PHP Access Log

/srv/users/sellcloud/log/APP/APP_phpX.Y.access.log

PHP Error Log

/srv/users/sellcloud/log/APP/APP_phpX.Y.error.log

Remember APP is the name of your app and X.Y is your app's PHP version.

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution