Skip to content
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

Error: Class 'Cake\Utility\Validation' not found #7

Closed
phungnc opened this issue Nov 23, 2013 · 2 comments
Closed

Error: Class 'Cake\Utility\Validation' not found #7

phungnc opened this issue Nov 23, 2013 · 2 comments

Comments

@phungnc
Copy link

phungnc commented Nov 23, 2013

After I installed CakePHP3 with composer, I visited the path and met below error:

Error: Class 'Cake\Utility\Validation' not found
File: /Applications/MAMP/htdocs/Cake3Demo/App/View/Pages/home.ctp
Line: 128

After I modified home.ctp at line 24
from "use Cake\Utility\Validation;"
to "use Cake\Validation\Validation;"

It's work fine.

@ADmad
Copy link
Member

ADmad commented Nov 23, 2013

CakePHP v3 is still under heavy development, so please use it only if you intend to help with the development.

@ADmad ADmad closed this as completed Nov 23, 2013
@ADmad ADmad reopened this Nov 23, 2013
@ADmad
Copy link
Member

ADmad commented Nov 23, 2013

That said your bug report is appreciated, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants