You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Class 'Phalcon\Logger' not found in D:\xampp\htdocs\phalcon\logger.php:7 Stack trace: #0 {main} thrown in D:\xampp\htdocs\phalcon\logger.php on line 7
Error in Linux
Fatal error: Uncaught Error: Class 'Phalcon\Logger' not found in /var/www/vhosts/xxx/yyy/logger.php:10\nStack trace:\n#0 {main}\n thrown in /var/www/vhosts/xxx/yyy/logger.php on line 10
Details
Phalcon version: 4.0.0.-beta.1
PHP Version: 7.2 & 7.3
Operating System: Linux / Windows
Installation type: installing via package manager / dll
Zephir version (if any):
Server: Apache
The text was updated successfully, but these errors were encountered:
diplopito
changed the title
Error: Class 'Phalcon\Logger' not found
[4.0.0-beta.1] Error: Class 'Phalcon\Logger' not found
Jul 25, 2019
Expected and Actual Behavior
Expected: Use Phalcon\Logger to log a message.
Actual Behavior: Error: Class 'Phalcon\Logger' not found
Can be reproduced using the code in the documentation (and replacing the proper path for the log):
Error in Windows:
Fatal error: Uncaught Error: Class 'Phalcon\Logger' not found in D:\xampp\htdocs\phalcon\logger.php:7 Stack trace: #0 {main} thrown in D:\xampp\htdocs\phalcon\logger.php on line 7
Error in Linux
Fatal error: Uncaught Error: Class 'Phalcon\Logger' not found in /var/www/vhosts/xxx/yyy/logger.php:10\nStack trace:\n#0 {main}\n thrown in /var/www/vhosts/xxx/yyy/logger.php on line 10
Details
The text was updated successfully, but these errors were encountered: