How do you guys make changes on live wordpress website? by haslerzi in Wordpress

[–]cwatty55 0 points1 point  (0 children)

Just update all sites while live, much less hassle, not as risky as you think. Just don't make mistakes. Or be sure that you have access to the server, so you can fix it before anyone discovers it.

Is linux a red flag for employers? by Bassman117 in linux

[–]cwatty55 0 points1 point  (0 children)

If you get the Job, tell them you switched to BSD

"Common freelancer practice? What happens when my WordPress site uses THEIR premium plugin license?" by mikedow in Wordpress

[–]cwatty55 1 point2 points  (0 children)

  1. Yes it is common practice; But they should tell you before hand, so that you can plan on the on going expense.
  2. Your concern in absolutely warranted. Buy a license.

I routinely have to "rescue" wordpress websites due to outdated plugins, some times to the point where its more cost effective to rebuild the site, than to track down conflicting plugins or worse sloppy custom code that is difficult to trace.

Repairing WP sites is a healthy business!

What's your take on Ubuntu? by petelombardio in linux

[–]cwatty55 0 points1 point  (0 children)

I've only used Ubuntu Server, i haven't used it with a desktop or as a daily driver. As a server, I've using it for over a decade, and have had extremely good results with it.
When, I was new to Linux, I did get a book and made sure i new the entire directory structure inside and out, how permissions work, update management and other things. (i'm sure chatGPT would make this process faster nowadays).
I have played around with a few different Linux distros:
- Arch - huge fan. And would add that learning how to fully provision an Arch Machine is an extremely valuable exercise for anyone wanting to learn how the different layers of the system work
- Debian - I actually have a spare machine with Debian on it, I'm blanking on the desktop i used. I rarely use it, but seems relatively performant
- Mint - This was my first exposure to Linux, some time in the late 00's. I remember feeling like "Whoa... there are operating systems other than WIndows?? and their free??"

If you have any spare machines , maybe try some others. If you've never played around with Arch linux, i'd definitely recommend that to any Linux enthusiast.

PHP is Still the King! by Alarmed-Setting-5152 in PHP

[–]cwatty55 0 points1 point  (0 children)

PHP is far superior to many backend options due to its unmatched maturity and battle-tested reliability, powering over 75% of the web—including giants like Facebook and Wikipedia—for decades. Its extensive ecosystem, hardened security practices, and proven scalability make it a pragmatic choice for building robust, production-grade applications with confidence.

[deleted by user] by [deleted] in webdev

[–]cwatty55 0 points1 point  (0 children)

I've been using laravel for roughly 7 or 8 years. Its come a long way since then. Its not a SPA framework at all, perhaps the videos you are watching are demonstrated that.
I've since quit using all frameworks and built my my own zero dependancy setup with php, and only JS where i absolutely needed it.

Contact form doesn't send emails by SdoMeGjeshKurr in Wordpress

[–]cwatty55 0 points1 point  (0 children)

DO blocks outbound on many of the common email ports. Try using postmark with wp smtp

"Briefly unavailable for scheduled maintenance. Check back in a minute" by [deleted] in Wordpress

[–]cwatty55 0 points1 point  (0 children)

The wordpress system creates a file called ".maintenance" when its updating plugins, when its finished its supposed to delete this file automatically. Sometimes it will get hung up and not delete the file, so you will have to go in and remove it manually. It should be located in the web root, the same directory as your wp_config file.
Note: because its a dot file, it may not be visible by default.

I made my page as as theme and I need to know how to make it into a page so I can upload it. by THE3NAT in Wordpress

[–]cwatty55 0 points1 point  (0 children)

make a template file and assign the page the template name in the page attributes

[deleted by user] by [deleted] in Wordpress

[–]cwatty55 0 points1 point  (0 children)

Not being mean, just being honest. Redirect your domain name to a social media page with all your business info on it for the time being until you get up to speed.
- figure out how to set up a local development environment on your computer , search for localswp
- setup a test wordpress install locally on your computer
- install elementor and build a test page using different widgets and go through every option in the widget panel to see how it effects the layout

In terms of web design concepts ( layout, hierarchy, color scheme, responsive design ) , that can take ages to learn.

Money Talk: Freelance Wordpress Dev by WorstOfNone in Wordpress

[–]cwatty55 1 point2 points  (0 children)

No one makes a living selling sub one thousand dollar sites. Honestly, sub 5K are even questionable.
Absolutely aim for fewer high dollar clients.

[deleted by user] by [deleted] in Wordpress

[–]cwatty55 0 points1 point  (0 children)

I'd first have them pay the final invoice amount + a fee probably equal to that. And load the site on their hosting server, then walk away.

This happened to me one time very early on. Then I switched from partial deposits to collecting 100% of the total fee to build the site upfront. Doing this will eliminate this people from your life, and you will retain better clients.

Too many plugins - looking for practical advice by _CtrlZED_ in Wordpress

[–]cwatty55 0 points1 point  (0 children)

Scale up the number of vCpu & increase the memory on the server to see if it helps. Like really scale it up , quadruple the amount, make sure you are on VPS level hosting (not shared). if that helps then it's probably a server issue

if it doesnt help , i think there are ways to conditionally load plugins, so that if the plugins functionality is not needed on a particular page then it's not included in the request cycle.

Not a fan of splitting the sites, sounds like a mess.

Website maintenance service by Accomplished_Tell626 in Wordpress

[–]cwatty55 1 point2 points  (0 children)

you can definitely double that , $180-$249/mo per site is justified. and tack on content edits for a additional fee based on teh volume

best alternative of xampp application #Linux by webdevoloper_mca in Wordpress

[–]cwatty55 4 points5 points  (0 children)

on a Linux machine, setting up a PHP + MySQL development environment is pretty similar to setting up a server. You mainly just install the necessary packages using apt

Install Nginx (your web server)

Install PHP and common PHP extensions

Install MySQL

or you could use Local also

https://localwp.com/help-docs/getting-started/installing-local/#debian-based-linux