To use Indusra WordPress theme you need to have a WordPress 5.5 (or higher version) site with PHP 7.4 or more and MySQL 5.6+ running on your hosting server. If you’ve already installed WordPress on your server and your site is up, that’s great. For help regarding WordPress installation, please see this WordPress Codex link.
Some more resources from WordPress Codex:
To increase upload file limit size and server execution time, please follow the article How to Increase the Maximum File Upload Size in WordPress (wpbeginner.com)
Example for htaccess file:
php_value upload_max_filesize 256M php_value post_max_size 256M php_value max_execution_time 3000 php_value max_input_time 3000
If your server is running with lightspeed server then follow this article Backup & Demo Content — Unyson Framework documentation
Example for lightspeed .htaccess file.
upload_max_filesize = 128M max_input_time = -1 post_max_size = 128M max_input_vars = 8000 max_execution_time = 3000
Disable Debug mode in WordPress:
To disable debug mode in WordPress, you can follow these steps:
1. Access the WordPress website’s root directory through FTP or cPanel File Manager.
2.Look for the wp-config.php file and open it using a text editor.
3.Locate the line that says “define(‘WP_DEBUG’, true);” and change the value from “true” to “false”.
4. Save the changes to the file and upload it back to the server.
Once the file has been uploaded, refresh the website and check to see if the debug messages are no longer appearing.
It is important to disable debug mode once you have finished troubleshooting any issues on your WordPress website as it can slow down the site and expose sensitive information.