witchblade32
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Function Load ErrorA lot of our sites use a custom theme that’snot a block theme. The error only appears when debugging is turned on (which we normally only do when troubleshooting). It’s my understanding that the error is related to language files being loaded too early. That part could be moved to the after_theme_setup
After we moved our site to a new server, we started getting these errors. I realized that the paths in the logs didn’t match the new server paths and items in the malware scan ignored list were what was causing the errors.
– restore the ignored items causing the issues (or if there’s a lot of them.. restore everything)
example : /var/www/vhosts/mydomainname.com/httpdocs/favicon.ico in the list it just shows up as favicon.ico and there’s 2 of them.. the old path and the new path
– rescan
– The old paths will be gone and won’t create errors anymore… you can click ignore on anything still in the listForum: Plugins
In reply to: [WooCommerce] High-Performance Order Storage (HPOS) – how to clean databaseThanks for the tip. That step doesn’t seem well documented (or I wasn’t looking in the right place).