Fuel\Core\FuelException [Error]:understanding

Asked 1 years ago, Updated 1 years ago, 109 views

Now configure httpd.conf and httpd-vhosts.conf and
When you restart Apache Web Server and try to access a page,
The following error occurred.

Fuel\Core\FuelException [Error]:
    Unable to create or write to the log file. Please check the permissions on/Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/manage/logs/. (mkdir(): Permission denied)

COREPATH/classes/log.php@line77
/Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/core/classes/log.php

    row new\FuelException('Unable to create or write to the log file. Please check the permissions on'.\Config::get('log_path').'.'.('.$e->getMessage().'));

Error Japanese translation

 Unable to create or write log files. / Verify permissions on Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/manage/logs/. ( mkdir ( )—Authorization denied.)

If you look at it, it is up to /Applications/XAMPP/xamppfiles/htdocs/■■■■/fuel/manage/, but there is no logs/.

COREPATH/classes/log.php@line77 doesn't know what's wrong.
I'm not sure, including the FuelPHP screen.

Can someone give me some advice?
I will provide you with any additional information you need.
Thank you for your cooperation.

DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"

port 8080

apache fuelphp

2022-09-30 21:34

1 Answers

This time, when I created a folder called logs and read/write access rights, a file called logs/08/20.php was created to resolve the error.
Thank you for your cooperation.


2022-09-30 21:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.