Skip to main content

Questions tagged [wordpress]

Filter by
Sorted by
Tagged with
0 votes
2 answers
118 views

I'm currently dealing with a real threat: the trojans Troj/PHPShel-CE and PHP/Agent-BJNA showed up on my system. I've decided to move to another provider – the first server IP was already blacklisted, ...
Harvey68's user avatar
0 votes
1 answer
40 views

I have a situation and have described it here . In short: Images from WP are randomly missing from the server while being kept in the database. I am confident that this is done through application and ...
Oktarin's user avatar
0 votes
1 answer
102 views

Apparently I'm drawing a blank - must be a simple, stupid issue.... Scenario: Website hosted by a provider w/ Apache WS - no root access. Existing static website is located in folder public_html (...
mgw's user avatar
  • 13
0 votes
1 answer
58 views

I am using version: '3.8' services: mydb: image: mysql:5 environment: MYSQL_ROOT_PASSWORD: shiva mywordpress: image: wordpress ports: - 8080:80 links: - mydb: ...
shivasai11's user avatar
0 votes
0 answers
70 views

I just re-installed wordpress in Debian server and it sits in /var/www/html/wordpress directory. I used wordpress in the past, so I have partially configured things, just need to polish it a bit. I ...
saXh26Ql0zkF's user avatar
0 votes
0 answers
1k views

I have an issue with SELinux that when enforcing (enabled) causes Wordpress on Apache to throw errors in the header like: Warning: An unexpected error occurred. Something may be wrong with WordPress....
TexasTim's user avatar
1 vote
2 answers
348 views

This is my first foray into customizing Nginx, which I have running on a Digital Ocean droplet. My site files are located in /sites/rob_app. everything is owned by rob all files are 0644 all ...
rob's user avatar
  • 11
0 votes
1 answer
86 views

I was working on my Wordpress site, and to get a non-database, HTML version suitable for my datamine, such as is running correctly at https://orthodoxchurchfathers.com and https://searchgkchesterton....
Christos Hayward's user avatar
1 vote
0 answers
376 views

I tried this: cd /opt/lampp/htdocs/ sudo usermod -a -G daemon john sudo find . -exec chown john:daemon {} + sudo find . -type f -exec chmod 664 {} + sudo find . -type d -exec chmod 775 {} +cd <-...
user2107656's user avatar
-2 votes
1 answer
2k views

sudo rsync -avP ~/wordpress/ /var/www/html/ Error receiving is: sending incremental file list rsync: change_dir "/root/wordpress" failed: No such file or directory (2) sent 20 bytes ...
Rakhi pillai's user avatar
0 votes
0 answers
164 views

Nginx seems to be blocking the update of some plugins like revisionary (used to do so with translatepress too but didn't the last time) by locking some strange files inside the plugins directory. The ...
Richard Rosner's user avatar
1 vote
0 answers
72 views

Our wordpress website we need to enable gzip compression we followed below instruction to enabled. we have wp rocket plugin this plugin automatically added compression mode_deflate lines in .htaccess ...
user461491's user avatar
0 votes
2 answers
114 views

I have single Wordpress webpage on LAMP server. It's running perfectly. I am very newbie to networking and www, I don't want to break my page which serves as eCommerce and brings me income. My webpage ...
saXh26Ql0zkF's user avatar
0 votes
1 answer
181 views

Not sure if this belongs on Wordpress Stackexchange or here. I think here as the last line in my code is not Wordpress specific. I have the following code in a .sh file which I run weekly using Cron. ...
Laurence Cope's user avatar
0 votes
1 answer
186 views

I'm struggling to increase file upload size on my linux machine where I host my wordpress website... Things I tried and that are still active: .htaccess php_value upload_max_filesize 64M php_value ...
Алекса Јевтић's user avatar
0 votes
1 answer
3k views

Before starting, I'd like to ssay this is my first experience with VPS, I have an Ubuntu 18.04 64bit minimal server. For everything I tried so far I didn't tried using complex application. Just plain ...
celsomtrindade's user avatar
0 votes
1 answer
386 views

I spawned a LXC container on our (Proxmox) hypervisor (we run multiple containers on it without any performance issue). I installed NGINX and PHP7.4 on it and host (currently) only 1 Wordpress website....
CodeNinja's user avatar
  • 231
0 votes
0 answers
68 views

I'm trying hard to get my cookie free domain working for my WordPress installation. I've followed a lot of tutorials but I still get no content over the new cookie free subdomain. These are my steps: ...
Mr. Jo's user avatar
  • 203
2 votes
2 answers
187 views

I am creating a website with Wordpress 5.2 on a CentOS Linux 7.7.1908 node. PHP version is 7.x. I have asked assistance to the creator of the theme that I am using. The creator asks me admin access ...
Marco Faustinelli's user avatar
0 votes
2 answers
928 views

When I run wget https://wordpress.org/latest.tar.gz in my Ubuntu 16.04 server, I get this result: I have tried other sources but they do not have the specific error that I do. It seems to not find ...
Compiler v2's user avatar
0 votes
2 answers
230 views

I am working on automating a WordPress install. While editing wp-config.php file, I need to replace 8 lines containing put your unique phrase here with Salt generated by WordPress.org servers. So, I ...
user avatar
1 vote
1 answer
58 views

I have more than 200 wordpress sites under /home2/blogname/public_html/ and I need to find what of these blogs don't have one subdir inside called "better-wp-security" under de plugins dir like: /...
Hueznar's user avatar
  • 15
0 votes
1 answer
122 views

I set up a basic Wordpress installation (on a Raspberry Pi running Raspbian Stretch - Debian 9) using NGINX. Recently I changed the hostname of my system (as part of a plan to ensure consistent ...
Milliways's user avatar
  • 1,408
0 votes
0 answers
2k views

TL;DR - when there's traffic (around 900) our sites' CPU reaches 100%, slow down and crush. INTRODUCTION Our company holds more than 40 content websites, hosted on Digital Ocean, using Wordpress CMS....
Esthetic Nerd's user avatar
0 votes
1 answer
365 views

I am moving a Wordpress site to a new dedicated host. I have managed to move the assets and import the wordpress database. I update the wp_options to the tempory domain name (until I'm ready to make ...
jeff porter's user avatar