πŸ“š
Ncmaz- Nextjs Headless WordPress Blog, Magazine
View demoBuy theme now
  • πŸ’A few words of thanks
  • πŸ‘₯Community
  • πŸ“¦Inside the downloaded package
  • πŸ’Support
  • 🌠Domains and hosting?
  • Getting Started Setup
    • ⭐Getting Started
    • Step 1. Configure WordPress Server
    • Step 2. Install the WP theme & plugins.
    • Step 3. Check Your Permalinks and WPGraphQL Settings
    • Step 4. Update environment variables.
    • Step 5. Deploying the Ncmaz-Faust to Vercel
      • 5.1 - Deploy Ncmaz to Vercel via a GitHub repo.
      • 5.2 - Or deploy Ncmaz to Vercel using Vercel CLI
      • 5.3 - Error when deploying to Vercel using the GitHub repo.
      • 5.4 - Other Hosting Options
    • Step 6. Set your Front-end Site URL. Congratulations πŸŽ‰
    • Step 7. Import demo data
      • [ERROR] Failed to import "Home 2" page
    • Step 8. Connecting MailPoet to Ncmaz-frontend
    • Step 9. Setting Logo, Socials, SEO, ... Site settings JSON
  • Development on localhost
    • Run on localhost
      • Error when run start
    • Deployments
  • WordPress
    • Build a home page with Ncmaz Gutenberg
    • Config Mailpoet
    • You don't have permission to submit the post.
    • Compatible with other plugins?
    • Using Headless WordPress with Next.js and Vercel
    • Create Anchor Links Manually with WordPress Block Editor
    • Create post-format Video, Audio, and Gallery
    • Contact form
  • Header
    • Header navigation menus
    • Avatar dropdown menus
  • Footer
    • Footer menu
    • Footer subscribe form
  • Single post page
    • Setting single style and toggle single sidebar
    • Setting Post format Video, Audio, Gallery
  • Ncmaz-faust
    • Install node_module
    • Custom border-radius
    • Custom color, fonts
    • Components
    • Sources And Credits
    • Translate the theme into your language
    • RTL mode
    • Nextjs-google-analytics
    • 414 Request-URI Too Large
    • Sitemap XML, robot.txt
    • Integrate Google AdSense in NextJS
    • Site Settings JSON
  • For developers
    • Project initiation
    • Enviroment variables
    • Ncmaz-faust-core plugin.
    • Ncmaz-faust project
    • Coming soon!
  • Change log
    • Update theme?
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started Setup

Step 1. Configure WordPress Server

PreviousGetting StartedNextStep 2. Install the WP theme & plugins.

Last updated 1 year ago

Was this helpful?

Check to ensure that your web host has the minimum requirements to run WordPress and themes.

  • Always make sure they are running the latest version of WordPress.

  • If necessary, you can download the latest release of WordPress from the official website.

  • Always create secure passwords for FTP and Database.

Minimum Requirement

Many issues you may run into such as white screen, demo content fails when importing, empty page content, skin not being saved, Add Listing not being saved and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

max_execution_time = 300
memory_limit = 128M
post_max_size = 64M
upload_max_filesize = 64M
max_input_time = 300
max_input_vars = 3000

Also, consider upgrading your PHP version to the , the newer the better.

In cases when you cannot update the PHP version yourself, you need to contact your host about this. The upgrade process is very easy and should be something that your host can do for you without impacting your website or charging you a fee. Here’s a letter you can send to your hosting company:

Dear host,

I’m running Ncmaz theme on one of your servers and this theme has recommended using at least PHP 5.6 or higher. WordPress, the content management system that my theme uses, has listed PHP 7.4 as the recommended version on their requirements page:

Can you please let me know if my hosting supports PHP 7.0 or higher and how I can upgrade?

Also please increase those limits to a minimum as follows: max_execution_time = 300 memory_limit = 128M post_max_size = 64M upload_max_filesize = 64M max_input_time = 300 max_input_vars = 3000

Looking forward to your reply.

How To Verify Your Current PHP Limits?

You can check your PHP configuration limits also by installing the plugin and then going to Settings > PHP Info. The first column (Local) refers to your installation value, and the second column (Master) refers to the limits of your host. The latter values are often lower if you have selected a cheaper hosting package.

WordPress
latest version
https://wordpress.org/about/requirements/
WordPress phpinfo()