Update Process
New, improved, and fixed issues, replace older versions and rock with the, latest and updated features. Here, is the detail of how to Update your FutureAi.
Last updated
New, improved, and fixed issues, replace older versions and rock with the, latest and updated features. Here, is the detail of how to Update your FutureAi.
Last updated
Note: Before Update Take Backup of All Files And Database. Make a .zip file and download all files, Go To phpmyadmin and select your database, and export it. Also take openai key backup.
Any user customizes design and code please do not update.
1.9 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin goto yourdomain.com/ota/update. If your domain contains public then go to yourdomain.com/public/ota/update. Read update pre-notes and FAQ properly, then check the agreement box and click on update. After the update is completed you will be redirected to your domain with a successful update message.
Delete cache files from bootstrap/cache folder after update.
You successfully upgraded to version 2.0
1.8 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin goto yourdomain.com/ota/update. If your domain contains public then go to yourdomain.com/public/ota/update. Read update pre-notes and FAQ properly, then check the agreement box and click on update. After the update is completed you will be redirected to your domain with a successful update message.
Delete cache files from bootstrap/cache folder after update.
Note : If you update this , then there are changes in voiceover audio folder, then you have to do it manually, In this, you have to move audio folder from project-directory/Storage/app/audio to project-directory/Public/Storage/Audio inside the public
You successfully upgraded to version 1.9
1.7 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin goto yourdomain.com/ota/update. If your domain contains public then go to yourdomain.com/public/ota/update. Read update pre-notes and FAQ properly, then check the agreement box and click on update. After the update is completed you will be redirected to your domain with a successful update message.
Delete cache files from bootstrap/cache folder after update.
1.6 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
1.5 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
1.4 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
1.3 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
Add these variables to .evn file
After these steps you need to add open ai key enter again.
1.2 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
Add these variables to .evn file
After these steps you need to add open ai key enter again.
1.1 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
Database old is work fine but need some columns and tables. Before do any operation take database backup.
Add these variables to .evn file
After these steps you need to add open ai key enter again.
1.0 Version Required Copy All files of the folder and paste to your folder and replace files, only be careful when replacing files in the public folder, don't copy .env
files. Any user customizes design and code please do not update.
After replacing the files successfully login with admin
Delete cache files from bootstrap/cache folder after update.
Database old is work fine but need some columns and tables. Before do any operation take database backup.
Add these variables to .evn file
After these steps you need to add open ai key enter again.
You successfully upgraded to version 1.8
Explanation | |
---|---|
You successfully upgraded to version 1.7
# | Explanation |
---|---|
You successfully upgraded to version 1.6
# | Explanation |
---|---|
You successfully upgraded to version 1.5
# | Explanation |
---|---|
You successfully upgraded to version 1.4
# | Explanation |
---|---|
You successfully upgraded to version 1.3
# | Explanation |
---|---|
You successfully upgraded to version 1.2
You successfully upgraded to version 1.1
1.
Add column meshy_api_secret in Setting table . Make it Text. Note: You Can not Import tables, You need to create column manually.
2.
Add column payment_plans in text3d_toggle, voxel3d_toggle, text3dTokens, voxel3dTokens, image3d_toggle, image3dTokens, table . Make it tinyint (1) Default (0), tinyint (1) Default (0), varchar(255), NULL, varchar(255),NULL, varchar(255), NULL ,varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
3.
Add column User_features in text3dTokens, voxel3dTokens, image3dTokens, table . Make it varchar(255), NULL, varchar(255), NULL, varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
4.
Import SQL From Database -> Update 1.7 -> futureAi_1.7.sql. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.7.sql and and paste at input field and click "Go" to execute it.
1.
Add column novita_api_secret in Setting table . Make it Text. Note: You Can not Import tables, You need to create column manually.
2.
Add column payment_plans in texttovideo , texttokens, imagetovideo, imagetokens, resume_toggel, resumecreatetokens, resumedownloadtokens,resumecustomizationtokens table . Make it tinyint (1) Default (0), int (NULL), tinyint (1) Default (0), int (NULL), tinyint (1) Default (0), varchar(255), NULL,varchar(255), NULL,varchar(255), NULL . Note: You Can not Import tables, You need to create column manually.
3.
Add column User_features in texttokens, Videotokens resumecreatetokens,resumedownloadtokens,resumecustomizationtokens table . Make it int (NULL), int (NULL), varchar(255), NULL, varchar(255), NULL, varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
4.
Import SQL From Database -> Update 1.6 -> futureAi_1.6.sql. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.6.sql and and paste at input field and click "Go" to execute it.
1.
Run SQL query From Database -> Update 1.5 -> futureAi_1.5.txt. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.5.txt and and paste at input field and click "Go" to execute it.
1.
Add column plan_show in freetrial table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
2.
Add column meta_data_desc and meta_data_keyword in s_e_o_settings table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
3.
Add column name in support_types table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
4.
Add column duration_unit and lifetime in payment_plans table . Make it varchar(255), NULL and tinyint (1), Default 0. Note: You Can not Import tables, You need to create column manually.
5.
Add column cookie_msg and responsive_img in settings table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
6.
Add column name in team_members table . Make it varchar(255), NULL.
Add column designation in team_members tabel. Make it varchar(255), NULL.
Add column image in team_members tabel. Make it varchar(255), NULL.
Add column status in team_members tabel. Make it tinyint(1), Default (0).
Add column bio in team_members tabel. Make it text. Note: You Can not Import tables, You need to create column manually.
7.
Add column facebook_id in users table . Make it varchar(255), NULL.
Add column google2fa_secret in users tabel. Make it varchar(255), NULL.
Add column is_2fa_enabled in users tabel. Make it tinyint (1) Default (0). Note: You Can not Import tables, You need to create column manually.
8.
Add column ip_address in user_activities table . Make it varchar(255), NULL.
Add column usage_count in user_activities tabel. Make it varchar(255), int.
Add column blocked_until in user_activities tabel. Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
9.
Add column ssl_enabel in payment_settings table . Make it tinyint(1), Default(0). Note: You Can not Import tables, You need to create column manually.
10.
Add column category_id in userais table . Make it int . Note: You Can not Import tables, You need to create column manually.
11.
Run SQL query From Database -> Update 1.4 -> futureAi_1.4.txt. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.4.txt and and paste at input field and click "Go" to execute it.
12.
Import Table From Database -> Update 1.4 -> image_categories.sql Import Table From Database -> Update 1.4 -> team_members.sql
1.
Add column google_id in settings table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
2.
Add column iyzico_enable in settings table . Make it tinyint, Default 0. Note: You Can not Import tables, You need to create column manually.
3.
Add column razorpay_enable in settings table . Make it tinyint, Default 0. Note: You Can not Import tables, You need to create column manually.
4.
Add column aamarpay_enable in settings table . Make it tinyint, Default 0. Note: You Can not Import tables, You need to create column manually.
5.
Add column omise_enable in settings table . Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
6.
Add column currency in settings table . Make it varchar(255), NULL. Note: You Can not Import tables, You need to create column manually.
7
Run SQL query From Database -> Update 1.3 -> futureAi_1.3.txt. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.3.txt and and paste at input field and click "Go" to execute it.
1.
Add column Status in settings table . Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
2.
Add column flutterwave_enable in settings table . Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
3.
Add column paystack_enable in settings table . Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
1
You Can Import Table From Database -> Update 1.1 -> futureAi_1.1.zip.
2.
Add column rightclick_enable in settings table . Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
3.
Add column inspect_enable in settings table. Make it tinyint(1), Default 0. Note: You Can not Import tables, You need to create column manually.
4.
Add column recaptcha_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
5.
Add column cookies_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
6.
Add column fb_login_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
7.
Add column google_login_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
8.
Add column gitlab_login_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually..
9.
Add column amazon_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
10.
Add column linkedin_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
11.
Add column twitter_enable in settings table. Make it Default 0. Note: You Can not Import tables, You need to create column manually.
12.
Run SQL query From Database -> Update 1.1 -> futureAi_1.1.txt. Log in to phpMyAdmin, select the database, and click on the "SQL" tab. Copy SQL query from futureAi_1.1.txt and and paste at input field and click "Go" to execute it.