sltmunky69
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Import FailureI just sent this over your way to .COM, the .ORG address was unrouteable.
Forum: Plugins
In reply to: [Import and export users and customers] Import FailureThis is not my website even. I’m working on it for a client, but by the look of it, it’s potentially related to Single Sign On to be able to log into this particular website using WordPress.com login credentials. I could share some of the data with you if there is a way to do that securely without exposing it to the whole internet here.
Forum: Plugins
In reply to: [Import and export users and customers] Import FailureThis is on a wp.com website, and it turns out the plugin I was trying to use to enable debugging wasn’t working right. I enabled SFTP access and made the necessary changes. This is the error message I am receiving.
[24-Nov-2024 21:51:48 UTC] PHP Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "stdClass" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /wordpress/core/6.7.1/wp-includes/formatting.php:5122
Stack trace:
#0 /wordpress/core/6.7.1/wp-includes/formatting.php(2843): map_deep(Object(__PHP_Incomplete_Class), 'stripslashes_fr...')
#1 /wordpress/core/6.7.1/wp-includes/formatting.php(5779): stripslashes_deep(Object(__PHP_Incomplete_Class))
#2 /wordpress/core/6.7.1/wp-includes/meta.php(208): wp_unslash(Object(__PHP_Incomplete_Class))
#3 /wordpress/core/6.7.1/wp-includes/user.php(1231): update_metadata('user', 257733319, 'wpcom_user_data', Object(__PHP_Incomplete_Class), '')
#4 /srv/htdocs/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(621): update_user_meta(257733319, 'wpcom_user_data', Object(__PHP_Incomplete_Class))
#5 /srv/htdocs/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(815): ACUI_Import->import_user(7, 116, Array, Array, Array, Array, Array)
#6 /srv/htdocs/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(244): ACUI_Import->import_users('/tmp/phphLkYfJ', Array, false, false)
#7 /srv/htdocs/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(25): ACUI_Import->fileupload_process(Array, false)
#8 /wordpress/core/6.7.1/wp-includes/class-wp-hook.php(324): ACUI_Import->show('')
#9 /wordpress/core/6.7.1/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#10 /wordpress/core/6.7.1/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#11 /wordpress/core/6.7.1/wp-admin/admin.php(259): do_action('tools_page_acui')
#12 /wordpress/core/6.7.1/wp-admin/tools.php(40): require_once('/wordpress/core...')
#13 {main}
thrown in /wordpress/core/6.7.1/wp-includes/formatting.php on line 5122Forum: Plugins
In reply to: [Trust.Reviews] Widget Save & Update not workingIt’s been broken for months, and they don’t seem to care or pay attention to this forum.
- This reply was modified 4 months ago by sltmunky69.
Perhaps not, but yes I did have the hours set. Apparently it doesn’t like when you set 0 as the Pickup Time Open Days Ahead. Thanks for your help!
I can’t even get the date/time selector to show up. All I get is an empty gray box when I select the Pickup Time * (required) dropdown. I have tried disabling all WooCommerce plugins except Shipping & Tax, because it’s required for checkout.
To see the issue first hand, you’ll have to add something to the cart first, then go to checkout.
https://www.slttech.services/shop/Forum: Plugins
In reply to: [List category posts] Using shortcode w/ post_type, orderby title not workingI ended up writing my own code to display the post titles.
Forum: Plugins
In reply to: [List category posts] Using shortcode w/ post_type, orderby title not workingI consulted the help page before I posted this.
@shoppa +1 thanks for the useful info!
Any word on a fix for this? Marciamega’s workaround does fix the problem, however, it basically adds a blank carriage return line feed where the notused category should be on the page which isn’t ideal. It seems that the problem still persists even if I try to rollback the plugin to the previous version before this problem started happening several months ago. On my custom theme’s category.php file, this is my code that isn’t working unless if I do the aforementioned workaround.
<?php if (is_category()) { echo do_shortcode("[catlist id=$cat orderby=title order=asc pagination=yes numberposts=25]"); } ?>
Forum: Plugins
In reply to: [WassUp Real Time Analytics] No work after today updateI installed and used a plugin called WP Rollback to roll back to the last version until the fix is out.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] No work after today updateI’m having the same problem, real time dashboard/stats page no longer shows any visitors after the timestamp of when the update was installed.
I’d rather not post all my plugins on here for security reasons, how else can I get you the info you’re requesting?
I think the order by clause is broken on one of the latest updates, I am seeing a similar problem. In my case, for ages I’ve had it set up to orderby=title and order=asc and now it no longer is sorting the posts alphabetically but by post date.