Categories

Featured templates

CherryFramework4 and Monstroid Installation. Possible issues and solutions

Daniel Morales December 8, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will show possible issues and ways to handle them during CherryFramework4 and Monstroid installation.

  1. First of all, you should contact your hosting provider, asking to configure your server settings according to the list below:

    		max_execution_time = 90 (required value)
    		max_input_time = 120 (required value)
    		memory_limit = 256M (required value)
    		post_max_size = 256M (required value)
    		upload_max_filesize = 128M (required value)
  2. Deactivate ‘Mojo’ and all the third-party plugins (if such exist):

    CherryFramework4_and_Monstroid_installation_Possible_issues_and_solutions_1
  3. Make sure to use the most recent version of Monstroid Wizard or Cherry Wizard plugin:

    CherryFramework4_and_Monstroid_installation_Possible_issues_and_solutions_2 CherryFramework4_and_Monstroid_installation_Possible_issues_and_solutions_3
  4. In case your server does not allow direct file transfer, add the lines below to the very end of wp-config.php file:

    		define( ‘FTP_HOST’, ‘xxxxxxx’ );
    		define( ‘FTP_USER’, ‘xxxxxxx’ );
    		define( ‘FTP_PASS’, ‘xxxxxxх’ );

    Replace xxxxxxx with the correspondent ftp access credentials. E.g:

    		define( ‘FTP_HOST’, ‘localhost’ );
    		define( ‘FTP_USER’, ‘mgreen_user’ );
    		define( ‘FTP_PASS’, ‘Pa$$word’ );
    CherryFramework4_and_Monstroid_installation_Possible_issues_and_solutions_4

This is the end of the tutorial. You have learnt possible issues and ways to resolve them during Monstroid/CherryFramework4 template installation.

This entry was posted in Monstroid Tutorials, WordPress Tutorials and tagged CherryFramework4, installation, issue, Monstroid. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket