How To Fix ERR_TOO_MANY_REDIRECTS When Browse A WordPress Website Through Cloudflare

I register a domain from bluehost.com. But I do not buy the hosting service from Bluehost, so I can not add a DNS record to Bluehost. So I registered a Cloudflare account and added the domain DNS to Cloudflare which is free. So that I can use Cloudflare to access my WordPress website using the […]

How To Fix ERR_TOO_MANY_REDIRECTS When Browse A WordPress Website Through Cloudflare Read More »

How To Fix HTTP 524 Time Out Error When Install WordPress WebSite Behind Cloudflare

After I upload a new WordPress 6.0 program to My VPS server, and when I run the WordPress installation file to install it ( https://domain_name/wp-admin/install.php?step=2 ), an HTTP 524 time out error is thrown in step2 of the installation. My WordPress website is behind Cloudflare, this 524 time-out error is thrown by Cloudflare. This article

How To Fix HTTP 524 Time Out Error When Install WordPress WebSite Behind Cloudflare Read More »

How To Fix No Add New Button In Fresh Installed WordPress WebSite Appearance And Plugins Page

I install a WordPress website on my local computer first. Then I upload the local WordPress website’s folder to my VPS server. I also import the local WordPress website SQL data into the online WordPress website MySQL database. But when I log in to the WordPress website, I find there is no Add New button

How To Fix No Add New Button In Fresh Installed WordPress WebSite Appearance And Plugins Page Read More »

How To Fix Uncaught ReferenceError: require is not defined In Browser Side Javascript Code

I have 2 js files and 1 Html file. I import the 2 js files into the Html file. In the js file, I use the method require() to include other js files or modules. And when I browse the Html file in a web browser, It shows the error message Uncaught ReferenceError: require is

How To Fix Uncaught ReferenceError: require is not defined In Browser Side Javascript Code Read More »

How To Use Babel To Fix ParseError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’

When I run the command browserify ./js/test1.js -o build.js in the terminal to bundle some js files into one, it throws the error message like ParseError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’. This article will tell you how to fix it using babel to transcompile the js file source code to ES

How To Use Babel To Fix ParseError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’ Read More »

How To Fix Error: Can’t walk dependency graph: Cannot find module from When Run Browserify

When I open a terminal and run the command browserify ./lib/test1.js -o build.js to bundle the file ./lib/test1.js and all it’s dependent js module files into the build.js file, I meet the error Can’t walk dependency graph: Cannot find module ‘core-js/modules/es.array.iterator.js’ from ‘. This article will tell you how to fix this error.

How To Fix Error: Can’t walk dependency graph: Cannot find module from When Run Browserify Read More »

How To Fix Error The term is not recognized as the name of a cmdlet, function, script file, or operable program

When I run the command browserify on the terminal after I install it on windows, it shows the error message browerify : The term ‘browerify’ is not recognized as the name of a cmdlet, function, script file, or operable program. This article will tell you how to fix it.

How To Fix Error The term is not recognized as the name of a cmdlet, function, script file, or operable program Read More »