levycarneiro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t update WordPress with hardened permissionsHello @benniledl ,
sorry, it’s an error. Command chown above should have a “:”.
Closing permissions = only “wp-content” folder is writable by Apache user (www-data).
Opening up permissions = making all folders writable by Apache user (www-data).
We have been using this recommended setup for years and only recently (past several months) it became an issue, not allowing us to update WordPress anymore (can only update plugins). Because of this issue, now we have to open up permissions via a SSH session > then update WordPress via web > then close down permissions (via SSH). Trying to find a solution for this.
Perhaps the hardening permissions article is not supported anymore by current WordPress? In which case, it needs to be updated?
Thanks!
Forum: Plugins
In reply to: [Redis Object Cache] Excluding certain pluginIn which file should one place the exclusion rules mentioned above? wp-config.php? Thanks.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Change users’ preferences in bulkFound a table:
wp_bpges_subscriptions
Thanks @deadweasel , indeed, it does support inserting recent Pages/Posts inside a Page. Thanks!
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Email comes with shortcode instead of actual imageHi Nastia.
I’m also using another plugin “BuddyPress Group Email Subscription”. This one might be causing the issue. It seems the BP Activity Plus plugin is doing its thing correctly, as images become a shortcode in the DB. Now something (probably “BuddyPress Group Email Subscription”) has to understand how to use this shortcode and convert into an actual image in the sent email. I’ll continue investigating that plugin now.
Thanks!