Home>
I moved the source of FuelPHP to the server, but I got the following error,
Could you give me some advice because I couldn't solve it myself? .
ErrorException [Compile Error]:
main (): Failed opening required '{server full path} /fuel/app/config/develop/constant.php'
(include_path = '.:/usr/local/php56/share/pear')
APPPATH/bootstrap.php @ line 32
32require APPPATH. '/ Config /'. Fuel :: $env. '/ Constant.php';
The environment is as follows.
・ PHP ver5.6
・ FuelPHP ver 1.7
-A shared server is used.
Since the migration has not been completed, no name server is set.
Confirm that the target constant.php exists (the path is correct).
Permission is also 644.
There was an article that an error occurred if the file called pear was not read
I checked php.ini
In the orchid of include_path.:/usr/local/php56/share/pear and
I think that it was read because it was described. .
-
Answer # 1
Related articles
- i don't know how to resolve the php syntax error required to log in
- php: there is an error in the insert into line and it cannot be resolved
- when i upgraded the php spreadsheet, i got an error
- cakephp 4: i get an error when uploading a file without input
- php - sqlstate [hy000]: general error: 1364 user registration is not possible due to an error
- i want to solve the ssl error "dh key too small in" that appears when using the national diet library api with php
- laravel php artisan config: 500 error when caching
- [php/xampp] an error occurs when setting the include path
- [php/mysql] sql syntax error of sqlstate [42000] occurs
- php - ec-cube 405 error in self-made command (cron) in prod environment
- php - 404 not found nginx/1135 error resolution
- php - i get an error when submitting a laravel 5550 form
- php - vlaravel form request does not show error statement
- php - [wp] an error is displayed in the item part added to the user information in advanced custom field
- nginx - error: failed building wheel for uwsgi
- php parse error: syntax error, unexpected'class' (t_class) error
- php - "doesn't have a default value" error when performing seeding
- php - an error that i personally cannot solve
- php - variable undefined error when updating view file with laravel
- an error occurs in unit tests with phpunit
Trends
Please check not only the file but also the directory access rights from /.
Some parts have access rights that cannot be accessed from the web server process
If it is in the middle of the directory, it may not be accessible.
(With/var/var/www/var/www/project etc.)