Error occured after updating plugin
-
After I updated a couple of plugins today, when went to go back Home to my Dashboard, I received the below error message.
Please advise on how I can fix this error, thank you!
div>’; if( !$has_captions ){ $html .= $pager; } if( $has_captions ){ $html .= ‘
‘ . $longest_cap[‘text’] . “ntt
“; $html .= ‘
‘ . “ntt
“; } $html .= “ntnnn”; return $html; } static function gss_enqueue_scripts() { wp_register_script( ‘cycle2’, plugins_url( ‘jquery.cycle2.min.js’ , __FILE__ ), array(‘jquery’), ‘2.0.2’ ); wp_register_script( ‘cycle2_center’, plugins_url( ‘jquery.cycle2.center.min.js’ , __FILE__ ), array(‘cycle2’), ‘v20140114’ ); wp_register_script( ‘gss_js’, plugins_url( ‘gss.js’, __FILE__ ) ); wp_register_style( ‘gss_css’, plugins_url( ‘gss.css’, __FILE__ ) ); wp_enqueue_script( ‘cycle2’ ); wp_enqueue_script( ‘cycle2_center’ ); wp_enqueue_script( ‘gss_js’ ); wp_enqueue_style( ‘gss_css’ ); $custom_js = plugin_dir_path( __FILE__ ) . ‘gss-custom.js’; if ( file_exists($custom_js) ) { wp_register_script( ‘gss-custom-js’, plugins_url( ‘gss-custom.js’ , __FILE__ ) ); wp_enqueue_script( ‘gss-custom-js’ ); } } } gallery_ss::init(); ?>
Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-login.php on line 415Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-login.php on line 427
Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-includes/pluggable.php on line 678
Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-includes/pluggable.php on line 679
Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-includes/pluggable.php on line 680
Warning: Cannot modify header information – headers already sent by (output started at /home2/aces/public_html/wp-content/plugins/gallery-slideshow/gallery-slideshow.php:80) in /home2/aces/public_html/wp-includes/pluggable.php on line 896
The blog I need help with is: (visible only to logged in users)
-
We provide support only for blogs being hosted WordPress.COM and not for WordPress.ORG software installs. You are posting to the wrong support forum.
WordPress.com and WordPress.org are completely separate and different http://support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
- The topic ‘Error occured after updating plugin’ is closed to new replies.