Thank you. Either I like being dizzy or something else is wrong with me :-). I am on a project where the development envioronment is hitting the same repository and it works. Mine does not. We are using the same OS and virtually everything is identical.
The "c:\svnName\ProjectName\config.php" file has $sf_symfony_lib = 'C:\program files\xampp\php\pear/symfony' and $sf_symfony_data_dir = 'C:\program files\xampp\php\pear\data/symfony' I just did a search for php.exe and found two. The path is pointed to the php.exe in the c:\program files\xampp\php BUT I see "C:\program files\xampp\php\php4", directory. I confirmed I have PHP Version: 5.2.1 but if there is another php version HOW do I remove it? Do I simply nuke the php4 directory? This is a production build so we do not have a sandbox. Thank you for replying Luciano. Barton From: Luciano A. Andrade <[EMAIL PROTECTED]> To: symfony-users@googlegroups.com Sent: Thursday, May 10, 2007 6:53:39 AM Subject: [symfony-users] Re: One Step Forward__Dizzy_Please Help. Look at your config/config.php there shuld be a somthing like $sf_symfony_data_dir = 'c:\Program Files\xampp\php\pear\symfony\data'; amount other all pointing to the symfony instalation my look like this (on unix) $sf_symfony_lib_dir = '/usr/src/symfony/lib'; $sf_symfony_data_dir = '/usr/src/symfony/data'; or on windows (from the sand box) $sf_symfony_lib_dir = dirname(__FILE__).'/../lib/symfony'; $sf_symfony_data_dir = dirname(__FILE__).'/../data/symfony'; if you already have the project directory in place you just need to point this variables to your symfony/lib and symfony/data, may be lib/symfony and data/symfony, just look for then. if you have the command line symfony you could run a freeze witch copy your symfony and symfony/data to your projects lib and data respectibly if you don't have the command line, just look for the .bat (on windows) on the data/bin, there you just need to change the php path . PD: if you Dizzy you may considere start with a new instalation On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > First of all I am sorry but I could not post to the Installation and > Setup category. I have read virtually all postings and have done a > lot of isolation to no avail. I would be grateful for ANY assistance > anyone can provide. > > I am attempting to do a production install on Windows XP. I un- > installed and then reinstalled > > symfony yesterday and it looked like I was making progress but today I > did the same thing and no > > soup for me. > > Uninstalled > installed symfony (pear install symfony/symfony) : > C:\Program Files\xampp\php>pear install symfony/symfony > downloading symfony-1.0.2.tgz ... > Starting to download symfony-1.0.2.tgz (1,903,264 bytes) > ..............done: 1,903,264 bytes > install ok: channel://pear.symfony-project.com/symfony-1.0.2 > > I have verified the php.ini and the httpd files are correct. > I have verified the Configuration File (php.ini) Path C:\Program > > Files\xampp\apache\bin\php.ini > > sfCore.class.php is there today (after uninstall/then a install). > Line 77 of sfCore.class reads: > include ($sf_symfony_data_dir.'/config/constants.php'); > That file is present. > > My path seems to be correct - including the application files > (frontend_dev.php) > > The version of Symfony is 1.0.2 > The version of pear is 1.4.9 > PHP Version: 5.2.1 > Zend Engine Version: 2.2.0 > Running on: Windows NT ATL-16Kdf.... 5.1 build 2600 (XP) > > pear remote-list -c symfony > CHANNEL SYMFONY AVAILABLE PACKAGES: > =================================== > PACKAGE VERSION > pake 1.1.4 > sfEzpdo -n/a- > symfony 1.0.2 > > Restart apache > Go to firefox. attempt to open http://localhost/frontend_dev.php/product > > > I am getting dizzy uninstalling and installing symfony. > > Here is where I am > today===================================================================: > Warning: sfCore::include(C:\Program Files\xampp\php\pear\data/symfony/ > config/constants.php) > > [function.sfCore-include]: failed to open stream: No such file or > directory in C:\Program > > Files\xampp\php\PEAR\symfony\util\sfCore.class.php on line 77 > > Warning: sfCore::include() [function.include]: Failed opening 'C: > \Program > > Files\xampp\php\pear\data/symfony/config/constants.php' for inclusion > > (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program > > Files\xampp\php\PEAR\symfony\util\sfCore.class.php on line 77 > > Warning: Cannot modify header information - headers already sent by > (output started at > > C:\Program Files\xampp\php\PEAR\symfony\util\sfCore.class.php:77) in C: > \Program > > Files\xampp\php\PEAR\symfony\exception\sfException.class.php on line > 101 > > Warning: sfException::include(C:\Program Files\xampp\php\pear\data/ > symfony/data/exception.php) > > [function.sfException-include]: failed to open stream: No such file or > directory in C:\Program > > Files\xampp\php\PEAR\symfony\exception\sfException.class.php on line > 149 > > Warning: sfException::include() [function.include]: Failed opening 'C: > \Program > > Files\xampp\php\pear\data/symfony/data/exception.php' for inclusion > > (include_path=';C:\SageSVN\sage;;C:\Program Files\xampp\php\pear/ > symfony\vendor;.;C:\Program > > Files\xampp\php\pear\') in C:\Program > > Files\xampp\php\PEAR\symfony\exception\sfException.class.php on line > 149 > > ----------------------------------------------------------------------------------------------- > Here is where I was yesterday. > Getting fewer error messages. Here they are: > > Warning: require_once(C:\Program Files\xampp\php\pear/symfony/util/ > sfCore.class.php) > > [function.require-once]: failed to open stream: No such file or > directory in > > C:\SageSVN\sage\apps\frontend\config\config.php on line 7 > > Fatal error: require_once() [function.require]: Failed opening > required 'C:\Program > > Files\xampp\php\pear/symfony/util/sfCore.class.php' (include_path='.;C: > \Program > > Files\xampp\php\pear\') in C:\SageSVN\sage\apps\frontend\config > \config.php on line 7 > > > > ISOLATION: > > I checked C:\SageSVN\sage\apps\frontend\config\config.php on line 7 > and it reads: > > require_once($sf_symfony_lib_dir.'/util/sfCore.class.php'); > sfCore.class.php was missing. Did an unstall (pear uninstall > symfony/symfony. > > ================================================== > > Any ideas? > > Thank you, > Barton > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---