-1

I'm stuck for a couple of hours now, I want to use Cloud Fire store on domains on my Plesk Server, but I can't get it to work. I followed the steps from https://cloud.google.com/php/grpc and a lot of other tutorials, but on all I get errors.

I managed to update the OS PHP version of CentOS, but still no luck. What I want is that PHP Version 7.2.14 works with gRPC (I already added extension=grpc.so to the php.ini) But there really isn't a any good documentation on Plesk and gRPC

Sayed Mohd Ali
  • 2,156
  • 3
  • 12
  • 28
user1664803
  • 293
  • 1
  • 7
  • 22

2 Answers2

0

What errors are you getting? It's during installing grpc.so or it's installed but the script can't load it? Also, from the link you give, "CentOS/RHEL 6" is not supported.

Zhouyihai Ding
  • 253
  • 1
  • 5
0

In my case help this

  1. Install Pecl PHP for CentOS https://stackoverflow.com/a/31558558/1932494
  2. Then run: pecl install grpc
Ruslan Novikov
  • 1,320
  • 15
  • 21