Re: [symfony-users] Re: I don't see images in production in a shared server

2010-06-15 Thread Pablo Rodriguez Monedero
Can you make a link to the directory?

ln -s /sf /PATH/TO/DIR

On Tue, Jun 8, 2010 at 1:13 PM, Eno  wrote:

> On Mon, 7 Jun 2010, Javier Garcia wrote:
>
> > When I say "minimum" I'm thinking in price :).
>
> Most of your problems stem from the fact that your hosting provider
> doesn't allow certain config directives needed for symfony. So just find a
> provider that does. I use cheap virtual servers but they do require you
> know how to setup and maintain a Linux server but that might not be
> appropriate for you. You'll have to do some research and find something
> you can manage. The symfony wiki has some useful info:
> http://trac.symfony-project.org/wiki#Installingsymfony
>
>
>
> --
>
>
>
> --
> 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
>



-- 
---
. Pablo Rodriguez Monedero.
. http://dailycosas.net
. .
.  "There are only 10 types of people:.
. Those who understand binary,.
. and those who don't".
---

-- 
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


Re: [symfony-users] Re: I don't see images in production in a shared server

2010-06-08 Thread Eno
On Mon, 7 Jun 2010, Javier Garcia wrote:

> When I say "minimum" I'm thinking in price :).

Most of your problems stem from the fact that your hosting provider 
doesn't allow certain config directives needed for symfony. So just find a 
provider that does. I use cheap virtual servers but they do require you 
know how to setup and maintain a Linux server but that might not be 
appropriate for you. You'll have to do some research and find something 
you can manage. The symfony wiki has some useful info:
http://trac.symfony-project.org/wiki#Installingsymfony



-- 



-- 
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


[symfony-users] Re: I don't see images in production in a shared server

2010-06-07 Thread Javier Garcia
When I say "minimum" I'm thinking in price :).

Javi

On Jun 8, 4:48 am, Eno  wrote:
> On Mon, 7 Jun 2010, Javier Garcia wrote:
> > Ok Eno, anyway I forgot to say that even the .css and .js from the
> > plugins are not loaded. Is there any way to mend it or should I copy
> > them also manually?
>
> It depends. If those plugins are using symlinks, then you might need to
> replace them with the actual files, if your web server is configured to
> not follow symlinks.
>
> --

-- 
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


[symfony-users] Re: I don't see images in production in a shared server

2010-06-07 Thread Javier Garcia
One more: what is the minimum "recommend setup"? VPS, dedicated
server?

Javi


On Jun 8, 4:48 am, Eno  wrote:
> On Mon, 7 Jun 2010, Javier Garcia wrote:
> > Ok Eno, anyway I forgot to say that even the .css and .js from the
> > plugins are not loaded. Is there any way to mend it or should I copy
> > them also manually?
>
> It depends. If those plugins are using symlinks, then you might need to
> replace them with the actual files, if your web server is configured to
> not follow symlinks.
>
> --

-- 
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


Re: [symfony-users] Re: I don't see images in production in a shared server

2010-06-07 Thread Eno
On Mon, 7 Jun 2010, Javier Garcia wrote:

> Ok Eno, anyway I forgot to say that even the .css and .js from the
> plugins are not loaded. Is there any way to mend it or should I copy
> them also manually?

It depends. If those plugins are using symlinks, then you might need to 
replace them with the actual files, if your web server is configured to 
not follow symlinks.



-- 


-- 
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


[symfony-users] Re: I don't see images in production in a shared server

2010-06-07 Thread Javier Garcia
Ok Eno, anyway I forgot to say that even the .css and .js from the
plugins are not loaded. Is there any way to mend it or should I copy
them also manually?

Javi




On Jun 7, 6:33 pm, Eno  wrote:
> On Mon, 7 Jun 2010, Javier Garcia wrote:
> > On 06/07/2010 03:16 PM, Eno wrote:
> > > You need to setup the /sf alias in your web server configuration:
>
> > Thanks Eno, but my app is in a shared host, so i can not modify the
> > server configuration.
>
> Not a recommended setup. Im also guessing the remote server won't have
> symfony installed and so won't have the sf folder available anyway. Looks
> like your only option is to create the sf folder inside your public web
> folder and copy all images, stylesheets and javascript there manually.
>
> --

-- 
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