Title: New install &#8211; plugin not working
Last modified: March 6, 2017

---

# New install – plugin not working

 *  Resolved [finnseach](https://wordpress.org/support/users/finnseach/)
 * (@finnseach)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/new-install-plugin-not-working/)
 * I’ve had to get to the point of a new install of your plugin, and when I try 
   to activate it I receive the following error message –
 * Parse error: syntax error, unexpected T_FUNCTION in /home4/lakehill/public_html/
   wp-content/plugins/slideshow-ck/includes/class.input.php on line 560
 * I got to this point after having had to delete the initial installation after
   updating the plugin gave me the dreaded White Screen of Death.
 * After looking at the class.input.php file, the function located near line 560
   is:
    (lines 557 – 573)
 *  $source = strtr($source, $ttr);
 *  // Convert decimal
    $source = preg_replace_callback(‘/&#(\d+);/m’, function(
   $m) { return utf8_encode(chr($m[1])); }, $source );
 *  // Convert hex
    $source = preg_replace_callback(‘/&#x([a-f0-9]+);/mi’, function(
   $m) { return utf8_encode(chr(‘0x’ . $m[1])); }, $source );
 *  return $source;
 * Please advise, since I’d really like to keep using this plugin.
 * Judith

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

 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/new-install-plugin-not-working/#post-8880889)
 * Hi
    please test with a new slideshow >> load the demo data tell me if it works.
   By my side on a new install I don’t have this issue
 * CEd
 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/new-install-plugin-not-working/#post-8880901)
 * I think that I know the problem after looking at the line 560 of the file
    Please
   check your PHP version, you may have a too old version. Which one do you have?

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

The topic ‘New install – plugin not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-ck_747474.svg)
 * [Slideshow CK](https://wordpress.org/plugins/slideshow-ck/)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-ck/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-ck/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-ck/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-ck/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [CeiKay](https://wordpress.org/support/users/ced1870/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/new-install-plugin-not-working/#post-8880901)
 * Status: resolved