jcastillo1
Forum Replies Created
-
Edita este fichero:
/plugins/sensei-lms/includes/class-sensei.php
Incluye este código después de la línea 436.
add_filter( 'https_ssl_verify', function($verify, $url) { return false; }, 1, 2);Te servirá para salir del paso hasta que lo arreglen.
@cena, The problem is the letsencrypt CA has expired and wordpress has not updated the certificates used by the wp_safe_remote_get function.
It’s not sensei’s fault, but you can fix it in 5 minutes using an $8 COMODO certificate at https://senseilms.com/.
Best regards.
- This reply was modified 4 years, 8 months ago by jcastillo1.
Hi Pcosta,
You’re right, a database error.
as a temporary fix i have applied the changes published by user japesj:
https://ww.wp.xz.cn/support/topic/database-error-after-update-to-14-4-1/#post-13096427
but we are using CI/CD and making constant deploys, changes are overwritten and I have to hardcode
Hi Maybellyne!, I’ve executed:
wp yoast index
and the problem persists
Error Incorrect integer value: ” for column ‘has_ancestors’ at row 1 …
same:
// Do not preload the 'Payment' page, as it is usually ressource heavy. if ( woocommerce_get_page_id( 'pay' ) ) { $wc_ignores[] = '^' . preg_quote( get_permalink( woocommerce_get_page_id( 'pay' ) ), '/' ); }Forum: Plugins
In reply to: [Custom Permalinks] Conflict with Yoast SEOHi Sami,
Thank you!
Forum: Plugins
In reply to: [Custom Permalinks] Conflict with Yoast SEOHi, Any ideas to migrate slugs from custom permalink to yoast seo?
brandon.w:
Last update from github.
Yoast has been fixed the issue in the next release 3.1.2.
Please, include your own details in the issue of github:
I’ve the same problem.
is safe go back to 3.0.7 ??
Uncaught TypeError: Cannot set property ‘textContent’ of null
YOAST …, really ???
Forum: Fixing WordPress
In reply to: WordPress 4.4.2 and all plugins updated. JS inyectionAndrew, How can I proceed when I’ve a fresh wp with last updates and plugins with last versions?.
Forum: Fixing WordPress
In reply to: WordPress 4.4.2 and all plugins updated. JS inyectionMBWD: none. Can you recomend anything?.
Andrew: Yes, thanks, I’ve read these links in other posts. No problem about clean install, we’re using CI and I’ve deployed a fresh WP.