• skift

    (@skift)


    Simple. When I try to activate the plugin in wordpress 3.9, I get the below error.

    ( ! ) Warning: require_once(google/appengine/api/urlfetch_service_pb.php): failed to open stream: No such file or directory in /www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/modules/urlfetch.php on line 72
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0015	410648	{main}( )	../plugins.php:0
    2	0.2849	23674184	plugin_sandbox_scrape( )	../plugins.php:153
    3	0.2853	23694592	include( '/www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/appengine.php' )	../plugins.php:151
    4	0.2910	24427120	require_once( '/www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/modules/urlfetch.php' )	../appengine.php:72
    
    ( ! ) Fatal error: require_once(): Failed opening required 'google/appengine/api/urlfetch_service_pb.php' (include_path='.:/usr/local/Cellar/php55/5.5.4/lib/php') in /www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/modules/urlfetch.php on line 72
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0015	410648	{main}( )	../plugins.php:0
    2	0.2849	23674184	plugin_sandbox_scrape( )	../plugins.php:153
    3	0.2853	23694592	include( '/www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/appengine.php' )	../plugins.php:151
    4	0.2910	24427120	require_once( '/www/projects/skift/skiftio/wordpress/wp-content/plugins/google-app-engine/modules/urlfetch.php' )	../appengine.php:72

    https://wordpress.org/plugins/google-app-engine/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author slangley

    (@slangley)

    What version of the SDK are you using? Looks like you don’t have a version of the SDK that supports autoloading.

    Hey slangley,

    I’m having the same issue and using Google Cloud SDK 0.9.22.

    $ gcloud –version
    Google Cloud SDK 0.9.22

    $ wp status
    PHP Warning: require_once(google/appengine/api/urlfetch_service_pb.php): failed to open stream: No such file or directory in /PROJECT/wp-content/plugins/google-app-engine/modules/urlfetch.php on line 72

    $ gcloud components update

    All components are up to date.

    Any advice?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fails to install on WP 3.9’ is closed to new replies.