kruspex
Forum Replies Created
-
Hello,
I have a problem with the payment and logs says it must be an error connecting with de API of Stripe:
2018-11-05T11:16:05+00:00 DEBUG
====Stripe Version: 4.1.12====
====Start Log====
sources/src_1DT57gJkRbfd5bnNUNGVyLj2
====End Log====2018-11-05T11:16:05+00:00 DEBUG
====Stripe Version: 4.1.12====
====Start Log====
Error Response: WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => cURL error 35: Unknown SSL protocol error in connection to api.stripe.com:443
))
[error_data] => Array
(
))
====End Log====
2018-11-05T11:16:05+00:00 DEBUG
====Stripe Version: 4.1.12====
====Start Log====
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
[source_object] => WP_Error Object
(
[errors] => Array
(
[stripe_error] => Array
(
[0] => Hubo un problema al conectar con la variable de la API de Stripe.
))
[error_data] => Array
(
))
)
====End Log====
But I do not know what to do because I have SSL protocol activated.
Thanks
Forum: Plugins
In reply to: [Simple Portfolio] [Plugin: Simple Portfolio] set portfolio page as indexHello,
I have a project with this plugin and I also wanted to put de portfolio page as index page.
I got it changing .htaccess of the directory where is wordpress installed (root)
This is the rule:Redirect /index.html http://domain/<name-portfolio-page>
And it works!
I hope this will be useful for someone 😀