Title: PHP script error
Last modified: August 21, 2016

---

# PHP script error

 *  Resolved [GetManic](https://wordpress.org/support/users/getmanic/)
 * (@getmanic)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-script-error-1/)
 * When Gallery Slideshow 1.3 is installed and active, every page of front-end and
   back-end display the following coding at the top of the page:
 *     ```
       div>'; if( !$has_captions ){ $html .= $pager; } if( $has_captions ){ $html .= '
       ' . $longest_cap['text'] . "\n\t\t
       "; $html .= '
       ' . "\n\t\t
       "; } $html .= "\n\t\n\n\n"; 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(); ?>
       ```
   
 * [https://wordpress.org/plugins/slideshow-gallery/](https://wordpress.org/plugins/slideshow-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [GetManic](https://wordpress.org/support/users/getmanic/)
 * (@getmanic)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-script-error-1/#post-4788433)
 * Solved in 1.3.1.3
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-script-error-1/#post-4788520)
 * Thank you for your post.
 * And for your follow-up as well.
 * I’m happy to see that the problem is resolved.
 * Let us know if you need any further assistance.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP script error’ is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/php-script-error-1/#post-4788520)
 * Status: resolved