Re: [symfony-users] Re: No content

2010-01-23 Thread Gábor Fási
You can usually chmod via ftp, and clearing the cache is just deleting the contents of the cache/ folder. On Fri, Jan 22, 2010 at 23:08, Pax95 piotre...@gmail.com wrote: Is there another way to omit settting chmod and clearing cache? I have no access to shell currently. -- You received this

[symfony-users] Re: No content

2010-01-23 Thread Pax95
Btw. These errors say there're no some files and on my original project too, but in local server it works. So the problem is probably in chmod. What files exactly do i have to change persmissions? -- You received this message because you are subscribed to the Google Groups symfony users group.

Re: [symfony-users] Re: No content

2010-01-23 Thread Gábor Fási
Make the cache/ and the log/ folders writable, same for your web/uploads/ (if you use it). And make sure apache has read access to everything else. On Sat, Jan 23, 2010 at 12:43, Pax95 piotre...@gmail.com wrote: Btw. These errors say there're no some files and on my original project too, but in

Re: [symfony-users] Images belonging to a modal box are not showed

2010-01-23 Thread Gábor Fási
In the css it refers to the images as `url(images/...)`, but you need `url(/images/...)`. On Sat, Jan 23, 2010 at 13:32, Javier Garcia tirengar...@gmail.com wrote: Hi, i have installed this library to show modal windows: http://www.dolem.com/lytebox/ It works fine, but the images belonging

Re: [symfony-users] Images belonging to a modal box are not showed

2010-01-23 Thread Javier Garcia
Thanks Gábor! On 01/23/2010 01:37 PM, Gábor Fási wrote: In the css it refers to the images as `url(images/...)`, but you need `url(/images/...)`. On Sat, Jan 23, 2010 at 13:32, Javier Garciatirengar...@gmail.com wrote: Hi, i have installed this library to show modal windows:

[symfony-users] Re: Images belonging to a modal box are not showed

2010-01-23 Thread tirengarfio
Sorry i was rush..Actually it doensn't work.. I have tried also with /image.png and image.png but it still doesnt work..Anyway inside the modal box is also showed the symfony toolbar even when im in the user enviroment (frontend.php).. Javi On Jan 23, 2:11 pm, Javier Garcia

Re: [symfony-users] Re: Images belonging to a modal box are not showed

2010-01-23 Thread Gábor Fási
Did you try `url(/images/whatever.png)`? Keep in mind that while on your local server the url is different - for me it would be /projectname/web/images/imagename.png, as I stick to localhost, not creating virtual hosts, like the jobeet tutorial advises. On Sat, Jan 23, 2010 at 14:31, tirengarfio

[symfony-users] Re: sfValidatorDate in sf1.3/14 ?

2010-01-23 Thread Cristian N.
To convert a date you can use sfDateFormat (instead of doing the transformation in validator - inconsistent due to none association between regex and date fields - Alex pointed it correctly). something as: $df = new sfDateFormat(); $retDate = $df-format($data_op_tted, $pattern = 'i',

[symfony-users] Symfony Filter

2010-01-23 Thread Asif Ali M
Hello Symfonians, I am working on symfony 1.0 application. Its a kind of Software as Service model. When a user registers he will get his own site (frontend/backend). The users can signup for a 30 days trails. And we have a help document which is having backend page links. In the Backend

[symfony-users] How upload a file in dynamic folder

2010-01-23 Thread Anderson da Veiga
Hello, In symfony 1.0 I did the upload as follows: public function executeUpdate() { // Define ID do usuario que esta logado $user_id = $this-getUser()-getAttribute('user_id'); if (!$this-getRequestParameter('id')) { $news_conteudo = new NewsConteudo(); }

[symfony-users] deployment

2010-01-23 Thread Augusto Flavio
Hi all, i'm working with the deploy system of the symfony for a good time. But i have one doubt about this feature, specifically about the rsync. Here is my properties.ini: [production] host=www.domain.com port=22 -i E:\cygwin\home\Augusto\.ssh\id_rsa user=user dir=/home/USER/website

[symfony-users] related selects (dependant drop-down menus)

2010-01-23 Thread PachinSV
How can I do related (dependant) drop-down menus with symfony or using a third party library like jquery? which is the best or the easiest way to do it? thanks in advances for your answers. -- You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] Re: Pan and Zoom Javascript Library for Images

2010-01-23 Thread Magic Toolbox
Yes, Magic Touch is free to use. There is also a paid version. You can see all plans on that link above. To request a Symfony plugin, contact us http://www.magictoolbox.com/contact/ and we will investigate it. On Jan 22, 3:45 pm, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hello, Thanks for