Home > Article > Backend Development > Solution to "include_path=.;c:/php5/pear" prompt when installing PHP program_PHP Tutorial
This problem occurs because your include path is wrong. If it is cms, your system environment may not be configured properly. Let me introduce two solutions to this problem.
The following is an error report from Discuz.
Fatal error: require_once() [function.require]: Failed opening required './source/class/class_core.php' (include_path='.;c:php5pear') in D:webBBSindex.php on line 14
Solution
Modify the php.ini configuration file.
The code is as follows
|
Copy code
If you are using iis, there may be a problem with permission configuration. We can try the following methods to solve it
A. My website was initially set up like this. Administrators and system have full control over FreeHos, the root directory of the website.
|