Hi,
Here is my problem with redirects.
user/profile?id=1&name=robert
after redirects
user/profile/id/1/name/robert
Can it be just
user/profile?id=1&name=robert
Hope you can help me
Thanks
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-p
Between FormBuilder & ThemeRenderer, I can't seem to figure out how to
simply add a field with a custom label:
$builder->add('fname', 'text', array('label' => 'First Name');
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You recei
Thanks! I just needed to chmod /home/ahertz to 755.
On Apr 8, 12:37 pm, Haris Fauzi wrote:
> Hi Alex,
>
> If you want to place your files under your HOME accessible to Apache, you
> have to give rx permission from / all the way down to the directory where
> you setup your DocumentRoot. If you ins
Le 10/04/2011 23:49, Malc a écrit :
Basically it's working, but I always get some of the following
error's:
Catchable fatal error: Object of class could not be converted to
string in src\web\vendor\symfony\src\Symfony\Component\Form
\EntityChoiceField.php on line 243.
Can anybody tell me ,
Basically it's working, but I always get some of the following
error's:
Catchable fatal error: Object of class could not be converted to
string in src\web\vendor\symfony\src\Symfony\Component\Form
\EntityChoiceField.php on line 243.
Can anybody tell me , how to fix that ? Did I forget someth
Hi
How i get the user data storaged into session, i've sow all user is in
session but how can get id for example??
i've saw i can get it by :
$session->get("_security_main")
but it's serialized
thanks
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfon
Hi everyone,
Is AdminBundle working in PR10 ? I am not able to make it work at all ...
I followed the instructions from the Resources/doc .
--
Cezar
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message bec
I recently upgraded to 1.4.12 and this has produced the odd error
where form input is escaping quotes on entry to the system. By this I
mean I echoed the clean & bound form and the text field showed the
escaped text e.g.
\"This is quoted\"
Any idea why this is happening and what I can do to unesc
Just had the idea.. do I need to add a Request Class with the name of my
Model too?
I just tested exactly the same like in the book:
http://symfony.com/doc/2.0/book/validation.html (using PR10)
1. created the Author in Application\UserBundle\Author.php
2. added it to the Application\UserBundle
yes i did all of these stuf but it didnt work
2011/4/9 Haris Fauzi
> Try to clear cache directory:
> C:\development\sfprojects\gestion des competences> del cache\*.*
> (You're using Windows right?)
>
> Haris
>
> On 10 April 2011 01:52, mohamed sabri ben sassi <
> mohamedsabri.bensa...@gmail.com>
I have the same problem, and unfortunately I take a look to the API (or
source) of this class to see what's possible..
I don't think this is going to be an easy part for the IDE, as String
paramaters usually don't get evaluated on 'development time'..
Because the depency injector is actually a
11 matches
Mail list logo