Okay
  Public Ticket #1438084
Work with mamp / localhost
Closed

Comments

  • minifox started the conversation

    Hi,

    I installed WordPress to use on my local drive using MAMP for windows But impossible to install Salient !

    When i try to install Salient : "veuillez réessayer" : "Try again" 

    I don’t understand where is the problem ?

    I need help! Please

    Vanessa

  •  3,034
    Andrew replied

    Hey there,

    Your PHP Settings are likely not correct. 

    Also ensure you are running the PHP version 7.1 and not 7.2 as it is causing issues .

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    max_execution_time 60
    memory_limit 256M
    post_max_size 48M
    upload_max_filesize 48M

    Please update your local settings

    Regards