neo yang

Copywriter, webmaster, product manager, architect, independent developer.

How to solve the problem of connecting to gethub: Failed to connect to github.com port 443

Problem I have been having this problem in the past few days: Failed to connect to github.com port 44 […]

Nextjs+I18n multi-language internationalization best practices (search engine friendly)

Note: This best practice is based on next pages routing. Not suitable for app routing. The basic idea of the directory is to use next-i18ne […]

How to get a lot of traffic quickly with AI SEO WordPress Plugin?

Although the AI SEO WordPress plugin is designed to automate many SEO tasks, it is not designed to obtain rankings and traffic in batches […]

How to apply to use Baidu Wenxin large model?

My AI SEO WordPress plugin released a CN version today. AI SEO CN WordPress Plugin Subscription […]

The plugin generated 2 characters of unexpected output during activation.

I developed a plug-in myself, and the following error occurred when activating it: The plug-in generated 2 characters of […]

AI SEO: WordPress SEO plugin based on Google Gemini developed by me

WordPress Plugin AI SEO AI SEO: Automate and batch generate search engine-friendly articles. December 2023 […]

Google Gemini: How to use Google’s large language model Gemini

Google's multi-modal large language model was recently released. Google Gemini official website Google Gemini is divided into three versions […]

The new WordPress experience: building websites with SAAS, low-code and no-code

On November 6, 2023, WordPress v6.4.2 was released. Two days later, I migrated my blog to another server. Later […]

Time:2023/12/09

WordPress migration and upgrade: solve problems such as white pages, 404, pseudo-static, plug-in installation failure, plug-in update failure and inaccessibility, etc.

In the past two days, I have migrated my blog and upgraded it to the latest wordpress 6.4.2. Many problems arose in the process and were solved one by one.

Record it.

white pages

Uninstalled several plug-ins and uninstalled the theme I developed: themoon. That solved the problem.

404 and pseudo-static

The new server is nginx. Need to be added to the configuration:

location / { try_files $uri $uri/ /index.php?$args; }

Plug-in installation failed and update also failed

1. Set the permissions of the plugins directory to 777, and by the way, set the permissions of the themes directory to 777.

2. Enable PHP functions in PHP.ini: chmod

Without enabling this function, WordPress cannot install and update plugins.

After the plug-in update failed, the entire site became inaccessible.

Tip: "Please wait one minute..."

In fact, that's how it's always been.

All you need to do is log in to the server via FTP, find the .maintenance file in the root directory, delete it, and that's it.

tags:

Nuxt’s ultimate internationalization solution: I18n+Nuxt Content

With the tide of going overseas, Vue and Nuxt, which are widely used in China, often face internationalization problems. If it is wordpress, it is simple, install […]


copyright © www.lyustu.com all rights reserved.
Theme: TheMoon V3.0. Author:neo yang