简体   繁体   中英

Access to undeclared static property: Gedmo\Uploadable\Mapping\Validator::$validateWritableDirectory Symfony2

please, why it wrotes me this error: ** Access to undeclared static property: Gedmo\\Uploadable\\Mapping\\Validator::$validateWritableDirectory** ?? My files:

Thank you for your help

In the composer.json

change this two lines:

"gedmo/doctrine-extensions": "v2.3.2",
"stof/doctrine-extensions-bundle": "~1.1@dev"

to this one:

"stof/doctrine-extensions-bundle": "v1.1.0"

In my case it was helpful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM