I did not use freeze and using unfreeze confirms this because it states: 'You can unfreeze only if you froze the symfony libraries before.'
Looking at the config of the application gives me: <?php // include project configuration include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); // symfony bootstraping require_once($sf_symfony_lib_dir.'/util/sfCore.class.php'); sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir); Looking at the config of the project gives me: <?php // symfony directories $sf_symfony_lib_dir = '/opt/local/lib/php/symfony'; $sf_symfony_data_dir = '/opt/local/lib/php/data/symfony'; Any clues? grtz BjornW Tamcy wrote: > Check config.php and see if it's pointing to your latest symfony > library. > Maybe you've freezed the project so it is using local symfony library, > that's why the version differs. > > On Aug 9, 7:28 pm, Bjorn Wijers <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Sometime ago I was working on a simple symfony test project using >> Symfony 1.0RC2. Since then I have upgraded Symfony to the latest stable >> (1.0.6) and forgot about that project. Today I wanted to upgrade this >> old project but this seems not to work. When I'm inside the projects >> directory and type: >> >> symfony -V >> >> it states: >> >> symfony version 1.0.0-rc2 >> >> Outside of the project directory it states: >> >> symfony version 1.0.6 >> >> So the symfony upgrade went well, except for this project. So I typed >> within the project directory: >> >> symfony upgrade >> >> Which states: >> >> You must provide the upgrade script to use(1.0 to upgrade to symfony 1.0 >> for example). >> >> So I typed: >> >> symfony upgrade 1.0.6 >> >> Which results in: >> >> I have no upgrade script for this release. >> >> So I gave up. What do I need to do to upgrade an older project to the >> latest version? I would like to know this for future updates and it is >> no clear to me yet. >> >> Thanks in advance for any assistance with this! >> >> All the best, >> >> grtz >> BjornW > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
