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?
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
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:
Please have your hosting provider fix this for you so it can be installed correctly.
Thanks
ThemeNectar Support Team
Many thanks for your prompt response - will check this out and get back!