File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,21 @@ $ vendor/bin/wp plugin update --all --path=wordpress
170
170
$ vendor/bin/wp theme update --all --path=wordpress
171
171
```
172
172
173
+ If you're using App Engine Standard, You may get the following error:
174
+
175
+ ```
176
+ Failed opening required 'google/appengine/api/urlfetch_service_pb.php'
177
+ ```
178
+
179
+ You can set a ` WP_CLI_PHP_ARGS ` environment variable to add
180
+ ` include_path ` PHP configuration for wp-cli.
181
+
182
+ ```
183
+ $ export WP_CLI_PHP_ARGS='-d include_path=vendor/google/appengine-php-sdk'
184
+ ```
185
+
186
+ Then try the above commands again.
187
+
173
188
### Remove plugins/themes
174
189
175
190
First Deactivate them in the production Dashboard, then remove them
Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
+ "google/appengine-php-sdk" : " ^1.9" ,
3
4
"wp-cli/wp-cli" : " ~1.1"
4
5
}
5
6
}
You can’t perform that action at this time.
0 commit comments