[symfony-users] Re: Custom directory structure

2010-06-10 Thread Ragnis
I made symlink but it still displays that error. On Jun 6, 4:02 pm, rooster (Russ) russmon...@gmail.com wrote: On Jun 6, 9:21 am, Ragnis ragnis.ar...@gmail.com wrote: I can't learn it if I can't get it to work. Theese framework guys never think about those who are using shared hosting.

[symfony-users] Re: Custom directory structure

2010-06-07 Thread Tom Ptacnik
Try to simulate this localy on your computer. It must work. I've easily changed the project web folder. On 3 čvn, 07:47, Ragnis ragnis.ar...@gmail.com wrote: No. In public_html/pub there are only index.php, frontend_dev.php and image/css/javascript files. On Jun 1, 9:34 am, Tom Ptacnik

[symfony-users] Re: Custom directory structure

2010-06-06 Thread Ragnis
I can't learn it if I can't get it to work. Theese framework guys never think about those who are using shared hosting. On Jun 5, 9:58 pm, Eno symb...@gmail.com wrote: On Fri, 4 Jun 2010, Ragnis wrote: Why does it even have to be so complicated.. Actually its not, symfony is quite flexible

[symfony-users] Re: Custom directory structure

2010-06-06 Thread pghoratiu
I think that it was your mistake by choosing the wrong tool for the job. Given your requirements (strict shared hosting environment) CodeIgniter would be a better fit. In the future if you commit to symfony try searching for a shared hosting provider that is more symfony friendly (there are

[symfony-users] Re: Custom directory structure

2010-06-06 Thread rooster (Russ)
On Jun 6, 9:21 am, Ragnis ragnis.ar...@gmail.com wrote: I can't learn it if I can't get it to work. Theese framework guys never think about those who are using shared hosting. The way restrictive shared hosts set up their environments causes problems for any kind of decent sized web

Re: [symfony-users] Re: Custom directory structure

2010-06-05 Thread Eno
On Fri, 4 Jun 2010, Ragnis wrote: Why does it even have to be so complicated.. Actually its not, symfony is quite flexible but it *does* require you read and learn the framework to use it well. -- -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Re: Custom directory structure

2010-06-04 Thread Tom Ptacnik
Ok, so the error is right :) Now why is autoload searching for that plugin in the public_html, if you only set the webDir there, and the rest of the app is in the private_html? What if you try this original line in the ProjectConfiguration: require_once

[symfony-users] Re: Custom directory structure

2010-06-04 Thread Ragnis
Still nothing... Why does it even have to be so complicated.. On Jun 4, 9:51 am, Tom Ptacnik to...@tomor.cz wrote: Ok, so the error is right :) Now why is autoload searching for that plugin in the public_html, if you only set the webDir there, and the rest of the app is in the private_html?

[symfony-users] Re: Custom directory structure

2010-06-02 Thread Ragnis
No. In public_html/pub there are only index.php, frontend_dev.php and image/css/javascript files. On Jun 1, 9:34 am, Tom Ptacnik to...@tomor.cz wrote: Is there (/home/xx/public_html/api/lib/vendor/symfony/lib/ plugins/sfDoctrinePlugin/lib/database/) the file sfDoctrineDatabase.class.php ? On

[symfony-users] Re: Custom directory structure

2010-06-01 Thread Tom Ptacnik
Is there (/home/xx/public_html/api/lib/vendor/symfony/lib/ plugins/sfDoctrinePlugin/lib/database/) the file sfDoctrineDatabase.class.php ? On 27 kvě, 16:45, Ragnis ragnis.ar...@gmail.com wrote: Nothing changed. Still theese errors: Warning:

[symfony-users] Re: Custom directory structure

2010-05-27 Thread Tom Ptacnik
I think it can be done easily... it's just about moving the web folder somewhere else. And you have to configure you virtual in a right way of course. Virtual - classic - for you into public_html/api don't forget for alias for vendor/symfony/data/web/sf (The Alias statement is necessary for

[symfony-users] Re: Custom directory structure

2010-05-27 Thread Ragnis
Nothing changed. Still theese errors: Warning: require(/home/xx/public_html/api/lib/vendor/symfony/lib/ plugins/sfDoctrinePlugin/lib/database/sfDoctrineDatabase.class.php) [function.require]: failed to open stream: No such file or directory in