itinerantcitizen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hardening (discontinued)] Won’t save changes to login URLHey guys!
I installed the plugin on a multisite installation. It shows up on each dashboard, yet when i turn on the features they simply won’t stay on. When i realod the page all of them are shown off again. I don’t know if it is related, but when I toogle the second or third accordion open, it closes itself again. I can only see all the options by clicking expand all.
Wordpress version 5.5.1
EDIT: just to let you know, the solution given above solved the switch problem. The accordeon still wont work properly, but it is minor hassle. Thanks!
Forum: Plugins
In reply to: [WPS Hide Login] Multiple access attemptsI have a hint of what the problem might be. The plugin disable-xmlrpc no longer works, so try with another one like Wp-hardening
- This reply was modified 5 years, 4 months ago by itinerantcitizen.
Forum: Fixing WordPress
In reply to: Sorry, this file type is not permitted for security reasons.Had the same problem but with Json, you are a life saver. thank you!
Forum: Fixing WordPress
In reply to: WordPress 4.4.2 failed to updateThe answer here was very VERY simple.
Login to the server and change directory to the root of the WordPress site.
Then enter the following
sudo chown -R www-data:www-data .
And dont forget the dot at the end of that command.
Doing this killed my page completely. Attemps to enter to my page or the dashboard resulted in a http 500 error.
I had to reassign the owner to fix that problem
sudo chown -R root:root .
- This reply was modified 8 years, 10 months ago by itinerantcitizen.