[symfony-users] Re: I can't install symfony

2009-10-11 Thread Eno
On Sun, 11 Oct 2009, mini_alexander wrote: > thx but I have error during symfony freeze - I will create other > subject. Please read the Getting Started guide: http://www.symfony-project.org/getting-started/1_2/en/ Without knowing how to install and/or deploy symfony projects you will continue

[symfony-users] Re: I can't install symfony

2009-10-11 Thread mini_alexander
thx but I have error during symfony freeze - I will create other subject. On 11 Paź, 11:04, Gábor Fási wrote: > Download the symfony code again (since you've deleted it), and > uncompress it into your project's lib/vendor/symfony folder,then > modify your config/ProjectConfiguration.class.php to

[symfony-users] Re: I can't install symfony

2009-10-11 Thread Gábor Fási
Download the symfony code again (since you've deleted it), and uncompress it into your project's lib/vendor/symfony folder,then modify your config/ProjectConfiguration.class.php to have the following require_once: require_once dirname(__FILE__) . '/../lib/vendor/symfony/lib/autoloa/sfCoreAutoload

[symfony-users] Re: I can't install symfony

2009-10-11 Thread Alexandru-Emil Lupu
No offence, but get back to jobeet tutorial and maybe further... back to php ... you have to understand that your "Symfony-1.2.9" folder is actually the symfony core folder ... Also ... if you copy the "symfony-1.2.9" to lib, won't help a little bit ... You might use simplest method of "Symfony pro

[symfony-users] Re: I can't install symfony

2009-10-11 Thread mini_alexander
ok - css and images don't work only with default symfony source website. When I create my own default website - css and images work. I have one more question - when I deleting "C:\Program Files\WebServ \httpd\symfony-1.2.9" my project doesn't work - I have an error: Warning: require_once(C:\Progr

[symfony-users] Re: I can't install symfony

2009-10-10 Thread Gábor Fási
In the sandbox the contents of the /sf folder are copied in web/sf, just copy it there and it'll work. On Sat, Oct 10, 2009 at 21:55, mini_alexander wrote: > > But this alias is only for showing default symfony site with css and > images ? I didn't use alias in symfony sandbox. So this alias isn

[symfony-users] Re: I can't install symfony

2009-10-10 Thread mini_alexander
But this alias is only for showing default symfony site with css and images ? I didn't use alias in symfony sandbox. So this alias isn't obligatory ? When I change default symfony website everything will be ok without this alias ? On 10 Paź, 21:37, david wrote: > When switching like this - it's

[symfony-users] Re: I can't install symfony

2009-10-10 Thread david
When switching like this - it's a good idea to go back to basics and Jobeet: http://www.symfony-project.org/jobeet/1_2/Doctrine/en/01#chapter_01_web_server_setup_the_secure_way You need to configure the sf alias On Sat, 10 Oct 2009 21:28:48 +0200, mini_alexander wrote: > > On this site: