Development

#1915 (propel-load-data throws exception)

You must first sign up to be able to contribute.

Ticket #1915 (closed defect: fixed)

Opened 2 years ago

Last modified 5 months ago

propel-load-data throws exception

Reported by: Andrejs.Verza Assigned to: fabien
Priority: minor Milestone: 1.1.0
Component: model Version: 1.0.5
Keywords: Cc:
Qualification:

Description

This error occures only with symfony latest version (trunk build 4483):

>symfony propel-load-data frontend
>> propel    load data from "[path]\data\fixtures"


  [PropelException]
  No connection params set for propel

symfony v1.0.5 works fine there.

Change History

06/29/07 19:58:10 changed by Andrejs.Verza

The problem is probably with this file:

  /data/bin/symfony.php

The autoload() has been removed in the latest build.

06/29/07 19:59:56 changed by Andrejs.Verza

PS: I am using the latest version of PHP (v5.2.3).

07/07/07 17:57:22 changed by Tiago.Ribeiro

I have upgraded to latest revision (r4552) and I'm getting the same error.

07/16/07 15:40:10 changed by fabien

  • milestone set to 1.1.0.

07/16/07 15:42:52 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [4629]) fixed propel-load-data + added a new --connection option (closes #1915)

07/30/08 17:27:39 changed by nicolas

(In [10512]) [1.1] fixed "No connection params set for propel" PropelException thrown in Propel command line tasks under certain circumstances (refs #3323, #2702, #1915)

07/30/08 17:28:20 changed by nicolas

(In [10513]) [1.2] backport of r10512 - fixed "No connection params set for propel" PropelException thrown in Propel command line tasks under certain circumstances (refs #3323, #2702, #1915)