Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron binary needs missing include #77

Closed
seaneble opened this issue Sep 10, 2015 · 2 comments
Closed

Cron binary needs missing include #77

seaneble opened this issue Sep 10, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@seaneble
Copy link

It seems as though the extension is not meant to be used via composer (symlink mode):

PHP Warning:  require(/…/htdocs/composer/vendor/terminal42/notification_center/bin/../../../initialize.php): failed to open stream: No such file or directory in /…/htdocs/composer/vendor/terminal42/notification_center/bin/queue on line 15

There is a hard dependency for system/initialize.php which is only present in that location when using the extension within system/modules.

@aschempp aschempp added the bug label Sep 10, 2015
@Toflar Toflar added this to the 1.3.1 milestone Sep 10, 2015
@Toflar
Copy link
Member

Toflar commented Sep 10, 2015

Fixed in c5dd4db

@Toflar Toflar closed this as completed Sep 10, 2015
@seaneble
Copy link
Author

Thanks a lot! That was a very quick fix.

One note: the path to use the binary does not actually need to be changed, as the file is symlinked. But it never hurts.

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

No branches or pull requests

3 participants