Critical Migration Issue: Broken Design & Admin Login Problem (vizionernekretnine.wuaze.com)

vizionernekretnine.wuaze.com

Dear Support Team,

I have recently migrated my WordPress website to your hosting platform. While the basic database connection is stable, I am encountering two major, persistent issues that appear to be server-related and are preventing the successful launch of the site.

1. Broken Site Design / Incorrect Internal URLs

The website’s design is broken (unstyled text, missing images) because internal links for CSS, media, and serialized content are still pointing to the old local domain (vizioner.local).

  • Action taken: I have manually corrected all major base URL entries in the database. However, attempts to fix the remaining internal links by running multiple direct SQL Search and Replace queries (checking http://, https://, and trailing slashes) across all critical tables (wp_posts, wp_options, wp_postmeta) have consistently failed, returning 0 rows affected. This strongly suggests the old URL is stored in a complex, serialized format that requires a specialized tool.

  • Theme: Neve.

2. Unstable Admin Login

I am frequently unable to log in to the WP Admin panel (/wp-admin) because I receive the error: “Error: Cookies are blocked or not supported by your browser.” This issue persists even after correcting the WP_HOME, WP_SITEURL, and COOKIE_DOMAIN definitions in wp-config.php, and attempting to log in via incognito mode. This indicates a server-side session or caching issue on your end.

:sos_button: Request for Assistance

Since I cannot reliably access the administration panel to use a professional database tool, and the problem with the internal URLs is preventing the site from displaying correctly, I kindly request your immediate assistance:

  1. Server Stabilization: Please clear any server-side cache/sessions that may be blocking the admin login cookies, allowing me to log in and access the dashboard.

  2. Global Search and Replace: If possible, please run a global search and replace operation across the entire database to change vizioner.local (in all its forms) to http://vizionernekretnine.wuaze.com. This will fix the broken design.

Thank you for your help.

Sincerely,
Vizioner

1 Like

i think your website have used all of the resources

Welcome to the forum

I don’t think ChatGPT (or CoPilot) understood the problem you’re having in order to meaningfully ask for help.

As for changes to your site to replace vizioner.local with http://vizionernekretnine.wuaze.com, thats something you can do yourself through PHPMyAdmin in your account dashboard. (go into the account and look for
image

Unfortunaitly, it looks like your page is on a temp resource ban, so you may have to wait now

9 Likes

Well, this is your own doing. So stop blaming free hosting.
Start reading this

and follow the instructions before your next post.

Using AI to post without verifying facts will not help you

8 Likes

Usually, changing the website URL in WordPress should be as simple as changing single setting. If you haven’t done that yet, you should definitely do it first.

However, plugins may cause that URL to be persisted in generated data or cache. But there is no one-size-fits-all solution to that.

I’m 99% sure that the issue you’re having is not caused by any server side issues regarding cookies.

The incorrect domain name could actually be the cause of it, as well as a problematic cache plugin. Even a security plugin could result in this breaking.

I will not do this for you, because:

  • It’s your website and it’s your responsibility to maintain it. There is not much that I could do that you cannot do yourself.
  • It’s policy to avoid making modifications to user code or data. I don’t want to accidentally break your website by doing something bad.

If you want to do a global search replace, one approach you could try is to export the database to an SQL file, doing a search/replace in that file, and then uploading it again.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.