S
S
Stacy None2018-03-12 17:54:31
PHP
Stacy None, 2018-03-12 17:54:31

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);

I just don't understand PHP. Please tell me what is the problem? Or maybe the line is spelled wrong?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2018-03-12
@gangstarcj

Connect class PM_LIST

P
Pavel Novikov, 2018-03-12
@paulfcdd

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 question

Ask a Question

731 491 924 answers to any question