Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Cannot specify include file via command line #33

Open
JoyceBabu opened this issue Mar 31, 2014 · 0 comments
Open

Cannot specify include file via command line #33

JoyceBabu opened this issue Mar 31, 2014 · 0 comments

Comments

@JoyceBabu
Copy link

I am trying to specify an include file via command line. Unfortunately, both APP_INCLUDE and -a are ignored. I have tried

sudo ./fresque start -a /opt/fresque/autoloader2.php

and

sudo APP_INCLUDE=/opt/fresque/autoloader2.php ./fresque start

with the same result. But if I specify it within the ini file, it is correctly loaded.

Also, is it possible to load a queue specific include file? I tried setting the following in the ini file

[Queues]
VideoConvertor[include] = /opt/fresque/autoloader2.php
; VideoConvertor is my queue name

But that too did not work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants