welswebmaster
Forum Replies Created
-
Bingo! That worked. We have a winner!!!!
Forum: Plugins
In reply to: [WP Crontrol] Entity Manager error – CronThanks, I will need your statement!
Forum: Fixing WordPress
In reply to: wrong plugin update countSame issue for me on a single install (NOT multisite) and only to one of 30+ sites I host on WP Engine. They are not seeing it but I am. I emptied server cache, browser cache and it reverts from 2 plugin updates to 16 updates at will. Its been this way since the last WP update.
Would like a solution.
Forum: Plugins
In reply to: [WP Extended Search] Classic Widgets with Block-based Widgets+1
Hi
I followed the steps exactly as you laid out. It did NOT delete the tables. Instead I used phpmyadmin, selected my database, and on the SQL tab ran the following below. This deleted the tables for me successfully.DROP TABLE wp_ultimate_csv_importer_external_file_schedules,wp_ultimate_csv_importer_ftp_schedules,wp_ultimate_csv_importer_scheduled_import,wp_ultimate_csv_importer_uploaded_file_schedules;
Forum: Plugins
In reply to: [Podlove Web Player] FireFox – Download – Back ButtonI also see this player doesn’t work for iphone mobile. I’ll pass. Thanks.
Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating pluginYes please. Thanks for the fix!
Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating plugin@jasonbahl Will do. I will be a few weeks though. Thanks for this.
Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating pluginLooking forward to it!
Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating pluginYa, I did look at the error log and saw this:
[Thu May 06 16:03:46.285265 2021] [php7:error] [pid 10922] [client 213.198.67.206:46622] PHP Fatal error: Uncaught TypeError: Argument 3 passed to WPGraphQL\\Utils\\Preview::filter_post_meta_for_previews() must be of the type string, null given, called in /nas/content/live/ficmag/wp-includes/class-wp-hook.php on line 294 and defined in /nas/content/live/ficmag/wp-content/plugins/wp-graphql/src/Utils/Preview.php:22\nStack trace:\n#0 /nas/content/live/ficmag/wp-includes/class-wp-hook.php(294): WPGraphQL\\Utils\\Preview::filter_post_meta_for_previews(NULL, 24496, NULL, true)\n#1 /nas/content/live/ficmag/wp-includes/plugin.php(212): WP_Hook->apply_filters(NULL, Array)\n#2 /nas/content/live/ficmag/wp-includes/meta.php(564): apply_filters('get_post_metada...', NULL, 24496, NULL, true, 'post')\n#3 /nas/content/live/ficmag/wp-includes/meta.php(506): get_metadata_raw('post', 24496, NULL, true)\n#4 /nas/content/live/ficmag/wp-includes/post.php(2226): get_metadata('post', 24496, NULL, true)\n#5 /nas/content/live/ficmag/wp-content/plugins/ocean-hooks/ocean-hooks.php(758): get_post_meta(24496, NULL, true)\n#6 /nas/content/live/ficmag/wp- in /nas/content/live/ficmag/wp-content/plugins/wp-graphql/src/Utils/Preview.php on line 22 [Thu May 06 16:04:13.882828 2021] [php7:notice] [pid 15639] [client 199.30.170.110:44304] auditor:event=deactivated_plugin {"plugin":"wp-graphql/wp-graphql.php","network_activation":false,"blog_id":1,"event":"deactivated_plugin","current_user_id":2,"remote_addr":"199.30.170.110"}, referer: <ACTUAL DOMAIN HERE>/wp-admin/plugins.phpI’ll reinstall on fresh install with WP theme no plugins. Kinda sux because we now reverted to Json just to get our mobile app up and running again.
Sidenote – These are the types of topics (workshops) that would be helpful to advanced WordPress admins. We aren’t full blown developers but are expected to use the latest tech for multiple sites for companies. Newbie sessions at Wordcamps are worthless to us as are plugin development. There are a ton of people using WP as a CMS or for their mobile app.Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating pluginHey Jason,
We are running latest version of WordPress and PHP 7.4. I pulled the plugin from ww.wp.xz.cn and updated from Dashboard > plugins. I’ve just deleted all of that.Forum: Plugins
In reply to: [WPGraphQL] WP Engine sites crash when activating pluginThanks, Jason. One site is a fairly new install and has no functions.php extra code. It too crashed with the latest version. I’ll try brand new and start there. Thanks for the tips.
Forum: Fixing WordPress
In reply to: WordPress 5.6 Adding users problemAfter deactivating a ton of plugins, I figured out instead that its a cache issue specifically with that page and the password field. Try this, as it worked out well for us.
Go to Dashboard > Add new user
REFRESH THIS PAGE SEVERAL TIMES
You should see that the value in the password field changes from ****** to actual characters.You’re now able to add new users.
Enjoy!Forum: Fixing WordPress
In reply to: Add Image Size Column to Media LibraryBravo! I commend @inspired888 for this info. Would be a welcome addition to core when promoting web standards.
You still haven’t fixed this issue with your new updated version. You shouldn’t be styling a site’s blockquote. A site’s theme is responsible for that. Rename your blockquote to a seperate style.