jadds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving from Dev to ProdHey George, sorry yes that was a fairly useless post. I did try Better Search Replace but it did not work and I have posted in the bsp forum. I am now looking at wp-cli to see if that suits my requirements better. Thank you.
Forum: Plugins
In reply to: [Better Search Replace] Docker SupportJust tried deactivating all plugins except BSP, and have the same experience. I am using wordpress 6.8.2. Docker Docker version 28.3.3, build 980b856. Docker database image is mysql:8.0. MySQL volume is mounted on an external drive. Code from dockercompose.yml -> – ./db-data:/var/lib/mysql. Have removed all templates except twentytwentyfive….I have one front page and one image on that page. Very simple setup. The only thing I can imagine is that it has something to do with docker? Any help would be much appreciated. Thanks.
Forum: Fixing WordPress
In reply to: Moving from Dev to ProdPlugin -> Better search replace
Forum: Fixing WordPress
In reply to: Unable to create Custom StylesForum: Fixing WordPress
In reply to: Unable to create Custom StylesI have the wordpress root folder /var/www/html as a volume on my local drive.
snip from my docker-compose.yml
volumes:
– ./wp-data:/var/www/html
The perms on that root folder are -> drwxr-xr-x 5 www-data www-data 4096 Sep 19 04:06 wp-data.
I dont see an error as such. I just dont see the + button in the browse -> styles. I am not sure if there should be though. I assume I can create my own custom styles??
I will upload an image of what im talking about now.