• I’m on wordpress 4.3 and after updating the plugin there is a fatal error, because some files are missing!
    I have to rename the plugin folder manually!

    PLEASE check requirements in wp-twitter-autopost.php:

    require_once( plugin_dir_path(__FILE__).'/twitter_api_auth.php' );
    require_once( plugin_dir_path(__FILE__).'/inc/wptp-url-strippers.php' );
    require_once( plugin_dir_path(__FILE__).'/inc/wptp-twitter_config.php' );
    require_once( plugin_dir_path(__FILE__).'/inc/wptp-utils.php' );
    require_once( plugin_dir_path(__FILE__).'/wptp-twitter_tweets.php' );
    require_once( plugin_dir_path(__FILE__).'/inc/wptp_build_widget.php' );
    require_once( plugin_dir_path(__FILE__).'/inc/wptp_functions.php' );

    https://ww.wp.xz.cn/plugins/wp-twitter-autopost/

Viewing 1 replies (of 1 total)
  • same thing!

    Warning: require_once(/wp-content/plugins/wp-twitter-autopost//inc/wptp-url-strippers.php): failed to open stream: No such file or directory in /wp-content/plugins/wp-twitter-autopost/wp-twitter-autopost.php on line 41

    Fatal error: require_once(): Failed opening required ‘/wp-content/plugins/wp-twitter-autopost//inc/wptp-url-strippers.php’ (include_path=’.:/usr/share/php5/’) in /wp-content/plugins/wp-twitter-autopost/wp-twitter-autopost.php on line 41

Viewing 1 replies (of 1 total)

The topic ‘Update break complete wordpress site’ is closed to new replies.