Get Started
Update Guide
Important Info For Updating to v2.4
- Ensure that you are using php v8.2
- Ensure that you have enabled
imagick
extension in your server (If not you might experience error 500).
Please perform a complete backup before updating
- Before starting the update, make sure that you have backed up your files and database so that you can be able to revert back to them if you face any issues.
- Any changes made to Swiftchats files will be overwritten during an update. It’s recommended to use additional files for custom modifications.
1 Upload the contents of the update
folder to your server public_html or domain root directory where Swiftchats has been installed.
2 Go to your domain or subdomain which should redirect you to the update page.
3 Follow the instructions to update
If the update takes more than 3 minutes to complete, do the following:
- Open the .env file in your server public_html folder and change the APP_ENV value from production to local.
- Go back to your site and run the update process.
- Once the update is complete, revert the APP_ENV value in the .env file back to production.