wpam
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Offload SES Lite] How to uninstall properly and removes tables and dataAlso remove access keys from wp-config.php:
define( 'WPOSES_AWS_ACCESS_KEY_ID', '********************' );define( 'WPOSES_AWS_SECRET_ACCESS_KEY', '**************************************' );Forum: Plugins
In reply to: [WP Offload SES Lite] How to uninstall properly and removes tables and dataI found the info here. Thanks!
https://deliciousbrains.com/wp-offload-ses/doc/uninstall-wp-offload-ses/
(The plugin worked great, but I ended up configuring mail differently on my server so I no longer needed it.)
- This reply was modified 1 year, 10 months ago by wpam.
Forum: Fixing WordPress
In reply to: Fatal ErrorI had the same problem. Basically the update failed mid way. It’s not hard to fix. You just need to complete the update manually. Here are instructions.
In my case, I suspect the problem was that I deleted the xmlrpc.php file. This caused a fatal error for some reason. (I restored it and will figure out another way to disable this functionality – I deleted it because trolls were using it to slow down my web site.)
The basic idea here is to download the 5.6 tar file and unzip/untar it and then compare directories to see what’s missing. I used unix diff to show the difference between directories and individual files within them. Then I copied files individually as necessary (there were about 5 in my case). (Unix cp by default preserves file/group permissions of the target.)
- This reply was modified 5 years, 6 months ago by wpam.