ChiKaLio
Forum Replies Created
-
thanks
figured it out thanks ^_^ guess my host changed it for some reason.. old websites using lite speed and now working without parse_ini_file() will it cause any problems ?
Here you go ^_^:
Fatal error: Uncaught Error: Call to undefined function LiteSpeed\parse_ini_file() in /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php:687 Stack trace: #0 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php(116): LiteSpeed\Base->load_default_vals() #1 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php(36): LiteSpeed\Conf->_conf_db_init() #2 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/core.cls.php(50): LiteSpeed\Conf->init() #3 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/root.cls.php(220): LiteSpeed\Core->__construct(false) #4 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php(186): LiteSpeed\Root::cls() #5 /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php(189): run_litespeed_cache() #6 /home/mywebsite/public_html/wp-admin/includes/plugin.php(2389): include_once(‘/home/mywebsite/p…’) #7 /home/mywebsite/public_html/wp-admin/includes/plugin.php(675): plugin_sandbox_scrape(‘litespeed-cache…’) #8 /home/mywebsite/public_html/wp-admin/plugins.php(60): activate_plugin(‘litespeed-cache…’, ‘https://my-web…’, false) #9 {main} thrown in /home/mywebsite/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php on line 687
add this on line 332:
/** * Declares WooCommerce HPOS compatibility * * @return void */ public function woocommerce_hpos_compatible() { if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } } }
litespeed not supported nvm..
Forum: Plugins
In reply to: [Zero Spam for WordPress] JSON API BlockedOkay thanks ^_^
Forum: Plugins
In reply to: [WooCommerce Admin] Undefined class constant ‘ACTIVE_TASK_TRANSIENTIt’s a production site so i need to clone it etc
If you’re sure that it’s caused by another plugin or theme i’ll mark it as solved <3Or you can add a tiny little if(ACTIVE_TASK_TRANSIENT) O:)
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] mPDFDone, and thank you but they care bout positions more then functionality x)..
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] mPDFit worked, this are my changes in the old & new template
<table class="head container"> <tr> <td align="left" class="header"> <?php if( $this->has_header_logo() ) { $this->header_logo(); } else { echo $this->get_title(); } ?> </td> <td align="center" class="header"> <h3 class="h1marg"> <?php if( $this->has_header_logo() ) echo $this->get_title(); ?> N° <?php if ( isset($this->settings['display_number']) ) { ?> <?php $this->invoice_number(); ?> <?php } ?> </h3> </td> <td align="right" class="header"> <img style=" width:140px; position: absolute;right:0; top:0;" src="https://otrity.com/wp-content/uploads/2020/02/d17-mini-1.png"> </td> </tr> </table> <hr>
has nothinf todo with tfooter
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] mPDFsimple pdf works fine, i’m using a custom template although i just changed invoice number place, i’m gonna change my template based on “simple mpdf”
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] mPDFi found this in
woocommerce-pdf-ips-mpdf-2021-12-14-2c01a7d8205763be82acbfe7038850cc.log (14 décembre 2021 à 15 h 33 min CET)
2021-12-14T07:36:17+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T07:37:17+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T07:37:27+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T10:36:49+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T12:07:35+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T12:08:09+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T12:08:17+00:00 CRITICAL <tfoot> must precede <tbody> in a table 2021-12-14T12:08:22+00:00 CRITICAL <tfoot> must precede <tbody> in a table
the error repeats like 100 times
@bornforphp No in apache error logs
Forum: Plugins
In reply to: [WooCommerce] WC_Widget_Product_Search ignore accent and special charactersanyone ?
would be better to support the pos by woocommerce ??
Thank you very much! keep it up!