Symfony 3 - There is no suitable CSPRNG

后端 未结 1 1565
野的像风
野的像风 2021-01-15 00:27

I\'m getting this error on my test server with PHP 5.5 (Symfony 3.0.9):

Everything is all right on my local server created with XAMPP havin

相关标签:
1条回答
  • 2021-01-15 00:57

    Actually, those are 2 of the 3 unique solutions.

    As the problem is only in your server (that happened to me too), you could go to your domain and add /dev/urandom to your existing open_basedir configuration property in your server configuration.

    Read this article which offers 3 solutions (and according to your need only the solution #3 would work).

    0 讨论(0)
提交回复
热议问题