The max_input_vars limitation error is a very common issue that most WordPress web developers and website owners may encounter at some point in their career. Few days ago, my website also experienced the same problem. The solution is very simple; increase the value assigned to max_input_vars in the PHP configuration file on the web server. However, depending on server setup, you may have to do few more things to get this problem fixed.
Category Archives: Content Management
I will list all the web CMS and database management systems related articles under here. You may come across useful article also in the Computer Science category.
How to fix WP Error Establishing a Database Connection
The Error Establishing a Database Connection error is a very common issue on WordPress. This issue is caused by a connection failure between the WordPress CMS and the SQL database. Here is a simple guide to fix the problem.
Continue reading How to fix WP Error Establishing a Database Connection
Protect and secure WordPress admin
The plain HTML based websites are no longer popular on the net. This is because the PHP based Content Management Systems (CMS) offer wide range of flexible solutions. From development stand point CMS programs allow easy integration of different tools such as jQuery, JavaScipt, PHP scripts and many more. From end-user point of view, it is much easier to manage a CMS based site like a WordPress or a Drupal site than to carefully edit each HTML page.
Building a website
I do not think you need an explanation on what is a website. It is a digital platform that can be used to share information and media across the general-purpose Internet (as opposed to internal sites). I have been asked by several people about website development. So I compiled this handy little FAQ type article so that you have all the answers in one place.
Installing web applications
There are two major platforms used commercially for web development; Microsoft Windows Server and Linux based OS versions such as Red Hat Enterprise. You could also get a fully operational free version of Linux Operating Systems for personal or small business use. Out of the two main platforms, the most popular one among large companies is Microsoft Windows Server. I will demonstrate how to install a Web Application using the Microsoft Web Platform Installer (version 4.6 to be exact).