Find the Failed Layer. Fix the Actual Cause.
Omega Web Pro spans browser UI, server-side generation, temporary preview delivery, Stripe checkout, permanent licence records, private customer accounts, licensed source editing and final deployment. Troubleshooting is fastest when you identify which layer failed instead of changing unrelated files.
First principles
Before changing code, preserve evidence and identify the failing stage.
Randomly replacing multiple files at once makes root-cause diagnosis harder.
Identify the stage
Change one thing
Retest the same path
Builder problems
If Builder will not start or generate, separate browser validation from server generation.
Check the project specification and generation state before assuming the renderer is broken.
Required input
Uploads
Planning
Continuation
Preview problems
If the generated preview is broken, inspect CSS, JavaScript and images separately.
The preview health gate exists specifically to prevent a broken generated project from being treated as ready.
Unstyled page
Buttons/interactions fail
Broken images
Preview page missing
Checkout problems
Treat pending, open, expired and paid states differently.
Do not manually mark an order paid because a browser redirect looked successful.
Pending order exists
Abandoned checkout
Checkout link fails
Paid but licence missing
Account problems
If data is missing, verify ownership linkage rather than creating fake duplicate records.
Licence and purchase data are permanent commercial records.
Cannot sign in
Licence missing
Purchase history missing
Email change pending
Editor problems
Editor errors are usually authorization, validation, canonical protection or preview issues.
Read the Omega Live Validation message before trying to bypass it.
Website not available
Blocking line
Valid HTML5 tags blocked
Canonical locked
PHP not executing in preview
Need prior version
Licensed ZIP problems
Uploaded re-edit ZIPs must prove they belong to the signed-in account/licence/domain.
The validation is meant to stop unrelated projects from being imported as a purchased website.
Use an Omega licensed ZIP
Identity validation
Corruption
Keep latest export
WordPress installation
WordPress failures often come from incomplete installation or environment mismatch.
Install the generated package as a WordPress project, not as a static HTML folder.
Environment
Theme
Installer/import
Forms/search
Permalinks
Debug logs
Email/form problems
A form can submit successfully in the browser and still fail later in the mail chain.
Trace request → server handler → SMTP/wp_mail → recipient delivery.
Request
Server handler
Authentication
Deliverability
Live site problems
If the downloaded site worked in preview but not on hosting, inspect the deployment environment.
Common causes include path nesting, case sensitivity, permissions, server modules, CDN cache and DNS.
Wrong folder
Filename case
Permissions
Cache/CDN
HTTPS/mixed content
Routes
When to contact support
Escalate with enough evidence to reproduce the problem.
Good diagnostic information makes support materially faster.
Exact error
Page/action
Safe identifiers
Reproduction steps
Omega Web Pro documentation
If the exact failing layer is still unclear, contact support with the evidence.
Include the error, route/action, relevant safe project/order/licence identifier and reproducible steps—never passwords or secret keys.
