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

drop .$argv[0] in $lock_file #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neilsunw
Copy link

@neilsunw neilsunw commented Feb 9, 2020

using the $argv[0] creates an illegal file path name, clean up illegal file path
PHP warning file_put_contents(/tmp//home/fpp/media/plugins/FPP-Plugin-Matrix-Message/matrix.phpFPP-Plugin-Matrix-Message.lock), failed to open stream, no such file or directory lockhelper.php
fix for lines 20 & 48

using the $argv[0] creates an illegal file path name, clean up illegal file path
PHP warning file_put_contents(/tmp//home/fpp/media/plugins/FPP-Plugin-Matrix-Message/matrix.phpFPP-Plugin-Matrix-Message.lock), failed to open stream, no such file or directory lockhelper.php
fix for lines 20 & 48
@neilsunw neilsunw changed the title drop .$argv[0] in $lockfile drop .$argv[0] in $lock_file Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant