Hi as usual I come with my issue on following full tutorial for
jobeet. hope sincerely it can help also other newbies like me : DD

First of all, in my installation I didn't have lib/task folder.  In
tutorial it says to check other task in symfony to see how they are
structured other files so it seems strange to me.

I create so lib/task folder and i put inside JobeetCleanupTask . But
when I go clearing cache it says:

Parse error: syntax error, unexpected T_VARIABLE in /home/sfproject/
jobeet/lib/task/JobeetCleanupTask.class.php on line 10  ( that is the
line where declaration of namespace is $this->namespace = 'jobeet'; )

Otherwise I tried to put the task into lib/vendor/symfony/lib/task/
JobeetCleanupTask.class.php  . all parses ok, so it recognize the
class to extend. But when I try launching the task it says :

There are no tasks defined in the "jobeet" namespace.


I think that putting also in this folder is not a good habit as if
eventually symfony lib is updated I loose my custom classes.

Any help as usual is fully appreciated.

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

Reply via email to