Title: Internal Server error
Last modified: August 21, 2016

---

# Internal Server error

 *  Resolved [Anshul Sharma](https://wordpress.org/support/users/anshul1199/)
 * (@anshul1199)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-187/)
 * Hello Sean Voss!
 * When I installed this plugin and activated it, it game me an internal server 
   error. Now I can’t open my site aswell, it gives me an internal server error.
   Please resolve that. URL: [http://www.sophiesbargain.co.uk](http://www.sophiesbargain.co.uk)
 * Thank & Regards!
 * [http://wordpress.org/plugins/striper/](http://wordpress.org/plugins/striper/)

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

 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4381913)
 * Hey Anshul,
 * Over the last 12 hours I’d tried something to work to fix a problem in some user’s
   systems, I failed, and more people had issues, so I reverted back to the stable
   setup i had previously.
 * Try updating to 0.20 should be good.
 * Thanks,
 * Sean
 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4381986)
 * Haven’t heard back, so assuming all is well and marking resolved.
 *  Thread Starter [Anshul Sharma](https://wordpress.org/support/users/anshul1199/)
 * (@anshul1199)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382015)
 * I’m extremely sorry for THIS late reply, the plugin is working absolutely fine
   now. thank you Sean! Cheerio
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382041)
 * Hello Sean,
 * Testing out your plugin on woocommerce with Bazar theme.
 * Seem to be having the same problem as the person above.
 * Downloaded and installed .23 and now can not log into site. What comes up is:
 * Parse error: syntax error, unexpected ‘:’ in public_html/wp-content/plugins/striper/
   stripe_gateway.php on line 31
 * So I pulled line 31:
 * $this->icon = $this->settings[‘alternate_imageurl’] ?: WP_PLUGIN_URL . “/” . 
   plugin_basename( dirname(__FILE__)) . ‘/images/credits.png’;
 * I can not see the problem
 * Thanks for the help.
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382042)
 * So is this the problem:
 * “/”
 * thanks again
 * tony
 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382043)
 * Hey tony,
 * Looks like I used a shorthand that only works on newer versions of PHP
 * I’ll make a patch to work for easier versions of PHP
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382044)
 * tested the php as a whole and came up clean
 * what am i missing
 * thanks
 * tony
 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382045)
 * Hey,
 * It’s the ternary operator, replace it on your version with everything to the 
   right of ?:
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382046)
 * Found it Sean
 * took out the update of ‘imageurl’
 * basically took line 31 of version 20
    and replaced it in line 31 in version 23
 * from this:
 * $this->icon = $this->settings[‘alternate_imageurl’] ?: WP_PLUGIN_URL . “/” . 
   plugin_basename( dirname(__FILE__)) . ‘/images/credits.png’;
 * to this:
 * $this->icon = WP_PLUGIN_URL . “/” . plugin_basename( dirname(__FILE__)) . ‘/images/
   credits.png’;
 * working now
 * Thanks for getting back to me.
 * If this works for me I will be donating on your blog.
 * I will also be checking out your shipper plugin
 * Thanks Tony
 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382047)
 * Hey digitalbar,
 * I uploaded 0.24 which should work for PHP 5.2 and lower, which was what I had
   you manually fix last night, so if you have a second, see if you can update and
   have it work.
 * Cheers,
 * Sean
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382048)
 * OK…will give it a try. Integrating SSL and just received WP 3.8 update. Will 
   try the updates in the next day.
 * I am runiing: PHP version 5.3.27 Apache version 2.2.24
 * just to let you know.
 * Salute
 * Tony
 *  [digitalbar](https://wordpress.org/support/users/digitalbar/)
 * (@digitalbar)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382049)
 * My stupidy
 * version in WP is php 5.2.17
 * host is the other
 *  Plugin Author [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * (@seanvoss)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382050)
 * Awesome, so that’s in line with what I was thinking.
 * So did the update fix things for you?

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

The topic ‘Internal Server error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/striper.svg)
 * [Striper - Stripe Integration for WooCommerce](https://wordpress.org/plugins/striper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/striper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/striper/)
 * [Active Topics](https://wordpress.org/support/plugin/striper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/striper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/striper/reviews/)

## Tags

 * ["internal server error"](https://wordpress.org/support/topic-tag/internal-server-error/)

 * 13 replies
 * 3 participants
 * Last reply from: [Sean Voss](https://wordpress.org/support/users/seanvoss/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/internal-server-error-187/#post-4382050)
 * Status: resolved