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

PHP Fatal error: require(): Failed opening required 'recipe/rsync.php' #10

Open
tnaffh opened this issue Jan 20, 2021 · 5 comments
Open

Comments

@tnaffh
Copy link

tnaffh commented Jan 20, 2021

I am getting this error, has to do with the 0.3.0 update:
Had to specify version 0.2.0 instead of @master for it to work

Run dep deploy production --tag= -vvv
PHP Warning:  require(recipe/rsync.php): failed to open stream: No such file or directory in /home/runner/work/repo/repo/deploy.php on line 6
PHP Fatal error:  require(): Failed opening required 'recipe/rsync.php' (include_path='/home/runner/.composer/vendor/deployer/deployer/bin/../../../deployer/deployer:.:/usr/share/php') in /home/runner/work/repo/repo/deploy.php on line 6
Error: Process completed with exit code 255.
@atymic
Copy link
Owner

atymic commented Jan 20, 2021

I reverted for the mean time.
https://github.com/atymic/deployer-php-action/tree/0.3.1

I'll investigate tomorrow, but any help would be appreciated.

@tnaffh
Copy link
Author

tnaffh commented Jan 20, 2021

Alright thanks for quick feedback.

@jorgeirun
Copy link

jorgeirun commented Jan 20, 2021

I had the same problem, specifying 0.3.1 as suggested fixed it

@atymic
Copy link
Owner

atymic commented Jan 23, 2021

Looks like only v7 beta has the recipes in it. I guess we need a conditional to check and determine, but the docs haven't been updated yet. @yuriystovbur Could you chime in here please?

@yuriystovbur
Copy link
Contributor

@atymic Sorry for my previous bad PR. I'll fix it and send to review

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

No branches or pull requests

4 participants