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
PHP Fatal error: Uncaught Error: Class 'phpDocumentor\Reflection\DocBlockFactory' not found in myproject/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsNormalizer.php:85
Stack trace:
#0 myproject/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/BatchJobs/v201607/BatchJobs.php(75): Google\AdsApi\AdWords\AdWordsNormalizer->__construct(NULL, Object(Google\AdsApi\AdWords\BatchJobs\DotRemoverNameConverter))
#1 myproject/index.php(179): Google\AdsApi\AdWords\BatchJobs\v201607\BatchJobs->__construct()
#2 {main}
thrown in myproject/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsNormalizer.php on line 85
It seems that the dependency phpdocumentor is not added in composer.json:
composer require phpdocumentor/phpdocumentor
Running that command doesn't solve for me the bug, so, I don't know how to autoload that.
The text was updated successfully, but these errors were encountered:
Related with issue #145 in experimental branch:
It seems that the dependency phpdocumentor is not added in composer.json:
Running that command doesn't solve for me the bug, so, I don't know how to autoload that.
The text was updated successfully, but these errors were encountered: