[symfony-users] Re: Creating a cron job script

2010-11-30 Thread DrFrow
Thanks for the reply Gábor Fási, very helpful and I like the way it
works. Little word of advice for "Newbies", use the command line
commands to create the task, it puts all the code in place for you.
"symfony generate:task"

On Nov 29, 7:09 am, Gábor Fási  wrote:
> Create a task, and run that from your cronjob.
>
> http://www.symfony-project.org/gentle-introduction/1_4/en/16-Applicat...
>
> On Wed, Nov 17, 2010 at 02:32, DrFrow  wrote:
> > I am wanting to run a daily import script for my symfony site, what I
> > want is to setup a cron job in Cpanel and just have it run a script on
> > my server. I am running into a problem with setting this script up, I
> > can't get it to actually run any code. This was pretty much the only
> > thing I could find on the 
> > topic:http://www.lampjunkie.com/2008/04/how-to-use-symfony-and-cron/
> > and it appears to be kinda old and not working for me at all, tried to
> > modify its a little and still no luck. What are people using to get
> > symfony fired up and running and then run either a specific module/
> > action or just straight code? Any helps is great.
>
> > Thanks.
>
> > --
> > 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

-- 
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] Creating a cron job script

2010-11-27 Thread DrFrow
I am wanting to run a daily import script for my symfony site, what I
want is to setup a cron job in Cpanel and just have it run a script on
my server. I am running into a problem with setting this script up, I
can't get it to actually run any code. This was pretty much the only
thing I could find on the topic: 
http://www.lampjunkie.com/2008/04/how-to-use-symfony-and-cron/
and it appears to be kinda old and not working for me at all, tried to
modify its a little and still no luck. What are people using to get
symfony fired up and running and then run either a specific module/
action or just straight code? Any helps is great.

Thanks.

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