---
title: "Viewing error reporting in PHP-Fusion"
description: "Within programs such as PHP-Fusion, there are tools you can use to find errors that may occur within the application. PHP-Fusion has an easy to use tool to allow you to view and deal with errors that..."
url: https://www.inmotionhosting.com/support/edu/php-fusion/view-error-report-php-fusion/
date: 2013-03-22
modified: 2022-03-11
author: "Scott Mitchell"
categories: ["PHP-Fusion"]
type: post
lang: en
---

# Viewing error reporting in PHP-Fusion

Within programs such as PHP-Fusion, there are tools you can use to find errors that may occur within the application. PHP-Fusion has an easy to use tool to allow you to view and deal with errors that occur within it’s files. Below is a step by step guide on viewing error reports from the admininstrative interface.

## How to view error reporting in PHP-Fusion

1. [Log into your PHP-Fusion admin dashboard](/support/edu/php-fusion/login-admin-panel/).
2. [![select error log from menu](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_php-fusion_error-reporting_menu-error-log.png)](/support/wp-content/uploads/2013/03/edu_php-fusion_error-reporting_menu-error-log.png) This brings you to the main admin screen. Look to the tabs across the top of the screen and select the **System Admin** tab. From there, click on the **Error Log** icon.
3. [![error log list](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_php-fusion_error-reporting_error-log-list.png)](/support/wp-content/uploads/2013/03/edu_php-fusion_error-reporting_error-log-list.png) You are now on the *Error Logs* list. From here you will see any reported errors in a list on the page. The malfunctioning code line is listed under the title. There is also a dropdown list on the right hand side that has a status for each error listed (*New*, *Solved*, and *Ignore*).
4. Click on the file name link to display the error details along with the entire file code below the error list for inspection.
5. Once you have identified the location of an error, you can [use your cPanel or FTP to edit the file](/support/website/how-to-edit-a-file/) and correct it.
