We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our default deployment setup the plugins’ folders are not writeable by the webserver, so creating the lock.json failes.
lock.json
We now need to create the file first (and fill it with an empty JavaScript object because of #9) and set the right access rights on deployment.
A solution might be to use PHPs sys_get_temp_dir() and create the file in this folder.
sys_get_temp_dir()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In our default deployment setup the plugins’ folders are not writeable by the webserver, so creating the
lock.json
failes.We now need to create the file first (and fill it with an empty JavaScript object because of #9) and set the right access rights on deployment.
A solution might be to use PHPs
sys_get_temp_dir()
and create the file in this folder.The text was updated successfully, but these errors were encountered: