[symfony-users] Re: help needed

2009-08-10 Thread Eric
I assume your webservers root path is /var/www Your first path /civil/web/uploads/assets/abc.jpg is absolute to this path, so it works. Your second path var/www/civil/web/uploads/assets/abc.jpg is relative. The corresponding absolute path ist var/www/var/www/civil/ web/uploads/assets/abc.jpg

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Thanks it works On Mon, Aug 10, 2009 at 5:37 PM, Eric ericteub...@googlemail.com wrote: I assume your webservers root path is /var/www Your first path /civil/web/uploads/assets/abc.jpg is absolute to this path, so it works. Your second path var/www/civil/web/uploads/assets/abc.jpg is

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Can you tell how to upload the file which have no relative path thanks On Mon, Aug 10, 2009 at 5:40 PM, asim nizam asim...@gmail.com wrote: Thanks it works On Mon, Aug 10, 2009 at 5:37 PM, Eric ericteub...@googlemail.com wrote: I assume your webservers root path is /var/www Your first

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
no i am using correct path img width=200px src=?php echo $hr_tbl_particulars-getParImage() ?/ while this show image thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] Re: help needed

2009-08-10 Thread soltani samir
Hi, the problem maybe in the path: you have writed: img width=200px src=var/www/civil/web/uploads/assets/abc.jpg/ isnt img width=200px src=/var/www/civil/web/uploads/assets/abc.jpg/ ? cordially. 2009/8/10 sunny asim...@gmail.com how to display uploaded image in template! i used img

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
sorry it is img width=200px src=/var/www/civil/web/ uploads/assets/abc.jpg/ i have stores file with this path /var/www/civil/web/ uploads/assets/abc.jpg i simply want to display thanks ause you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
ok thanks On Mon, Aug 10, 2009 at 6:11 PM, Gábor Fási maerl...@gmail.com wrote: You must have the public path over there. Assuming your webroot is /var/www, with this src your server is looking for a file in /var/www/var/www/civil/web/uploads/assets. The path you echo there should be

[symfony-users] Re: help needed

2009-08-10 Thread asim nizam
Than please tell me solution. On Mon, Aug 10, 2009 at 6:12 PM, asim nizam asim...@gmail.com wrote: ok thanks On Mon, Aug 10, 2009 at 6:11 PM, Gábor Fási maerl...@gmail.com wrote: You must have the public path over there. Assuming your webroot is /var/www, with this src your server is

[symfony-users] Re: help needed

2009-08-10 Thread Eno
On Mon, 10 Aug 2009, asim nizam wrote: Can you tell how to upload the file which have no relative path Question makes no sense. Why? Well, when you upload an image, your action stores it and sets the path, so you can set it to whatever you want in your own code. --

[symfony-users] Re: Help needed: absolutely blank page after installing symfony on a server

2008-08-19 Thread rio
That's what I did and finally solved the error (it was DB error). But it would be great if you could somehow get more readable messages instead of the standard Error 500 page in the prod environment... On 18 Авг, 22:53, Eno [EMAIL PROTECTED] wrote: On Aug 18, 12:35 pm, rio [EMAIL PROTECTED]