emanuelcelano
Forum Replies Created
-
resolved
yes fixed, many thanks!
Forum: Plugins
In reply to: [WooCommerce] Critical Error on Products Page in DashboardI found a solution to fix this error:
class-wc-product-data-store-cpt.php. Error message: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string
Error due to null variable in PHP 8
go to line 371 of the “class-wc-product-data-store-cpt.php” file and replace this line
$set_props[‘gallery_image_ids’] = array_filter( explode( ‘,’, $set_props[‘gallery_image_ids’] ?? ” ) );
with this change
$set_props[‘gallery_image_ids’] = array_filter( explode(‘,’, ”.$set_props[‘gallery_image_ids’] ?? ” ) );
Can you make this change in the next version of the plugin please
Thank youForum: Plugins
In reply to: [WooCommerce] Critical Error on Products Page in DashboardThanks for the reply.
Can I send you the data privately?Forum: Plugins
In reply to: [WooCommerce] Critical Error on Products Page in DashboardI get the same error : class-wc-product-data-store-cpt.php. Error message: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string
To temporarily eliminate the error I deleted from the database the last post which is in “pending” status
SELECT * FROM
posts
WHEREpost_status
LIKE “pending”;I am interested in knowing the solution to the problem. Thanks
- This reply was modified 1 year, 9 months ago by emanuelcelano.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Critical ERRORVery kind! thanks
Forum: Plugins
In reply to: [Breadcrumb NavXT] Critical ERRORThanks a lot for the advice. I appreciate it.
However, I don’t have the time to do these checks
good day and wishes for happy holidaysForum: Plugins
In reply to: [Breadcrumb NavXT] Critical ERRORwaiting for your fix I applied this solution and the plugin is back to working correctly
On this file path : root plugin file : breadcrumb-navxt.php line 177 //'hseparator' => $this->settings['hseparator']->get_value() path : breadcrumb-navxt/includes/adminKit file : class-mtekk_adminkit.php line 538 //else //{ // $opts[$key] = $setting->get_value(); //}
- This reply was modified 3 years, 3 months ago by emanuelcelano.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Critical ERRORUncaught Error: Call to a member function get_value() on string
not a php version problemForum: Plugins
In reply to: [Custom Simple Rss] Character encoding not working for symbol on title tagThanks for the reply. I understand the problem perfectly. I wrote here to find out if an error correction is expected in the next version of your plugin or if there is a fix for character encoding in WordPress title for apostrophe or quotes outputed from your plugin ? thanks again
Forum: Plugins
In reply to: [Custom Simple Rss] Character encoding not working for symbol on title tagHi, did you check the problem ?
I try to put some text on article from my web pages
ThanksForum: Plugins
In reply to: [Custom Simple Rss] Character encoding not working for symbol on title tagThanks for the reply.
Check from my web blog https://www.analisideirischinformatici.it/sicurezza/ the rss generated : https://www.analisideirischinformatici.it/sicurezza/?call_custom_simple_rss=1&csrp_posts_per_page=15&csrp_orderby=date&csrp_order=DESC&csrp_cat=196
The title “IL WIFI DELL’AEROPORTO DI MILANO USATO PER TRACCIARE GLI UTENTI SUL WEB? : “LA SCOPERTA” —> became “IL WIFI DELL &# 8217;AEROPORTO DI MILANO USATO PER TRACCIARE GLI UTENTI SUL WEB? : &# 8220;LA SCOPERTA &# 8221;”
Thanks for the fixing- This reply was modified 5 years, 4 months ago by emanuelcelano.
- This reply was modified 5 years, 4 months ago by emanuelcelano.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] custom home page not workPerfect. Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] custom home page not workI send you by email the access to my site right now. Please check it. Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] custom home page not workI reply many times to this email ticket “R: Ticket #3971”
5 email :
Inviato: venerdì 7 dicembre 2018 20:01
A: ‘Customers’ <[email protected]>Inviato: venerdì 30 novembre 2018 12:37
A: ‘Customers’ <[email protected]>Inviato: mercoledì 28 novembre 2018 16:24
A: ‘Customers’ <[email protected]>Inviato: lunedì 26 novembre 2018 12:28
A: ‘Customers’ <[email protected]>Inviato: giovedì 22 novembre 2018 19:53
A: ‘Customers’ <[email protected]>But the point is not that.
I desire to solve the problem. How to fix it?
Thanks