Okay
  Public Ticket #3132865
Demo not working
Closed

Comments

  • johny_dec started the conversation

    I tried to upload a demo conent but nothing happens at all I don't know what to do. Your documentation is for a different template and I only see one demo import and when I click nothing happens.

    Attached files:  Screenshot 2022-09-26 at 14.30.18.png
      Screenshot 2022-09-26 at 14.30.24.png
      Screenshot 2022-09-26 at 14.30.50.png

  •   johny_dec replied privately
  •  866
    Neuron replied

    Hi,

    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 to 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