πŸ“š
Ncmaz WordPress theme
New Ncmaz FSEBuy theme now Old demo
  • ⚠️Welcome
  • β˜ƒοΈCommunity
    • 🧬Ncmaz theme, React & Graphql
    • πŸ‘‹Community
  • THEME INSTALLATION
    • Configure Server Settings
    • Download and Install Theme
    • Install Default Plugins
    • Import Demo Contents
      • [ERROR] Failed to import "Home 2" page
    • How do I Update the Theme?
    • πŸ’‘Update theme manually
    • Install theme with Multisite
    • 🧐Error after update theme!
  • SING-IN / SIGN-UP
    • SignIn/SignUp With Socials
  • THEME OPTIONS
    • Translation language on front-end react components
    • How to change fonts and theme colors?
    • Customize the radius level for the theme.
    • Enable sidebar in archive pages
  • HEADER - LOGO - MENU
    • Header settings
    • How to setting megamenu?
    • Custom top notify message
  • FAVORITES
    • Icon for Favorite button
    • Custom Reading Time
    • Custom for Favorite
  • Gutenbergs
    • Gutenberg version 3 πŸŽ‰
    • Ncmaz Gutenberg blocks
    • Build a home page with Ncmaz gutenbergs
    • Add form in Ncmaz Newsletter Block
    • Unexpected token < JSON at position 0
    • This block contains unexpected or invalid content.
    • Using the Elementor plugin?
    • Add Typo default Gutenberg block on Home page (page template is Ncmaz-custom-page)
    • Custom Ncmaz Newsletter Block
    • Widget Ncmaz Gutenberg blocks
    • Issue with Ncmaz users block
  • SINGLE
    • Setting Post format Video, Audio, Gallery
    • Setting single style and toggle single sidebar widgets
    • (Deprecated) Create Post-Submission pages
    • Add Ncmaz Gutenberg blocks to single post
  • ❓How to?
    • Update theme?
    • Translate some missing words
    • Thumbnails are blurry when viewed in mobile mode.
    • Fix hidden login modal on mobile?
    • Style dashboard, account page break?
    • Customize fields in dashboard sections at Frontend
    • Import RTL demo data
    • Integrate the Polylang plugin into the theme
    • (Deprecated) Add ACF fields to the wp-user-frontend-pro form
    • (Deprecated) Create account page (wfu) ?
    • Create frontend submission post page and edit account page
    • You don't have permission to submission the post.
    • Optimize performance and improve GTmetrix score, Google PageSpeed Insights
    • Cover image for archive pages. Settings number of tags, categories on submit post page
    • Ncmaz-frontend plugin project development
    • How to get Youtube video ID
    • Social share link
  • Footers
    • Footer widgets
  • πŸ’ŠCustom CSS
    • Custom CSS
    • Header custom CSS
    • Change default Bg image on Archive page
  • πŸ•―οΈCHANGE LOG
    • Support
    • Change log
  • Ncmaz ACF fields
Powered by GitBook
On this page

Was this helpful?

  1. THEME INSTALLATION

Configure Server Settings

Configure Server Settings

PreviousCommunityNextDownload and Install Theme

Last updated 1 year ago

Was this helpful?

To use Ncmaz, it’s recommended to run 5.8 or higher, 7 or greater (WordPress officially suggests to use PHP 7.4, ), and 5.6 or greater on your server. We have tested it on Windows, Mac, and Linux. Below is a list of items, you should ensure that your host can comply with.

  • 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 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 = 180 memory_limit = 128M post_max_size = 64M upload_max_filesize = 64M max_input_time = 60 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
PHP
read more
MySQL
WordPress
latest version
https://wordpress.org/about/requirements/
WordPress phpinfo()