iteisaburo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems after updateSame problem here. I’m getting these error messages before the header of my website (freakonomicon.com)
Notice: get_woocommerce_term_meta ha quedado obsoleto desde la versión 3.6. Utiliza get_term_meta en su lugar. in /home/j4k3m4t3/public_html/freakonomicon/wp-includes/functions.php on line 4648
Notice: get_woocommerce_term_meta ha quedado obsoleto desde la versión 3.6. Utiliza get_term_meta en su lugar. in /home/j4k3m4t3/public_html/freakonomicon/wp-includes/functions.php on line 4648
Notice: get_woocommerce_term_meta ha quedado obsoleto desde la versión 3.6. Utiliza get_term_meta en su lugar. in /home/j4k3m4t3/public_html/freakonomicon/wp-includes/functions.php on line 4648
Notice: get_woocommerce_term_meta ha quedado obsoleto desde la versión 3.6. Utiliza get_term_meta en su lugar. in /home/j4k3m4t3/public_html/freakonomicon/wp-includes/functions.php on line 4648
And this message on every category, tag and product page:
Notice: id ha sido llamada de forma incorrecta. No se debería acceder a las propiedades del producto directamente. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/woocommerce/templates/single-product.php’), wc_get_template_part, load_template, require(‘/themes/wr-nitro/woocommerce/content-single-product.php’), wc_get_template, include(‘/themes/wr-nitro/woocommerce/woorockets/single-product/style-2.php’), do_action(‘woocommerce_before_single_product_summary’), WP_Hook->do_action, WP_Hook->apply_filters, ITWAPL_Global_Labels->global_label_hook, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Por favor, visita Depuración en WordPress para más información. (Este mensaje fue a?adido en la versión 3.0). in /home/j4k3m4t3/public_html/freakonomicon/wp-includes/functions.php on line 4986
We need a solution soon; I’ve done a Google search and there were nearly 200.000 results with the same issue.
Thank you, Doug:
I’ve fixed it with this code in functions.php
add_filter('woocommerce_save_account_details_required_fields', 'wc_save_account_details_required_fields' ); function wc_save_account_details_required_fields( $required_fields ){ unset( $required_fields['account_display_name'] ); return $required_fields; }
Forum: Plugins
In reply to: [WooCommerce] WooCommerce deactivated by mistakeThank you, Praveen. I had to deactivate plugins via FTP to restore the website.
Forum: Plugins
In reply to: [WooCommerce] Header image not shown in emailsHi Hannah,
The image is broken when the mail arrives; after right clicking on it and opening on a new tab, I’m getting this 404 error:
404. That’s an error.
The requested URL /proxy/RgOMVRMuMj7x63pTTx1pM6J1Awi9-kxbTNV2K0l0GT2CNzpDLXh-yKZhPirjYZm3nzl9JcgC0cbyKkoA5J3_a5vyJpc5rcLFNTL1nr_tJMftvWDZ3R7c=s0-d-e1-ft was not found on this server. That’s all we know.
- This reply was modified 6 years ago by iteisaburo.
Forum: Plugins
In reply to: [Contact Form 7] Getting error when "Send" button is clickedI’ve resolved the issue changing from WP-Mail-SMTP to WP-SMTP and using my hosting company own outgoing mail server.
Forum: Plugins
In reply to: [Contact Form 7] Getting error when "Send" button is clickedYou can try https://salonmangajerez.com/contacto/
This is our main contact form. Other pages containing forms are currently not shown to avoid further problems with our messages.
Forum: Plugins
In reply to: [Contact Form 7] Getting error when "Send" button is clickedThe test mail feature works properly, but I’m still getting an error message when I hit “Submit” after filling the form fields.
Forum: Plugins
In reply to: [Contact Form 7] Getting error when "Send" button is clickedI hadn’t changed anything on my forms before the error appeared.
All of them have the same tags and classes.
A friend of mine is using a different social connection plugin in his website, and he’s having the same problem regarding Facebook connection.
I must be the Facebook API.
Same here.
Yesterday I found Publicize wasn’t posting articles to Facebook, and when I disconnected WP from FB to reconnect them again, I wasn’t able to create a new connection with our Facebook Page.
It only shows my personal profile, but not the several FB pages I’m managing to choose from them.
We’re on Spain, so I can confirm it’s a global problem.