Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [wordpress]

Filter by
Sorted by
Tagged with
0 votes
2 answers
117 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
2 votes
2 answers
231 views

I run WordPress on my server, and everything is working well. However, 1-2 times a day, I get the following warning in my Syslog: Dec 26 04:48:35 my_hostname mariadbd[895]: 2024-12-26 4:48:35 12606 [...
Erik's user avatar
  • 31
0 votes
1 answer
39 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
292 views

Good day, I'm having a problem renewing a domain with certbot. This is the error I'm getting: root@mywebserver:~# certbot renew Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - -...
Alain Alemany'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
0 answers
87 views

I'm having issue with a server than hosting 5 Wordpress and 1 staging Including on Woocommerce and one Bbpress with huge db. The server got 120Go Ram with 500Mo swap set. I have a TTFB around 3s... ...
Teal_cfr's user avatar
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
1 vote
0 answers
44 views

When I copy large amounts of data back and forth on my Debian XEN server in the host-VM, the server response in the webserver-VM with nginx becomes very slow. This is how I cause the problem in the ...
rubo77's user avatar
  • 30.6k
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
182 views

This is driving me nuts... There's a lot of info over the place and I've spent quite some hours already without any success. A customer of mine haves a website compromised with some japanese SEO spam (...
nnimis's user avatar
  • 101
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
4 answers
2k views

The install instructions for memcache are not really up-to date. How do I install on Debian using php-fpm and nginx? I tried this: apt install memcache zlib1g-dev php-dev pecl install memcache This ...
rubo77's user avatar
  • 30.6k
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
0 answers
50 views

I am trying to prepare a WordPress site, on my public web server, running apache2. The database host, I am trying to use, for the WordPress installation, is another server. While I can successfully ...
manmatha.roy's user avatar
0 votes
1 answer
84 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
0 votes
1 answer
1k views

I run a wordpress site in local wiht docker, and in a plugin I send a GET request for a style.css file, which is a symlink, and it doesn't work, it answer a 404 not found I don't think the probleme is ...
hugogogo's user avatar
  • 121
1 vote
0 answers
375 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
0 votes
1 answer
558 views

I am hosting a WordPress website on Debian 10. I just installed php8.0. When I a2enmod php8.0, the WordPress site breaks entirely. On Firefox I get the following message: Secure Connection Failed An ...
Peter's user avatar
  • 11
-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
534 views

I am trying to build myself a custom WordPress theme using underscoretw. Theme location is: /home/j/code/mechanic360/wordpress_theme/mechanic360/theme And the nginx powered, local WordPress site sits ...
J86's user avatar
  • 413
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
0 votes
0 answers
312 views

The process has been taking up a lot of resources and has been sending DDos(?) to other sites. It ran under as www-data. What it does : it downloaded under wordpress's wp-content folder and run ...
henry's user avatar
  • 101
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
1 answer
36 views

I have malware links at bottoms of all my WordPress footers. I need a better method to mass remove the following across multiple footer.php <?php /* Always have wp_footer() just before the ...
Ben's user avatar
  • 1
0 votes
2 answers
112 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
-1 votes
1 answer
535 views

I have a vps server that had been attacked with a virus which keeps injecting many hidden files. How can I delete all hidden files in directories and sub directories of the public_html folder, except ...
sabdel sabdel'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
1 vote
0 answers
172 views

So I have just taken over managing a client's website and I am running into the error in the title whenever I try to update WordPress or install/update plugins. So far I have tried creating a new temp ...
mravox's user avatar
  • 11
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
0 answers
775 views

I am trying to correct this piece of code but I have an error and the code doesn't executed. I would like to use a Public IP to run WordPress as well. The problem is that I can't run sudo chcon -t ...
TJstock's user avatar
  • 21
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
2 answers
1k views

Looking for some guidance around setting up a cron job to run every 15 minutes that sets off a script within the WordPress Plugin Amelia. According to their docs, I need to add the following line to ...
Daniel Sissons'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
638 views

I'm currently running Ubuntu 14.04 and trying to use the latest version of WordPress v5.4.1. When trying to run my WordPress site, I'm receiving the error: Your server is running PHP version 5.5.9-...
tonyf's user avatar
  • 101
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
0 votes
1 answer
362 views

my marketing department wanted from me detect our domains for that if they use Wordpress. I have our huge list of domains, but I can't find proper cms detector which will just save which domain has ...
Delirium's user avatar
  • 378
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
1 vote
1 answer
2k views

Docker version 19.03.5, build 633a0ea838 Linux xxx 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I'm trying to setup an Nginx Proxy with Docker ...
Simone Foschi'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
1 vote
0 answers
156 views

I have a Wordpress website where I am trying to serve through nginx, gzip pre-compressed html files generated by WP Super Cache plugin and for that I created a location directive with special headers ...
konkhra's user avatar
  • 11
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
0 votes
1 answer
3k views

I am using InstantWP which installs a virtual server running Alpine Linux. InstantWP is for running a local version of Wordpress. It has MariaDB 10.1 installed, which isn't the latest version of ...
machump's user avatar
  • 103
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
54 views

I ashed a question How to make Wordpress independent of hostname recently, and followed the advice by editing the mysql details. This seemed quite successful and the Wordpress installation seemed to ...
Milliways's user avatar
  • 1,408
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
2 answers
6k views

I'm serving wordpress behind a reverse proxy in nginx. I want to be able to serve also static pages that I have in a different root directory. I tried this: server { listen 80; ...
Moshe's user avatar
  • 322
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
269 views

I got 750 files that have injected by malicious code, and here is the code : var _0x6eea=["\x56\x79\x7A\x43\x6B\x63\x4B\x65\x77\x37\x67\x39\x64\x43\x6C\x36\x77\x70\x6E\x43\x6F\x63\x4F\x57\x51\x38\...
Widi Anto'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
2 votes
2 answers
246 views

Some months ago I created a Wordpress implementation using NGINX and mariadb (on a Raspberry Pi running Raspbian Stretch). This developed some problems (as a result of a failed attempt to install ...
Milliways's user avatar
  • 1,408