-
-
N sé que pasa, pero me he dado cuenta hace días, que cuando realizo el login en woredpress.org se muestra la página sin estilos… con un monton de errores en la consola como los sigueintes:
editor.min.js?ver=6.4-alpha-56702:2 Uncaught TypeError: g is not a function
at new <anonymous> (editor.min.js?ver=6.4-alpha-56702:2:10688)
at editor.min.js?ver=6.4-alpha-56702:2:82
at editor.min.js?ver=6.4-alpha-56702:2:13115
wplink.min.js?ver=6.4-alpha-56702:2 Uncaught ReferenceError: jQuery is not defined
at wplink.min.js?ver=6.4-alpha-56702:2:11183
core.min.js?ver=1.13.2:5 Uncaught ReferenceError: jQuery is not defined
at core.min.js?ver=1.13.2:5:88
at core.min.js?ver=1.13.2:5:96
menu.min.js?ver=1.13.2:9 Uncaught ReferenceError: jQuery is not defined
at menu.min.js?ver=1.13.2:9:97
at menu.min.js?ver=1.13.2:9:105
autocomplete.min.js?ver=1.13.2:9 Uncaught ReferenceError: jQuery is not defined
at autocomplete.min.js?ver=1.13.2:9:106
at autocomplete.min.js?ver=1.13.2:9:114
thickbox.js?ver=3.1-20121105:15 Uncaught ReferenceError: jQuery is not defined
at thickbox.js?ver=3.1-20121105:15:1
media-upload.min.js?ver=6.4-alpha-56702:2 Uncaught ReferenceError: jQuery is not defined
at media-upload.min.js?ver=6.4-alpha-56702:2:1110
peticiones-y-feedback/:1978 Uncaught TypeError: Cannot read properties of undefined (reading ‘registerBlockStyle’)
at peticiones-y-feedback/:1978:12
at peticiones-y-feedback/:1980:4
index.tsx:17 Uncaught TypeError: Cannot read properties of undefined (reading ‘createContext’)
at index.tsx:17:17
at index.min.js?ver=d5895c3cba13773503e5:1:4312
peticiones-y-feedback/:1989 Uncaught TypeError: Cannot read properties of undefined (reading ‘setLocaleData’)
at peticiones-y-feedback/:1989:10
at peticiones-y-feedback/:1990:4
reducer.js:103 Uncaught TypeError: Cannot read properties of undefined (reading ‘combineReducers’)
at reducer.js:103:16
at index.min.js?ver=18648569f80b62bad8b6:13:1195
peticiones-y-feedback/:1999 Uncaught TypeError: Cannot read properties of undefined (reading ‘setLocaleData’)
at peticiones-y-feedback/:1999:10
at peticiones-y-feedback/:2000:4
format-bold.js:7 Uncaught TypeError: Cannot read properties of undefined (reading ‘createElement’)
at format-bold.js:7:2
at index.min.js?ver=409006f6afa948203c8c:2:12222
index.js:22 Uncaught TypeError: Cannot read properties of undefined (reading ‘createReduxStore’)
at index.js:22:22
at index.min.js?ver=7667a3bcc56e59266c82:1:1924
peticiones-y-feedback/:2010 Uncaught TypeError: Cannot read properties of undefined (reading ‘setLocaleData’)
at peticiones-y-feedback/:2010:10
at peticiones-y-feedback/:2011:4
archive.js:7 Uncaught TypeError: Cannot read properties of undefined (reading ‘createElement’)
at archive.js:7:2
at index.min.js?ver=b4f5f87dd3805a7970d1:142:7251
at index.min.js?ver=b4f5f87dd3805a7970d1:142:7295
index.min.js?ver=70ef450c066a7b640be8:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘createHigherOrderComponent’)
at 497 (index.min.js?ver=70ef450c066a7b640be8:1:3443)
at r (index.min.js?ver=70ef450c066a7b640be8:42:44238)
at index.min.js?ver=70ef450c066a7b640be8:42:45592
at r.O (index.min.js?ver=70ef450c066a7b640be8:42:44549)
at index.min.js?ver=70ef450c066a7b640be8:42:45606
at index.min.js?ver=70ef450c066a7b640be8:42:45611
editor.min.js?ver=2.7.0-alpha-2:3 Uncaught ReferenceError: jQuery is not defined
at editor.min.js?ver=2.7.0-alpha-2:3:1
engagements.min.js?ver=2.7.0-alpha-2:3 Uncaught ReferenceError: jQuery is not defined
at engagements.min.js?ver=2.7.0-alpha-2:3:1
forums.js?ver=20220217:2 Uncaught TypeError: $ is not a function
at forums.js?ver=20220217:2:7
at forums.js?ver=20220217:106:2
wporg-bbp-code-blocks-expand-contract.js?ver=1670210936:1 Uncaught ReferenceError: jQuery is not definedHe desactivado el antivirus, lo he vuelto a activar, lo he vuelto a desactivar, he reiniciado, he limpiado la caché del navegador… No se me ocurre nada más que hacer. Estoy más perdido que un torero al otro lado del telón de acero.
Gracias por vuestro tiempoLa página con la que necesito ayuda: [accede para ver el enlace]
-
Hola. Necesito ayuda con el plug-in PDF Invoices & Packing Slips versión gratuita para WooCommerce. Desde la última actualización de WP no me deja descargar las facturas y lo necesito para la contabilidad de la empresa.
He hablado con soporte y ellos no pueden ayudarme porque creen que el erro es por la actualización de WP.
He encontrado una posible solución pero no se donde pegarla en mi servidor y tema (Betheme)
/** * PDF Invoices & Packing Slips for WooCommerce: * Muestra el NIF en los documentos PDF */ add_filter( ‘wpo_wcpdf_billing_address’, function( $address, $document ){ if ( ( $order = $document->order ) && ( $nif = $order->get_meta( ‘NIF’ ) ) ) { $address .= sprintf( ‘<p>NIF: %s</p>’, $nif ); } return $address; }, 10, 2 );
Tampoco se la ruta donde puedo acceder ni por que sustituir. ¿Podéis ayudarme? Gracias
Este es el error:Fatal error: Call to a member function custom_field() on null/home/customer/www/saberyvida.com/public_html/wp-content/plugins/saberyvida/saberyvida.php (683)#0 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(312): syv_wpo_wcpdf_billing_address(‘Jos\xC3\xA9 Antonio C…’) #1 /home/customer/www/saberyvida.com/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘Jos\xC3\xA9 Antonio C…’, Array) #2 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document-methods.php(93): apply_filters(‘wpo_wcpdf_billi…’, ‘Jos\xC3\xA9 Antonio C…’, Object(WPO\WC\PDF_Invoices\Documents\Invoice)) #3 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document-methods.php(102): WPO\WC\PDF_Invoices\Documents\Order_Document_Methods->get_billing_address() #4 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple/invoice.php(42): WPO\WC\PDF_Invoices\Documents\Order_Document_Methods->billing_address() #5 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(1084): include(‘/home/customer/…’) #6 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(928): WPO\WC\PDF_Invoices\Documents\Order_Document->render_template(‘/home/customer/…’, Array) #7 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(883): WPO\WC\PDF_Invoices\Documents\Order_Document->get_html() #8 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(950): WPO\WC\PDF_Invoices\Documents\Order_Document->get_pdf() #9 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-main.php(517): WPO\WC\PDF_Invoices\Documents\Order_Document->output_pdf(‘inline’) #10 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(310): WPO\WC\PDF_Invoices\Main->generate_document_ajax(») #11 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(», Array) #12 /home/customer/www/saberyvida.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #13 /home/customer/www/saberyvida.com/public_html/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_generat…’) #14 {main}
La página con la que necesito ayuda: [accede para ver el enlace]
-
Hola. Necesito ayuda con el plug-in PDF Invoices & Packing Slips for WooCommerce. Desde la última actulización no me deja descargar las facturas y lo necesito para la contabilidad de la empresa.
Este es el error, ¿Podéis ayudarme?Gracias
Fatal error: Call to a member function custom_field() on null/home/customer/www/saberyvida.com/public_html/wp-content/plugins/saberyvida/saberyvida.php (683)#0 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(312): syv_wpo_wcpdf_billing_address(‘Mar\xC3\xADa Agudo Ga…’) #1 /home/customer/www/saberyvida.com/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘Mar\xC3\xADa Agudo Ga…’, Array) #2 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document-methods.php(93): apply_filters(‘wpo_wcpdf_billi…’, ‘Mar\xC3\xADa Agudo Ga…’, Object(WPO\WC\PDF_Invoices\Documents\Invoice)) #3 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document-methods.php(102): WPO\WC\PDF_Invoices\Documents\Order_Document_Methods->get_billing_address() #4 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-ips-templates/templates/Simple Premium/invoice.php(32): WPO\WC\PDF_Invoices\Documents\Order_Document_Methods->billing_address() #5 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(1084): include(‘/home/customer/…’) #6 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(928): WPO\WC\PDF_Invoices\Documents\Order_Document->render_template(‘/home/customer/…’, Array) #7 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(883): WPO\WC\PDF_Invoices\Documents\Order_Document->get_html() #8 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents/abstract-wcpdf-order-document.php(950): WPO\WC\PDF_Invoices\Documents\Order_Document->get_pdf() #9 /home/customer/www/saberyvida.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-main.php(517): WPO\WC\PDF_Invoices\Documents\Order_Document->output_pdf(‘download’) #10 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(310): WPO\WC\PDF_Invoices\Main->generate_document_ajax(») #11 /home/customer/www/saberyvida.com/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(», Array) #12 /home/customer/www/saberyvida.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #13 /home/customer/www/saberyvida.com/public_html/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_generat…’) #14 {main}
-
Hola!
de repente mi web aparece totalmente en blanco, puedo entrar al panel de administración de WordPress sin problemas, ya intente cambiando de tema, desactivando plugins, y la web sigue igual.
No me muestra ningun error en la pagina.
Active el DBUG en config.php y me sale lo siguiente en el panel de administración de wordpress:Notice: Function register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/rosvania/public_html/wp-includes/functions.php on line 5865 Deprecated: The PSR-0
Requests_...
class names in the Request library are deprecated. Switch to the PSR-4WpOrg\Requests\...
class names at your earliest convenience. in /home/rosvania/public_html/wp-includes/Requests/src/Autoload.php on line 171 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 7053 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 2165 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 7053 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 2165 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 7053 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 2165 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 7053 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rosvania/public_html/wp-includes/functions.php on line 2165 Warning: Cannot modify header information - headers already sent by (output started at /home/rosvania/public_html/wp-includes/functions.php:5865) in /home/rosvania/public_html/wp-admin/includes/misc.php on line 1431 Warning: Cannot modify header information - headers already sent by (output started at /home/rosvania/public_html/wp-includes/functions.php:5865) in /home/rosvania/public_html/wp-includes/functions.php on line 6896 Warning: Cannot modify header information - headers already sent by (output started at /home/rosvania/public_html/wp-includes/functions.php:5865) in /home/rosvania/public_html/wp-admin/admin-header.php on line 9Ya modifiqué la memoria desde INI editor de cpanel.
el uso de recursos del servidor me inidica el típico «Recursos CPU fueron limitados para su sitio»
¿Creen que sea el uso excesivo de recursos?
en el AWSTATS de cpanel pude ver que las visitas se triplicaron entre el 27 y 28 de mayo, algo raro.La página con la que necesito ayuda: [accede para ver el enlace]
-