PHP Errors After Installing
Ensure that your server meets the minimum requirements for Salient before installing. If you’re running a legacy version of PHP and install the theme, you may encounter compatibility issues or fatal errors. Keeping your PHP version within the supported range—preferably using a currently maintained release—helps ensure stable performance, proper functionality, and full compatibility with Salient.
WordPress Error Messages
If you see the message “Are you sure you want to do this? Please try again.” or “The link you followed has expired” while attempting to update, it usually means your server’s PHP configuration has a low maximum upload size or a low maximum execution time. To fix this, increase the following PHP settings to values higher than 35M. Any reputable hosting provider can update these for you quickly and without hassle.
- upload_max_filesize – 36M or greater
- post_max_size – 36M or greater
- max_execution_time – 150 or greater
- memory_limit 256M or greater
or you can upload the theme through FTP instead to bypass this all together.