Okay
  Public Ticket #3008843
Issues Installing Demo
Closed

Comments

  • vestafresh started the conversation

    I've already installed the theme, but would like to install the demo. The demo is available for import. But it neither gives me an error message nor the "Activate" button or "Active" indication. See attached.It just returns to the Demo Importer page with no change. What is causing this?

  •  869
    Neuron replied

    Hi,

    This demo importer issue seems to be related to that other issue that you're having with the server, can you please take a look at the other ticket of yours, I've already told you how to solve that issue, and then you can continue to import the demo data.

    PHP Recommendations

    Memory Size: memory_limit = 256M
    Script execution time: max_execution_time = 400
    Number of input variables: max_input_vars = 4000
    

    If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

    php_value max_execution_time 400
    php_value memory_limit 256M
    php_value upload_max_filesize 10M
    

    Be careful using these settings, some hosting companies don’t allow users to change PHP settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.

    Feel free to ask for anything you need.

    Kind Regards