Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: Connection, Data Fixtures
-
Labels:None
-
Environment:Bunch of unix systems (MacOS, Ubuntu), symfony version 1.4.4-DEV
Description
I can't no more load my fixtures,
it's seem that Doctrine connection->unitOfWork->buildFlushTree() screw up the Model relation ordering, because some of my fixtures are loaded to soon (and I have a constrain fail).
There is nothing strange about my fixtures / models, I even don't change anything for days (and that worked perfectly fine yesterday).
I've tried to use
doctrine http://doctrine.mirror.svn.symfony-project.com/tags/1.2.1/lib/
instead of
doctrine http://doctrine.mirror.svn.symfony-project.com/branches/1.2/lib
in my lib/vendor/symfony/plugins/sfDoctrinePlugin/lib/vendor svn:externals, and the problem disapear.
Perhaps a bug as been introduced in the 1.2 branche ?
Issue Links
- is required for
-
DC-376
Doctrine_Import_Builder buildSetUp - sorting relations before generation
-
Activity
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
- 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=DC-535, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Can you identify which changeset caused the problem?