oldlastman
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal error BlockPatterns.php:251Same error here.
In my case, upgrading to 9.8.3 doesn’t fix the problem.
I’ve applied the manual solution described here:
https://github.com/woocommerce/woocommerce/issues/57760#issuecomment-2854510504. Waiting for any official updates or comments.
Me está sucediendo algo muy parecido
(diría que lo mismo)
en dos o tres ocasiones por notificación de redsys el pedido aparece como cancelado
pero no no obtengo mas información (acabo de activar el log del plugin para comprobar si detecto algo mas)
alguna pista sobre este comportamiento?captura del mensaje
https://postimg.cc/62mBtjRqgracias
OMG
i thought addons it’s not a variation..
but..
it’s worksthanks for your help
there is any snippet or method to do exports with
https://docs.woocommerce.com/document/product-add-ons/
Woocommerce products addons ?thanks
hi
if i activate pods first it’s works ok
then if i deactivate and activate again every thing looks okit’s posible some error on updates only?
regards
i wrote to caldera forms on this thread
https://ww.wp.xz.cn/support/topic/pods-and-caldera-forms-conflict/error 500 in my site to
work around in my case:
- deactivate caldera and pods
- update caldera 1.7.1.4
- update pods 2.7.5
- activate pods
- activate caldera
if activate caldera first and pods then, i get error 500
ey @shelob9 i point the release problem on my comment https://ww.wp.xz.cn/support/topic/where-has-the-pii-field-gone-and-empty-2privacy-settings-page/#post-10376145
just a little mention for my two hours of work reading logs and comparing code. it’s worthy 🙁
ok, if i download caldera froms from your github and upload to my site (adding vendor folder) it’s works ok.
if i download locally ww.wp.xz.cn – caldera form 1.7.1.1 i can’t find classes/api/privacy.php
there is a little mistake with branchs and releases?
¯\_(ツ)_/¯
as @lmobile said
the new privacy settings” page is empty on loadtotally white, no form select.. or other text
if i look on my php log
[Thu Jun 07 20:36:37.247095 2018] [:error] [pid 24861] [client xx.xx.xxx.xxx:51998] PHP Fatal error: Class ‘Caldera_Forms_API_Privacy’ not found in /furanet/sites/mysite.es/web/htdocs/desarrollo/wp-content/plugins/caldera-forms/classes/admin.php on line 1567, referer: http://desarrollo.mysite.es/wp-admin/admin.php?edit=CF5aa831411c02b&page=caldera-formsby de way it’s no posible to modify old forms (or duplicate)
any clue?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb NavXT qTranslate product categoriesIf you still translate categories
this hook make de trick for mefunction my_bnc_qtrans_title($title) { return __($title); } add_filter('bcn_breadcrumb_title', 'my_bnc_qtrans_title');greetings
Forum: Plugins
In reply to: [Featured Link Image] after upload new image the "select link image" not workwordpress version 3.5.1
chrome Versión 26.0.1410.64 m
firefox 20.0.1If you use if(typeof) you can’t change image? that sound very very strange. In my case all goes fine
are you logging the content of imgurl variable?? if that if(typeof) only fire when imgurl is undefined … why you are getting the old img url?
greetings