Okay
  Public Ticket #1618186
Problem installing Salient
Closed

Comments

  • Jared Gilbey started the conversation

    When we install both the Salient theme items (main theme and child theme) to the themes folder and try to activate, we get this error which breaks Wordpress:

    Parse error: syntax error, unexpected T_FUNCTION in /home/jaredgilbey/public_html/wp-content/themes/salient/functions.php on line 5788

    How should we proceed so that we can complete the installation?

    Many thanks

  •  9,005
    Tahir replied


    Hey 

    Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .

    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 have your hosting provider fix this for you so it can be installed correctly. 

    Thanks 


    ThemeNectar Support Team 

  • Jared Gilbey replied

    Many thanks for your prompt response - will check this out and get back!