schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Twig error when job show #123

Open bierdok opened 8 years ago

bierdok commented 8 years ago

Uncaught PHP Exception Twig_Error_Syntax: "Unknown "jms_job_queue_linkable" test in "JMSJobQueueBundle:Job:details.html.twig" at line 50.

OlliM commented 8 years ago

Same problem here...

psylosss commented 8 years ago

chekout this commit https://github.com/ak-innoactive/JMSJobQueueBundle/commit/49e53597155cdd756096770c53872e702a13f493

mrardon commented 8 years ago

And this PR #120

wuestkamp commented 8 years ago

Hi,

I'm having the same issue when accessing the webinterface and a job-detail-view:

    "jms/job-queue-bundle": "1.3.0",
    "pagerfanta/pagerfanta": "1.0.3"

Can you tell me version configuration where it should be working?

Thanks! Kim

piotrplenik commented 8 years ago

I have same problem.

"jms/job-queue-bundle": "dev-master" (1b5f0ce4acb9ef33febd87967d9d33d2dac22dc8)
"pagerfanta/pagerfanta": "dev-master", (0eec60b48d38132333369a681db2e32c42ad117d)
piotrplenik commented 8 years ago

Update - it's start working on latest dev-master: 252f93dbc293905d05e19ed9a230246235a2b8f2

For me issue is resolved :)

wuestkamp commented 8 years ago

Thanks @jupeter working with latest dev-master! :)