Difference between revisions of "Troubleshooting a File Not Found Error"

From WHMCS Documentation

(Created page with "If you experience a '''File not found''' error, this may mean that a file is not present or is not accessible at the expected location. Performing the steps below will help yo...")
 
(Checking for the File)
Line 1: Line 1:
 
If you experience a '''File not found''' error, this may mean that a file is not present or is not accessible at the expected location. Performing the steps below will help you resolve this issue.
 
If you experience a '''File not found''' error, this may mean that a file is not present or is not accessible at the expected location. Performing the steps below will help you resolve this issue.
  
===Checking for the File===
+
==Checking for the File==
  
 
To troubleshoot this, begin by validating whether the file is present in the local storage.
 
To troubleshoot this, begin by validating whether the file is present in the local storage.
Line 7: Line 7:
 
To do this:
 
To do this:
 
# Check whether the file exists.
 
# Check whether the file exists.
# Check the file's permissions and make certain that they allow access to the web user. For AWS S3, use AWS (or your compatible storage provider's) console to verify that the file is stored with the indicated key.  
+
# Check the file's permissions and make certain that they allow access to the web user. For AWS S3, use AWS (or your compatible storage provider's) console to verify that the file is stored with the indicated key.
  
 
==Test Configuration==
 
==Test Configuration==

Revision as of 18:26, 21 January 2022

If you experience a File not found error, this may mean that a file is not present or is not accessible at the expected location. Performing the steps below will help you resolve this issue.

Checking for the File

To troubleshoot this, begin by validating whether the file is present in the local storage.

To do this:

  1. Check whether the file exists.
  2. Check the file's permissions and make certain that they allow access to the web user. For AWS S3, use AWS (or your compatible storage provider's) console to verify that the file is stored with the indicated key.

Test Configuration

You can confirm storage location accessibility using the Test Configuration feature.

To do this:

  1. Go to Configuration () > System Settings > Storage Settings and choose the Configurations tab.
  2. Select the configuration you want to test.
  3. Click the Test icon.

For AWS S3 (or compatible providers) this should also indicate whether there are any issues with the provided access key or access secret.