jamesmohr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Permission on FedoraThen were did the files with apache user permissions come from that were not there before I started the restore and why did the restore only work when the apache user could write to specific directories? I’ll ask in that forum. Thanks!
Forum: Fixing WordPress
In reply to: WordPress Permission on FedoraMy only explanation is the the WP Clone plugin uses php-fpm in a different way than other plugins, perhaps requiring it that way because it has to overwrite so much when restoring the backup. At this point my interested is academic as the site is up and running.
I do appreaciate your response.
Forum: Fixing WordPress
In reply to: WordPress Permission on FedoraThanks for the reply.
Sorry, Typo. WP Clone by WP Academy.
Thanks for the link, I read through it and came across this:
“Additional directories under /wp-content/ should be documented by whatever plugin / theme requires them. Permissions will vary.”
So, if the plugin documentation doesn’t mentioned anything, you’re on your own.Forum: Plugins
In reply to: [Multilevel Navigation Menu] Deprecated: Non-static methodI figured it out!
Site 1: wp-config.php:define( ‘WP_DEBUG’, true);
Site 2: wp-config.php:define( ‘WP_DEBUG’, false );Setting WP_DEBUG to false in Site 1 did the trick.
Forum: Fixing WordPress
In reply to: Plugin to modify page before it’s renderedCool. Thanks! So the operative word that I was missing was “filter”.
Putting the code into the template would mean having to redo it should I change the template. As a plugin, it’s run even if I change the template. Is that correct?