Le 12/05/2011 09:05, Glenn Z a écrit :
I'm a Symfony newbie.  I inherited a project and for some reason, I
can’t get the files to run on my dev server.  There is a full working
site on production and all I need to do is make some easy html type
changes, which I could just go into the code and do...

Environment:
WAMP installed and running properly.
PEAR is installed and seems to be running when I hit a test script.
I can run queries in MySql from php, mod_rewrite, etc.
I have Symfony installed (I think) - it seems the error handling works
anyway.

I have this installed on D: as you can see from the warning.  It’s not
so obvious to me where I need to go from here, but it seems like there
is some configuration somewhere that is just not dialed in yet.

Thanks for any help/advice you can give,

Error:


( ! ) Warning: require(/home/giftngn/giftngn/lib/vendor/symfony/lib/
plugins/sfDoctrinePlugin/lib/database/sfDoctrineDatabase.class.php)
[function.require]: failed to open stream: No such file or directory
in D:\wamp\www\home\giftngn\giftngn\lib\vendor\symfony\lib\autoload
\sfAutoload.class.php on line 18
You need to remove the cache files (the autoload is one of them in symfony1) as they contain some absolute path which are specific to the machine where they were generated. The error message says that it tries to include the file //home/giftngn/giftngn/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineDatabase.class.php/ which is a Linux path, not a Windows one. So it cannot work.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to