I am using symfony 1.4, and a Windows Server Web Edition 2008 R2.
It only works if project is at root on C: If project is in inetpub or any folder, I'm having a blank page. So here is php53_errors.log:
- Code: Select all
[09-Mar-2012 14:46:27 UTC] PHP Fatal error: require(): Failed opening required 'C:/myproject/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineDatabase.class.php' (include_path='.;C:\php\pear') in C:\inetpub\myproject\cache\intranet\prod\config\config_core_compile.yml.php on line 95
I don't know why it is searching at C:\myproject instead of C:\inetpub\myproject...
Thank you for your help.
