trilbymedia / grav-plugin-git-sync

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Apache License 2.0
243 stars 58 forks source link

"Your system does not have a secure random number generator" #44

Closed happywebio closed 7 years ago

happywebio commented 7 years ago

When clicking on "save" at step 3 of the wizard I have the error: "Your system does not have a secure random number generator" (see attached screenshot)

And in Github the payload URL returns a 404 error apparently.

screen shot 2017-05-06 at 10 49 13

Any ideas how to fix this?

OleVik commented 7 years ago

This means that PHP cannot use the Defuse-library, possibly because of some permissions-issue. What PHP version are you using? With PHP 7.0 or higher it should use random_bytes.

happywebio commented 7 years ago

Thanks OleVik! Now that PHP 7.0 is installed on the server it works perfectly (-: