kempas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error with image uploading#
I just had this issue (“Post Processing of the image failed…”) with a fresh WP install and tried updating PHP, memory, etc.Finally found it and its a conflict with gd and imagick extensions in php. Ultimately the fix was to disable imagick for image processing. If you have access to your PHP Extensions, make sure to enable GD and disable Imagick. Worked for me.
This worked for me – thanks @sweetpweb!!
Forum: Plugins
In reply to: Are Admin Usernames Public? Suggestions needed.I’ve found this, which appears to report a similar situation:
https://wordpress.org/support/topic/security-hackers-getting-usernames
I’ve also realised that my new admin’s ‘display as’ name wasn’t set to anything different than the actual username. Hence the “yoursite.com/?author=X” makes the username visible.
Tweaked that, waiting for a new attempt…
I’m also suffering from the above issue.