-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Class 'Phalcon\Version' not found in C:\wamp64\www\phal\vendor\phalcon\devtools\bootstrap\autoload.php:134 #1515
Comments
Moving to devtools |
Devtools relies on the Phalcon\Version class to check Phalcon's version. |
cc: @Jeckerson @niden |
The class is under the |
This needs to go back to devtools. Also, the question will be about versioning i.e. devtools for v5 |
@niden Sorry for the confusion, I thought it was missing functionality being alarmed at seeing the class disappear without first deprecating the class with an alias class. But this would be a major version bump so can't be too picky as breaking changes are expected. I'll work on implementing this in devtools. |
This has been fixed in 4.2.0 |
* Fix #1479 more verbose pdo driver missing errors * Fix #1508 devtools version showing phalcon version instead for 4.1.x * Bump version to 4.1.1 * Fix #1515 Devtools version errors with Phalcon 5 * Adjusting dependencies for PHP 8 support * #1455 - New code generation * #1455 - New tests and fix old tests * #1455 - CHANGELOG * #1455 - Removed TODOs * #1455 - Changed static calls * #1455 - Added escaping namespace placeholder Co-authored-by: Kevin Yarmak <[email protected]> Co-authored-by: Aziz Muzafarov <[email protected]>
i'm having this same issue. |
It's a simple fix. But since I'm new with phalcon 5, I needed to use AI for some help. /phalcon-devtools/src/Version.php /phalcon-devtools/phalcon
" |
Questions?
i have installed Phalcon version 5.0.0alpha3 on window and it is showing in phpinfo and in php --m
but when i run 'phalcon' on command line, i am getting error
Describe the bug
Fatal error: Uncaught Error: Class 'Phalcon\Version' not found in C:\wamp64\www\phal\vendor\phalcon\devtools\bootstrap\autoload.php:134
Stack trace:
#0 C:\wamp64\www\phal\vendor\phalcon\devtools\phalcon(46): require()
phalcon/phalcon#1 {main}
thrown in C:\wamp64\www\phal\vendor\phalcon\devtools\bootstrap\autoload.php on line 134
The text was updated successfully, but these errors were encountered: