Answer the question
In order to leave comments, you need to log in
How to fix Fatal error: Class not found in error in PHP?
It was necessary to connect the file to the site.
Connected, now at the entrance it displays the following error:
Fatal error: Class 'PM_LIST' not found in D:\site\modules\pm_list.php on line 235
Here is the line itself 235
$Pm_List = new PM_LIST;
$Pm_List->Start_PL($cfg);
Answer the question
In order to leave comments, you need to log in
either set up a class autoloader, for example, using Composer, or connect the file in which the class is located
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question