Fix Critical Error on This Website in WordPress

วordpress powers millions of websites worldwide, from personal blogs to large e-commerce platforms. While it is one of the most flexible and user-friendly website systems available, users occasionally encounter frustrating technical messages.

One of the most common errors is:

“เว็บไซต์นี้เกิดข้อผิดพลาดร้ายแรง”

If you have ever opened your WordPress site only to see this message, you may have wondered what went wrong and how to fix it. The good news is that this error is usually fixable, and understanding the causes can help prevent it from happening again.

In this guide, we’ll explain what “there has been a critical error on this website. wordpress” means, why it occurs, and the most effective ways to resolve it—even if you are not a developer.

What Does “There Has Been a Critical Error on This Website” Mean?

Fix Critical Error on This Website in WordPress-What Does “There Has Been a Critical Error on This Website” Mean?

The message “there has been a critical error on this website. wordpress” appears when WordPress encounters a fatal PHP error that prevents the site from loading correctly.

Instead of displaying a blank white screen (which used to happen in older WordPress versions), WordPress now shows this message to indicate something has gone wrong in the system.

This error typically occurs when:

  • A plugin causes a conflict
  • A theme contains broken code
  • WordPress files become corrupted
  • PHP memory limits are exceeded
  • A recent update introduces compatibility issues

When WordPress detects a fatal issue, it stops execution to prevent further damage to the website.

Common Causes of WordPress Critical Errors

Fix Critical Error on This Website in WordPress-Common Causes of WordPress Critical Errors

Understanding the root cause makes it easier to fix the problem quickly. Below are the most common reasons this error appears.

1. ความขัดแย้งของปลั๊กอิน

Plugins extend WordPress functionality, but poorly coded or incompatible plugins can cause fatal errors.

This often happens when:

  • A plugin is outdated
  • A plugin conflicts with another plugin
  • A plugin is incompatible with your WordPress version
  • A plugin requires a newer PHP version

For example, installing a new plugin or updating one right before the error appears is a strong indication that the plugin might be the problem.

2. ประเด็นหลัก

Your WordPress theme controls how your website looks and functions.

If a theme contains broken code or conflicts with WordPress core updates, it may trigger the critical error on this website WordPress message.

This often occurs when:

  • มีการเพิ่มโค้ดที่กำหนดเองอย่างไม่ถูกต้อง
  • The theme is outdated
  • The theme is incompatible with the latest WordPress version

3. Corrupted WordPress Core Files

Sometimes WordPress files become corrupted during an update or due to server issues.

This can cause the system to fail during execution, leading to the critical error message.

4. PHP Memory Limit Problems

WordPress runs on PHP, and each website has a memory allocation limit.

If a script requires more memory than the server allows, WordPress may stop running and display the critical error message.

This can occur when:

  • Large plugins are installed
  • Complex themes are used
  • The site handles high traffic

5. Failed Updates

Updating WordPress, plugins, or themes is essential for security and performance. However, if an update fails midway due to a server interruption or compatibility issue, it can break the site.

This may cause WordPress to show the critical error message instead of loading the website.

How to Fix “There Has Been a Critical Error on This Website” in WordPress

Fortunately, several troubleshooting steps can help resolve the issue.

Below are the most practical solutions.

1. Check Your Email for Recovery Mode

Modern WordPress versions send an automatic email to the site administrator when a critical error occurs.

This email usually contains:

  • ปลั๊กอินหรือธีมที่ทำให้เกิดปัญหา
  • ลิงก์เข้าสู่ระบบโหมดกู้คืนพิเศษ
  • Instructions for resolving the problem

Using Recovery Mode, you can log into WordPress even when the site is broken and disable the problematic plugin or theme.

2. Disable All Plugins

If you suspect a plugin conflict, disabling plugins is often the fastest way to identify the issue.

You can do this through FTP or your hosting file manager.

ขั้นตอน:

  1. Access your website files
  2. Navigate to the wp-content folder
  3. Rename the plugins folder to something like:
plugins-disabled

This will deactivate all plugins at once.

If the website starts working again, you can rename the folder back and activate plugins one by one to find the faulty one.

3. Switch to a Default WordPress Theme

If the issue is caused by your theme, switching to a default WordPress theme can help.

ขั้นตอน:

  1. Go to wp-content/themes
  2. เปลี่ยนชื่อโฟลเดอร์ธีมที่ใช้งานอยู่ของคุณ
  3. WordPress will automatically switch to a default theme such as:
  • Twenty Twenty-One
  • Twenty Twenty-Two
  • Twenty Twenty-Three

If the website loads normally after this change, the theme likely caused the problem.

4. Enable WordPress Debug Mode

Debug mode allows WordPress to display detailed error messages that reveal the source of the issue.

To enable it, edit the wp-config.php file and add the following lines:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);

After enabling debug mode, reload your website.

WordPress may show the exact file or plugin responsible for the error.

Once troubleshooting is complete, it is recommended to disable debug mode again.

5. Increase PHP Memory Limit

If the problem is related to insufficient memory, increasing the PHP memory limit may resolve it.

Edit wp-config.php and add:

define('WP_MEMORY_LIMIT', '256M');

This increases the amount of memory available to WordPress.

6. Reinstall WordPress Core Files

If core files are damaged, reinstalling WordPress can restore missing or corrupted files.

ขั้นตอน:

  1. Download the latest WordPress version
  2. Upload the wp-admin and wp-includes folders
  3. Replace the existing ones

Make sure not to overwrite the wp-content folder, which contains your themes, plugins, and uploads.

7. Contact Your Hosting Provider

Sometimes the error is caused by server-level issues, such as:

  • PHP configuration problems
  • Database issues
  • Hosting resource limits

In these cases, contacting your hosting provider may be necessary. They can review server logs and identify the exact cause.

Preventing Critical Errors in WordPress

While errors cannot always be avoided, following best practices greatly reduces the risk.

Keep WordPress Updated

Regularly updating:

  • WordPress core
  • ปลั๊กอิน
  • ธีม

helps maintain compatibility and security.

Use Trusted Plugins and Themes

Install plugins and themes only from reputable developers or official marketplaces.

Poorly coded extensions are one of the leading causes of critical errors.

Create Regular Backups

Backups ensure that your website can be restored quickly if something breaks.

Many hosting providers offer automatic backups, or you can use backup plugins.

Test Changes on a Staging Site

Before making major updates or installing new plugins, test them on a staging environment.

This prevents issues from affecting your live website.

Why This Error Matters for Online Businesses

For businesses running WordPress stores or service websites, downtime can mean:

  • การจราจรสูญหาย
  • Reduced sales
  • Lower search rankings
  • Damaged customer trust

This is especially important for e-commerce and international websites, where stability and performance directly affect conversions.

A well-designed and properly maintained website significantly reduces the risk of technical failures.

ข้อคิดส่งท้าย

The message “there has been a critical error on this website. wordpress” can seem alarming, but it usually indicates a manageable issue such as plugin conflicts, theme problems, or server configuration limits.

By identifying the root cause and following structured troubleshooting steps—like disabling plugins, switching themes, enabling debug mode, or increasing memory—you can restore your website quickly.

Maintaining a stable WordPress website requires more than just fixing errors. It also involves thoughtful design, performance optimization, and a clear structure that ensures your site runs smoothly as your business grows.

ที่ AIRSANG, we specialize in helping brands build professional websites for global markets. Our team focuses on conversion-driven website design, ช็อปฟี่ และ วordpress store experiences, and cross-border e-commerce solutions that help businesses present their products clearly and effectively.

If you are building or improving your website and want a design that is both visually compelling and technically reliable, AIRSANG is here to help. Our experience in international website design ensures your brand stands out while maintaining a stable, high-performance online presence.

จัดส่งทั่วโลก

AIRSANG ให้บริการออกแบบเว็บไซต์ สร้างเอกลักษณ์แบรนด์ และโซลูชันอีคอมเมิร์ซที่คุ้มค่า ตั้งแต่ Shopify และ WordPress ไปจนถึงภาพสินค้าสำหรับ Amazon, เราช่วยแบรนด์ระดับโลกสร้าง พัฒนา และขยายธุรกิจออนไลน์ของพวกเขา.

ออกแบบและสร้างเว็บไซต์ WordPress หรือเว็บไซต์องค์กรพร้อมระบบอีคอมเมิร์ซครบวงจรสำหรับคุณ.
ข้อกำหนดเฉพาะหรือใบเสนอราคาพิเศษ

ข้อกำหนดเฉพาะหรือใบเสนอราคาพิเศษ

ราคาเดิมคือ: $2.00.ราคาปัจจุบันคือ: $1.00.
การใช้ปลั๊กอิน 50 ตัวมากเกินไปสำหรับร้านค้าออนไลน์ที่ใช้ WordPress หรือไม่?
การเข้าใจผลกระทบที่แท้จริงต่อประสิทธิภาพ การมีปลั๊กอิน 50 ตัวบนเว็บไซต์อีคอมเมิร์ซ WordPress ไม่ใช่ปัญหาโดยอัตโนมัติ จริงๆ แล้ว จำนวนเพียงอย่างเดียวแทบจะไม่สามารถกำหนดประสิทธิภาพได้....
ภาพหลักสำหรับการออกแบบอุปกรณ์กายภาพบำบัดที่บ้านของ Amazon (อธิบายรายละเอียด)
บทนำ: การสร้างภาพลักษณ์ที่น่าเชื่อถือสำหรับอุปกรณ์บำบัดที่บ้านบน Amazon เมื่อออกแบบภาพหลักสำหรับอุปกรณ์บำบัดที่บ้านบน Amazon สิ่งสำคัญอันดับแรกของเราคือ...
ภาพหลักสำหรับการแปลงลิปสติกเป็นสินค้าสำหรับ Amazon
บทนำ: การออกแบบภาพหลักลิปสติกที่ขายได้บน Amazon เมื่อเราออกแบบภาพหลักสำหรับลิปสติกบน Amazon ความรับผิดชอบของเราไม่ได้จำกัดอยู่แค่...
แฮกเกอร์ขโมยอีเมลผู้ดูแลระบบ WordPress ได้อย่างไร (และวิธีป้องกัน)
มาเริ่มกันด้วยความจริงที่ไม่น่าสบายใจ: อีเมลแอดมิน WordPress ของคุณอาจเปิดเผยต่อสาธารณะมากกว่าที่คุณคิด และแฮกเกอร์? พวกเขาชอบมาก สำหรับพวกเขา...
การออกแบบภาพหลัก Amazon ที่มีประสิทธิภาพสำหรับตลับกรอง
บทนำ การออกแบบภาพหลักสำหรับ Amazon ไม่ใช่แค่การทำให้สินค้าดูน่าดึงดูดเท่านั้น แต่ยังเกี่ยวกับความชัดเจน ความน่าเชื่อถือ และความเข้าใจได้ในทันที โดยเฉพาะอย่างยิ่งสำหรับ...
การโจมตีแบบ Replay Attack บน WordPress: ภัยคุกคามจริงหรือแค่เรื่องที่ถูกพูดเกินจริง?
ก่อนอื่นขอชี้แจงให้ชัดเจนก่อน การโจมตีแบบ Replay Attack นั้นดูไม่น่ากลัว มันไม่ได้ทำลายรหัสผ่าน มันไม่ได้แทรกโค้ดที่เป็นอันตรายพร้อมข้อความแฮ็กเกอร์สีเขียวกระจัดกระจายไปทั่ว มันแนบเนียนกว่า...
วิธีคัดลอกหน้าเว็บ WordPress โดยไม่ทำให้ระบบเสียหาย
ยอมรับกันเถอะ บางครั้งคุณอาจไม่อยากสร้างหน้าเว็บใหม่ คุณแค่อยากได้หน้าเว็บเดิม...แต่แตกต่างไปเล็กน้อย รูปแบบเหมือนเดิม บล็อกเหมือนเดิม การตั้งค่าเหมือนเดิม เพราะ...
เปรียบเทียบธีม WordPress สำหรับสัตว์เลี้ยง 5 แบบ
บทนำ การเลือกธีม WordPress ที่เหมาะสมสำหรับธุรกิจเกี่ยวกับสัตว์เลี้ยงนั้นไม่ใช่แค่เรื่องของการออกแบบเท่านั้น แต่ยังส่งผลโดยตรงต่อการใช้งาน ความสามารถในการขยายขนาด และการเติบโตของธุรกิจในระยะยาว การดูแลสัตว์เลี้ยงและ...
เปรียบเทียบธีมอีคอมเมิร์ซชุดว่ายน้ำ 5 แบบ
บทนำ การเลือกธีมที่เหมาะสมสำหรับร้านค้าอิสระที่จำหน่ายชุดว่ายน้ำหรือชุดชั้นในนั้นไม่ใช่แค่การตัดสินใจด้านภาพลักษณ์เท่านั้น แต่ยังส่งผลโดยตรงต่ออัตราการเปลี่ยนลูกค้าให้เป็นผู้ซื้อ ความสามารถในการขยายธุรกิจ และความยั่งยืนในระยะยาว...
วิธีปิดการแสดงความคิดเห็นใน WordPress (โดยไม่ต้องเสียสติ)
มาพูดถึงระบบแสดงความคิดเห็นของ WordPress กันดีกว่า ในทางทฤษฎีแล้ว ความคิดเห็นนั้นยอดเยี่ยมมาก มันช่วยกระตุ้นการสนทนา สร้างชุมชน และทำให้เว็บไซต์ของคุณดูมีชีวิตชีวา แต่ในความเป็นจริงแล้ว มันมักจะเป็นเหมือนแม่เหล็กดึงดูด...
ข้อผิดพลาด WordPress 500: เมื่อเว็บไซต์ของคุณเกิดอาการผิดปกติ
เว็บไซต์ WordPress ของคุณยังใช้งานได้ปกติดีเมื่อสักครู่ คุณรีเฟรชหน้าเว็บ แล้วจู่ๆ ก็เกิดข้อผิดพลาด 500 Internal Server Error ขึ้นมา ไม่มีคำอธิบาย ไม่มีคำขอโทษ มีเพียงข้อความที่เย็นชาและสับสนซึ่งโดยพื้นฐานแล้ว...
การสร้างเว็บไซต์ WordPress ที่ปรับขนาดได้สำหรับแบรนด์ที่ขับเคลื่อนด้วยวิทยาศาสตร์: โครงการ AminoUSA
บทนำ ในยุคดิจิทัลปัจจุบัน เว็บไซต์เป็นมากกว่าแค่สถานที่สำหรับแสดงรายการสินค้า สำหรับแบรนด์ที่ขับเคลื่อนด้วยวิทยาศาสตร์ซึ่งดำเนินงานในอุตสาหกรรมที่มีการควบคุมหรือเน้นการวิจัย...
สร้างร้านค้า Shopify ที่ปรับขนาดได้สำหรับแบรนด์ใบมีดระดับโลก: โครงการ CoolKatana
บทนำ ในธุรกิจอีคอมเมิร์ซข้ามพรมแดน เว็บไซต์ Shopify เป็นมากกว่าแค่หน้าร้าน สำหรับแบรนด์ที่ดำเนินธุรกิจในกลุ่มเฉพาะหรือกลุ่มที่ขับเคลื่อนด้วยวัฒนธรรม เว็บไซต์ต้องทำมากกว่านั้น...
การออกแบบร้านค้า Shopify ที่มีอัตราการแปลงสูงสำหรับขายการ์ดโปเกมอน
บทนำ ในโลกของอีคอมเมิร์ซสินค้าสะสม โดยเฉพาะอย่างยิ่งในตลาดเกมการ์ดโปเกมอน (TCG) เว็บไซต์จะต้องทำมากกว่าแค่แสดงรายการสินค้า...
ดีไซน์ Shopify ที่เพิ่มยอดขายสำหรับแบรนด์อิฐสั่งทำพิเศษ
บทนำ ในสภาพแวดล้อมการแข่งขันอีคอมเมิร์ซในปัจจุบัน โดยเฉพาะอย่างยิ่งในตลาดของขวัญส่วนบุคคลและของสะสม เว็บไซต์ Shopify ต้องทำมากกว่าแค่แสดงสินค้า...
วิธีติดต่อฝ่ายสนับสนุนของ Shopify: คู่มือที่ง่ายและไม่ยุ่งยาก
การบริหารร้านค้า Shopify ควรเป็นเรื่องที่น่าตื่นเต้น ไม่ใช่เรื่องที่ทำให้สับสน เมื่อมีคำถามหรือปัญหาเกิดขึ้น Shopify มีช่องทางการสนับสนุนหลายช่องทาง ขึ้นอยู่กับสถานการณ์...
วิธีปิดใช้งานร้านค้า Shopify: คู่มือที่ชัดเจนและใช้งานได้จริง
การปิดใช้งานร้านค้า Shopify นั้นไม่ซับซ้อน แต่ก็มีผลกระทบหลายอย่างที่ผู้ขายหลายรายมองข้ามไป คู่มือนี้จะอธิบายขั้นตอนอย่างละเอียดและเข้าใจง่าย...

พร้อมที่จะเปลี่ยนแปลงธุรกิจของคุณหรือไม่?

จองการโทรเพื่อเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่เอเจนซี่การตลาดดิจิทัลของเราสามารถยกระดับธุรกิจของคุณไปอีกขั้น.