LogicException Template Errors

Problem

When accessing certain pages in WHMCS, you encounter the following error, where $filename is the missing filename:

LogicException: The template "$filename" could not be found at "/path/to/whmcs/resources/views/$filename.php"

Cause

If you see this error, the system could not find the corresponding file that contains the layout information for this page. This could indicate that something deleted the file.

Solution

To resolve this, upload the missing file to the appropriate subdirectory in the /path/to/whmcs/resources/views/ directory.

We also recommend ensuring that any other files that may be missing from the directory are present and correct on your server.

Last modified: June 14, 2024