Tag Archives: cpanel

Thinking About Switching From WordPress? What Should You Consider Before You Move?

Website migration from WordPress to UltimateWB

Ask David!

I'm thinking about switching from WordPress to another platform.
It's not a complicated website, but over the years, I've had to add many plugins, for SEO, security, backups, forms, page building, etc. It feels like my website is living in an old house, and we're just waiting for the roof to leak, or something to break. I've been googling for discussions about migrating away from WordPress and found UltimateWB. Most other discussions I've found are the opposite, and

... Continue reading
Posted in Ask David!, Compare Website Builders | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

The Hidden Domain Name Lock-In: Which Registrars Restrict Nameservers?

Restricted domain registrars like Wix and Cloudflare, vs flexible domain registrars that let you update your domain nameservers

When buying a domain name, most website owners assume they can point it wherever they choose. However, depending on where you register your domain, you might run into an unexpected limitation: some registrars do not allow you to change your nameservers.

Instead of simply updating your nameservers to point to a new web host, you are forced to manually manage individual DNS records or transfer the domain out entirely. Many platform-operated registrars enforce these restrictions, keeping your DNS tied to

... Continue reading
Posted in Domain Names | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

How to Fix the WordPress “Critical Error” on the Widgets Page After a PHP Upgrade

WordPress blog admin panel, widgets page, default critical error message

Upgrading your server to PHP 8+ is essential for site performance and security, but it can occasionally trigger unexpected backend crashes. A common issue after a PHP upgrade is navigating to Appearance > Widgets (/wp-admin/widgets.php) only to be greeted by the dreaded message:

"There has been a critical error on this website. Please check your site admin email inbox for instructions."

If your post editor works fine but your widget manager suddenly throws a critical error, the culprit is almost

... Continue reading
Posted in WordPress Customization | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

The Hidden Risk of SaaS Website Builders: Lessons from the Recent Wix Outage

Wix services offline, 503 Service Temporarily Unavailable error, platform outage

When a major website builder suffers a service disruption, online business owners collectively hold their breath.

During a recent incident detailed on the Wix status page, site owners encountered 503 "Service Unavailable" errors, log-in failures on their admin dashboards, and widespread downtime across published pages. While server issues can happen anywhere on the web, how a disruption impacts your business comes down to one core architectural choice: Hosted SaaS vs. Self-Hosted Software.

Here is what the disruption highlighted about the

... Continue reading
Posted in Compare Website Builders | Tagged , , , , , , , , , , , , , , | Leave a comment

How to Edit .htaccess on the Site Level or Add Rules Globally

WHM Terminal

In "How to Stop High Server Load from Distributed Botnets, Scrapers, and Database Queue Locks" we talked about how to fix your high server loads. That included adding rules to your site's .htaccess file, or updating the rules globally. If you don't know how to do that yet, this guide is for you.

Crucial First Step: Make a Backup

Before touching .htaccess, always make a copy. A single typo in this file will cause a "500 Internal Server Error" and take

... Continue reading
Posted in Coding, Server Admin & Security | Tagged , , , , , , , , , , , , , , , | Leave a comment

Why cPanel AWStats Shows 90%+ of Website Visits as 0–30 Seconds (And Why It’s Normal)

cPanel, Awstats traffic statistics, showing 90+% for the 0-30s Visits Duration category

If you have ever opened your website analytics and looked at the Visits Duration report, you may have felt a sudden wave of concern.

You see that the majority of your visits - sometimes 90% or more - appear in the shortest duration category:

0 seconds to 30 seconds.

Does that mean visitors are leaving immediately? Is your content failing? Is your website not engaging people?

Before assuming the worst, it helps to understand what your analytics system is

... Continue reading
Posted in Search Engine Optimization (SEO), Website Traffic | Tagged , , , , , , , , , , , , , , , | Leave a comment

Why AI Builders Become Unaffordable at Scale (And the UltimateWB Alternative)

AI builder scalability wall vs UltimateWB scalability

The promise of "prompt-to-app" builders like Lovable, Bolt, and V0 is seductive: describe your idea, and the AI builds it. It feels like a breakthrough in speed - until your project actually starts to grow.

Lately, a pattern has emerged across the entire AI-builder market. Users start with high hopes, but as their applications gain complexity, they hit a Scalability Wall. What began as an affordable experiment can quickly turn into a mountain of "credit usage", expensive maintenance loops

... Continue reading
Posted in AI, Compare Website Builders | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Webflow Outages Highlight the Ongoing Risk of Closed Website Platforms

Webflow, SSL broken server errors

A recent outage affecting Webflow caused widespread disruption across the platform, with users reporting SSL errors, API failures, publishing issues, and broken workflows.

On Reddit and social platforms, users shared screenshots of core systems failing simultaneously. Among the reports was a bizarre “50 chars limit” error appearing during the incident - a strange validation bug surfacing while the platform's deeper logic began to desync.

Strange Errors Are Often Symptoms of Larger Failures

The “50 chars limit” error wasn’t the main

... Continue reading
Posted in Compare Website Builders | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

How to Fix: WordPress Error Class ‘C_NextGen_Settings’ Not Found

White screen with just the error message: Error thrown, Class

If your WordPress site is currently down with the fatal error: Class 'C_NextGen_Settings' not found, as the saying goes, you are not alone.

Just a white screen, staring at you - not so much the "White Screen of Death" (WSoD) - you get a clue on what is causing it by the error message displayed:

Error thrown

Class 'C_NextGen_Settings' not found

On every single page. You cannot even login to your WordPress admin panel.

The formatting of the error

... Continue reading
Posted in Compare Website Builders, Technology in the News | Tagged , , , , , , , , , , , | Leave a comment

The Developer’s Guide to Identifying and Optimizing Slow MySQL Queries

Web developer optimizing MySQL queries

This tutorial will guide you through identifying, extracting, and analyzing your most problematic database queries using the command line on a WHM/cPanel server.

If you’re using UltimateWB for your backend, chances are you won’t need any of this. We optimize UltimateWB to run fast whether your website is small or large. But in case you need it - for example, if you are adding complex custom code or building a project from scratch - this guide has you covered.

Related:

... Continue reading
Posted in Coding, Server Admin & Security, Web Hosting | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment