Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: Git Master
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
Description
Using the StaticPHPDriver throws PHP Error Undefined property: Doctrine\ORM\Mapping\Driver\StaticPHPDriver::$_classNames
this is due to the class not having the two required instance variables $this->_classNames and $this->_fileExtension.
Activity
Steven Rosato
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 0001-DDC-1056-PHPStaticDriver-was-missing-two-instance-va.patch [ 10949 ] |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0.2 [ 10116 ] | |
| Fix Version/s | 2.1 [ 10022 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12444 ] | jira-feedback [ 14783 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 14783 ] | jira-feedback2 [ 16647 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 16647 ] | jira-feedback3 [ 18900 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-1056, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
I have attached the patch that resolves the issue.