[symfony-users] Re: SETUP SERVER

2009-05-22 Thread Alexandru-Emil Lupu
- permissions - check error log and share with us On Fri, May 22, 2009 at 7:20 AM, Nathan Rzepecki webmas...@lionslair.net.au wrote: And make sure your permissions are correct. - Nathan Rzepeckihttp://www.lionslair.net.au a Frank He wrote: Sounds like you have to

[symfony-users] Re: SETUP SERVER

2009-05-22 Thread Eno
On Thu, 21 May 2009, janlar...@gmail.com wrote: hi im trying to replicate my server to a new pc, i can now run it but my problem is that when i clear cache it delete all in the cache That's normal. and when im trying to access it does not work anymore i need to copy my cache from my old

[symfony-users] Re: SETUP SERVER

2009-05-22 Thread Frank He
I also suspect the new server configuration does not support symfony's minimum requirement, such as PDO, php 5 or whatever. On Fri, May 22, 2009 at 1:21 PM, Eno symb...@gmail.com wrote: On Thu, 21 May 2009, janlar...@gmail.com wrote: hi im trying to replicate my server to a new pc, i can

[symfony-users] Re: SETUP SERVER

2009-05-22 Thread Nathan Rzepecki
Is symfony actually installed on this new server or is your project frozen? - Nathan Rzepecki http://www.lionslair.net.au Frank He wrote: I also suspect the new server configuration does not support symfony's minimum requirement, such as PDO, php 5 or whatever. On Fri,

[symfony-users] Re: SETUP SERVER

2009-05-22 Thread David Ashwood
It's usually best to start checking that symfony is ok (assuming you're following the standard lib\vendor approach) with: php lib/vendor/symfony/data/bin/check_configuration.php php lib/vendor/symfony/data/bin/symfony -V then from the root of the project: php symfony -V php symfony

[symfony-users] Re: SETUP SERVER

2009-05-21 Thread Frank He
Sounds like you have to update your configue file, such as database.yml, app.yml, settings.yml etc. You can use frontend_dev.php to see where is the error. On Thu, May 21, 2009 at 10:22 PM, janlar...@gmail.com wrote: hi im trying to replicate my server to a new pc, i can now run it but my