digitalbar
Forum Replies Created
-
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errorMy stupidy
version in WP is php 5.2.17
host is the other
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errorOK…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
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errorFound it Sean
took out the update of ‘imageurl’
basically took line 31 of version 20
and replaced it in line 31 in version 23from 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
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errortested the php as a whole and came up clean
what am i missing
thanks
tony
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errorSo is this the problem:
“/”
thanks again
tony
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Internal Server errorHello 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.