did you clear the cache?
James
On Feb 23, 2009, at 2:34 AM, DeepakBhatia wrote:
>
> Hi,
>
> I have changed the session time out to 32400 in the factories.yml file
> in
>
> apps/front/config/factories.yml
>
> But still session timeout is happening after the default 30 Minutes
> (1800 Sec).
>
>
Hi,
I have changed the session time out to 32400 in the factories.yml file
in
apps/front/config/factories.yml
But still session timeout is happening after the default 30 Minutes
(1800 Sec).
==
user:
class: myUser
param:
timeout: 32400
==
I have found PHPExcel to consume a LOT of memory. Was trying to export
30,000 rows, lots of memory issues.
Memory issues were resolved when I switched to the pear libary
SPREADSHEET_EXCEL_WRITER
Which I would recommend, it is a little bit buggy, but will do for
most things.
Your other option as Fa
Development - Ubuntu 8
Production/Test - Red hat enterprise Linux
Both seem to work well, would recommend both.
On Feb 21, 6:39 pm, Alexandru-Emil Lupu wrote:
> i am developing symfony apps on different types of ubuntu (7.10, 8.04 , 8.10
> ), it works perfect.
>
> On Fri, Feb 20, 2009 at 10:24
Hi !
My application needs a complex credential handling that sfGuardPlugin
or basic Symfony credentials handling can't deal with.
I need each user to have differents credentials on different
"domains".
Each current domain is defined dynamically as it's part of the
application data.
For instance,
Hi,
I had installed PHPExcel class using sfPhpExcel Plugin in the plugins
directory.
Then I executed "symfony cc".
After that things started working.
Chapter 2 - Class Autoloading gives a fairly good idea about the same.
=
Cl
I don't know, i've never tried it :)
as I said, go on the #symfony channel on freenode and look for
"pcahard"
On Feb 22, 7:50 pm, XinJia wrote:
> Voila after svn update. Thanks Jukea. But there should be a little
> problem with _show.php, field name can't be shown. It seems the label
> of field
Thanks for your suggestion Lawrence. But I don't like it because it requires
an extra step and breaks the built-in task
doctrine:build-all-reload-test-all (because I need my views created between
DB build and tests).
Thanks to the tutorial published on symfony blog yesterday, I found a way to
get
Voila after svn update. Thanks Jukea. But there should be a little
problem with _show.php, field name can't be shown. It seems the label
of field must be set, isn't it? Thanks.
- XJ
On Feb 22, 8:14 am, jukea wrote:
> I remember talking to the developer about that and asked him to add
> table_me
did you figure this out? Am having a similar problem...
On Feb 5, 11:14 am, Рустам wrote:
> I did it the first
>
> 2009/2/5 Sid Bachtiar :
>
>
>
> > Try to execute "symfony cc" or "symfony cache:clear"
>
> > I think you always need to execute that everytime you have a new class.
--~--~
Hi
I want to upgrade my sandbox from 1.1.1 to 1.1.7. I don't have a pear. Can I
only replace files in \lib\symfony dir ? How can I do it properly?
Thank you!
Rafał
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"
@ Lawrence
I found the method on this link
http://www.symfony-project.org/book/doctrine/1_2/en/06-Working-With-Data
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group,
Hello,
I was also interested in some official progress on that plugin few month
ago, but still no news...
Personally I am using own fork of sfSimpleCMS on sf1.1 with propel 1.3
The cinxgler's post was very helpfull, see on this thread:
http://forum.symfony-project.org/index.php/m/65730/
Also
I don't think categories are intended to be deleted. If your
implementation of Jobeet has different requirements, by all means add
an onDelete constraint to your schema.
--
Kris Wallsmith | Community Manager
kris.wallsm...@symfony-project.com
Portland, Oregon USA
http://twitter.com/kriswalls
Hi.
These aren't form filters, they're filter forms. Here they are -
http://www.picamatic.com/view/2398002_screenshot-filterforms/
On Sun, Feb 22, 2009 at 10:05, dreur wrote:
>
> Just made the switch from 1.1 to 1.2 and was wondering what those
> filter are ?
>
> Thanks
>
> >
>
--
With the b
Sorry for the double post, it seems that it took some time for the
message to get updated
and I haven't noticed I submitted it before.
This issue is no longer an issue, thanks.
On Feb 22, 11:23 am, Liran Tal wrote:
> Hey,
>
> I'm using Symfony 1.2, I am trying to add an upload control to my
>
Thanks man, I just found it is my stupid fault.
In IE, I am detecting the browser closing event as I want to auto-logout
user when they close the browser. That javascript caused the error. Whenever
the browser is being detected as closing, user is logout automatically, and
that is why they have to
are you sure your browser settings for FF and IE are same?
--~--~-~--~~~---~--~~
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 fr
Did you edit apps//lib/myUser.class.php to extend
sfGuardSecurityUser?
*THEN* clear the cache?
On 22 Feb 2009, at 18:36, ckemmler wrote:
>
> yep, and now everytime I try to (re-) install the plugin it just says:
>>> plugininstalling plugin "sfGuardPlugin"
>
> but that's it
>
> On Feb 22,
Just for later readers: He used the method
$form->setDefault('hidden_field', 'hidden_value') after creating the
form.
Bernhard
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this
yep, and now everytime I try to (re-) install the plugin it just says:
>> plugininstalling plugin "sfGuardPlugin"
but that's it
On Feb 22, 7:31 pm, Tom Haskins-Vaughan
wrote:
> Have you tried clearing the cache?
>
> $ ./symfony cc
>
>
>
> ckemmler wrote:
> > (I'm using the tutorial for symp
Have you tried clearing the cache?
$ ./symfony cc
ckemmler wrote:
> (I'm using the tutorial for symphony 1.2)
>
> following, the whole output of installing the sfGuardPlugin for me,
> i.e. it doesn't give me the
>
>>> sfSymfonyPluginManager Installation successful for plugin "sfGuardPlugin"
>
That's it! it works. Thank you all for the answers.
:-)
On Feb 22, 1:57 pm, ckemmler wrote:
> Here's what I get when trying your method:
>
> Catchable fatal error: Argument 1 passed to sfFormPropel::__construct
> () must be an instance of BaseObject, array given, called in /eclipse/
> workspace
(I'm using the tutorial for symphony 1.2)
following, the whole output of installing the sfGuardPlugin for me,
i.e. it doesn't give me the
>> sfSymfonyPluginManager Installation successful for plugin "sfGuardPlugin"
message
I also get the following message when trying to connect to my
applicati
Hey,
I'm using Symfony 1.2, I am trying to add an upload control to my
module and after making the necessary steps as I was reading on the
net I am receiving the following error "Unexpected extra form field
named" for each of forms' fields (the fields mentioned in the schema)
for example:
Unexpec
Recently, I have begun to sporadically see the following error
messages in my error log:
Unable to read cache file "/cache/frontend/prod/config/routing/
symfony.routing.data.cache".
Obviously, this file can be read since otherwise the entire site
wouldn't work. What could be the reasons for thi
Hey,
I'm using Symfony 1.2, I am trying to add an upload control to my
module and after making the necessary steps as I was reading on the
net I am receiving the following error "Unexpected extra form field
named" for each of forms' fields (the fields mentioned in the schema)
for example:
Unexpec
Just made the switch from 1.1 to 1.2 and was wondering what those
filter are ?
Thanks
--~--~-~--~~~---~--~~
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@googleg
sf1.1 + linux
Hi,
I'm looking for a CMS plugin and I was wondering if there were any plans
to port sfSimpleCMSPlugin to symfony 1.1+. I mean to take advantage of
the new form framework.
Thanks.
Tom
--
Tom Haskins-Vaughan
Temple Street Media: Design and Development for the Web
t...@templestr
:-(,
really stupid mistake from my side.
Yes, making it Alias instead of ScriptAlias worked. problem with copy paste
attitude. I spent around 4 to 5 hours trying to figure out the solution.
While trying to fix the issue, i copied the contents from PEAR sf folder to
web/sf folder, even then it d
Sounds very interesting! I think I can use that on a current project.
What about proposing to include it with sfFormExtraPlugin? ;-)
Bernhard
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
T
I also considered this issue in first, and put these lines in the header:
now when I use back button in IE, I got
Webpage has expiredError.
I have to refresh the page to view it.
This never happened in Firefox. What IE is doing here? Any solution to make
it work?
On Sun, Feb 22, 2009 at
Here's what I get when trying your method:
Catchable fatal error: Argument 1 passed to sfFormPropel::__construct
() must be an instance of BaseObject, array given, called in /eclipse/
workspace/playtype/apps/frontend/modules/media/actions/
actions.class.php on line 25 and defined in /eclipse/work
Any guess?
I see that it doesn't matter if I set path in sfValidatorFile or if
not, it still saves file twice. If I commen return statement in
generateFilename() in sfValidatorFile.class.php, it helps. But this is
not an elegant solution because we alter Symfony Core file which will
be overwritte
On 22 Feb 2009, at 09:48, James Cauwelier wrote:
> It wouldn 't be slower, but come with other difficulties. Think about
> what happens when you want to clear the cache. You would have to
> remove a huge number of files which would take quite a while. This
> does not have to be a problem, but
Please. Any comment? I should be fix the chapter of jobeet book?
--~--~-~--~~~---~--~~
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 unsubscrib
It wouldn 't be slower, but come with other difficulties. Think about
what happens when you want to clear the cache. You would have to
remove a huge number of files which would take quite a while. This
does not have to be a problem, but it may be that you won't be able to
clear the cache with t
37 matches
Mail list logo