spinhead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: modify admin dashboard screen settings with wp cliAs I mentioned, I’ve perused the wp-cli settings pretty carefully. Checked again, and nothing under “wp user meta list” includes settings for what are apparently called meta boxes.
It’s not clear where
metaboxhidden_dashboardis; I don’t see it in the database or the wp cli functions.Forum: Fixing WordPress
In reply to: shortcode fails in input field id but works elsewhereCode in view source is now
<input id="<?php do_shortcode( handle[this_post_num]); ?>” type=”checkbox” name=”collapse” /></p>In other words, same result, it’s just showing the new code instead of the old.
Will php really run in a form field in a post? Seems unlikely to me.
Forum: Fixing WordPress
In reply to: modify admin dashboard screen settings with wp cliI was pretty sure I explicitly said I was looking to change the dashboard screen options, as in, the drop down from the top that has checkboxes to show/hide the various items on the dashboard. Dunno why it doesn’t say that now, so obviously I misremembered.
I’ve gone through the entire list of wp cli commands and the database fields and can’t find this information. The Options subcommand doesn’t cover it.
Forum: Plugins
In reply to: [Instant CSS] installed and activated but nothing happensHuh. It was not there, honest! There now, though.
However, I was thinking like a developer, not an end user, so I assumed it would affect the Theme Editor. I rarely (almost never) use the Custom CSS tool, which is what this appears to work with.
Not what I was hoping for. Will continue mass copy/pasting until something better comes along.
Forum: Fixing WordPress
In reply to: wp cli plugin update fail regarding WP_CLI\UpgraderSkinVery much interested, in fact. Help? Hello?
Forum: Fixing WordPress
In reply to: wp cli plugin update fail regarding WP_CLI\UpgraderSkinStill interested in resolving this.
Forum: Installing WordPress
In reply to: stripped down minimal smallest footprint installationUpdates will probably put back files
d’oh. of course they will.
The good news is multisite
Yup. Got me some studying to do. Excellent. Thanks.
Forum: Fixing WordPress
In reply to: wp cli plugin update fail regarding WP_CLI\UpgraderSkinIt happens with any plugin, but doing the update from within the WordPress dashboard works fine, so it’s unlikely to be permissions. Also, the error specifically mentioning both a specific line of code in wp-cli and the return of an http header issue () makes permissions problems seem less likely.
However, just to confirm, all permissions in the plugins folders are 755 for folders, 644 for files, so that shouldn’t be causing a problem.
Forum: Fixing WordPress
In reply to: wp-cli: choose php versionThe host changed my account’s path to php and resolved this issue. I’m finding out if it’s something I should have been able to do (user error) or something they had to fix (misconfiguration.)
Forum: Fixing WordPress
In reply to: wp-cli: choose php versionA new host because they have tight security? I think not. I’ve been with them for over a decade and received the best customer service, not just of any hosting company, but of any business relationship, in my life.
But other technical suggestions are welcome 🙂
Forum: Fixing WordPress
In reply to: wp-cli: choose php versionphpinfo() is disabled on the server, and with jailedshell I don’t have access outside my hosting directory, nor can I install anything on the server.
I will confirm with my guy about the php files for the old version. That’s a good question.
Thank you.
Forum: Fixing WordPress
In reply to: wp-cli: choose php version-jailshell: /usr/bin/su: Permission denied
My server guy has a query in to his people. He’s never used wp-cli but he has resources to check with. If I need him to do something, he’ll gladly do it barring security issues. But at this point, we’re not even sure what he could change to allow this to work.
Thanks for continuing to offer suggestions. I appreciate any help I can get.
Forum: Fixing WordPress
In reply to: wp-cli: choose php versionPHP version is fine in cPanel, and fine if I check the PHP version in terminal/ssh. Site Health is good.
If I run
export WP_CLI_PHP=/opt/php72/bin
I get no error, which should mean all is well. Then I immediately run
wp plugin list
and get back
Your server is running PHP version 5.5.38 but WordPress 5.3.2 requires at least 5.6.20.
So wp-cli seems to be ignoring the version of php in my htaccess, the version the site is using, and ignoring the explicit command to use v7.2, and using ONLY the default version on the server.
Forum: Plugins
In reply to: [List category posts] Filter Tags by Custom Field valueI really don’t know. Hopefully the plugin author will drop by someday to address the outstanding support requests.
Did you try my last suggestion? I think it addresses your need, but if not, perhaps try showing an example.
Forum: Plugins
In reply to: [List category posts] Filter Tags by Custom Field valueThe database is going to see each of those pairs as a discrete item, not individual entries.
I don’t know for sure, but you could probably create multiple custom fields, fruit1, fruit2, fruit3, and then use the tool to select like this:
fruit1 AND fruit2
fruit1 OR fruit3
fruit1 AND fruit2 AND fruit3
etc.