php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "class not found"

How can PHP developers troubleshoot issues with class file not found errors when using require_once?

When encountering a "class file not found" error in PHP while using require_once, developers can troubleshoot the issue by checking the file path and...

What steps can be taken to troubleshoot and resolve the error message "Fatal error: Class 'CarFactory' not found" in PHP code?

The error message "Fatal error: Class 'CarFactory' not found" occurs when the PHP code is unable to locate the class definition for 'CarFactory'. To r...

What are the common reasons for the "Imagick" class not being found in PHP scripts?

The common reasons for the "Imagick" class not being found in PHP scripts are missing the Imagick extension or not properly loading the extension in t...

What steps can be taken to troubleshoot and resolve the error message "Class 'input_exception' not found" in a PHP script?

The error message "Class 'input_exception' not found" indicates that the PHP script is trying to use a class named 'input_exception' which is not defi...

What steps should be taken to resolve the "Class 'FPDF' not found" error when using FPDI?

To resolve the "Class 'FPDF' not found" error when using FPDI, you need to include the FPDF library before including the FPDI library in your PHP scri...

Showing 31 to 35 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.