Welcome Guest, Not a member yet? Register   Sign In
Setup error with Psr\\Log package
#3

I have the same error on 3 different configurations
Code:
[Mon May 29 19:06:50.732166 2017] [php7:error] [pid 11572:tid 1292] [client 127.0.0.1:50241] PHP Fatal error:  
Interface 'Psr\\Log\\LoggerInterface' not found in C:\\**my_path**\\ci4app\\system\\Log\\Logger.php on line 55
I have a virtualhost but it probably does not matter ...
Code:
<VirtualHost ci4app:80>
 ServerName ci4app
# SetEnv CI_ENV development
  DocumentRoot "C:/**my_path**/ci4app/public"
<Directory "C:/**my_path**/ci4app/public">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
   ErrorLog "C:/**my_path**/ci4app/writable/logs/error.log"
   CustomLog "C:/**my_path**/ci4app/writable/logs/access.log" common
</VirtualHost>
You may need to set something in /Config/Logger.php
Reply


Messages In This Thread
Setup error with Psr\\Log package - by Kaosweaver - 05-29-2017, 07:47 AM
RE: Setup error with Psr\\Log package - by WitekS - 05-29-2017, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB