Development

#3419 (Command project:freeze don't work on symfony 1.1)

You must first sign up to be able to contribute.

Ticket #3419 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Command project:freeze don't work on symfony 1.1

Reported by: Garfield-fr Assigned to: fabien
Priority: major Milestone: 1.1.0 RC1
Component: other Version: 1.1.0 BETA4
Keywords: Cc:
Qualification: Unreviewed

Description

Error with this command

Change History

04/28/08 01:26:26 changed by dwhittle

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

Please provide more details.

04/28/08 10:45:47 changed by Garfield-fr

  • status changed from closed to reopened.
  • resolution deleted.

In documentation, you are this line into the chapter "Freezing a Project for FTP Transfer":
php symfony project:freeze

but i have an error:
The execution of task "project:freeze" failed.
- Not enough arguments.
symfony project:freeze symfony_data_dir

what's the correct syntax ?
path for symfony_data_dir ?

05/01/08 01:21:51 changed by Garfield-fr

My log error:

PHP Warning: rename(/www/virtualhosts/symfonybeta/data/symfony/web/sf,/www/virtualhosts/symfonybeta/web/sf): No such file or directory in /www/svn/sf11b4/lib/task/sfFilesystem.class.php on line 189
PHP Stack trace:
PHP 1. {main}() /www/virtualhosts/symfonybeta/symfony:0
PHP 2. include() /www/virtualhosts/symfonybeta/symfony:15
PHP 3. sfSymfonyCommandApplication->run() /www/svn/sf11b4/lib/command/cli.php:20
PHP 4. sfTask->runFromCLI() /www/svn/sf11b4/lib/command/sfSymfonyCommandApplication.class.php:65
PHP 5. sfBaseTask->doRun() /www/svn/sf11b4/lib/task/sfTask.class.php:75
PHP 6. sfProjectFreezeTask->execute() /www/svn/sf11b4/lib/task/sfBaseTask.class.php:61
PHP 7. sfFilesystem->rename() /www/svn/sf11b4/lib/task/project/sfProjectFreezeTask.class.php:84
PHP 8. rename() /www/svn/sf11b4/lib/task/sfFilesystem.class.php:189

05/06/08 16:24:02 changed by fabien

documentation fixed in r8808

05/06/08 16:27:46 changed by fabien

  • status changed from reopened to closed.
  • resolution set to fixed.
  • milestone changed from 1.1.0 to 1.1.0 RC1.

in r8809