Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
Db.php
Main.php
clone.php
cron.sh
csrf_secret.php
extend.php
fileindex.php
import.php
info.xml
install.js
install.php
install.xml
md5
notes.txt
update_pass.php
user_privileges_1.php

File Transfer

Upload files to current directory

File Editor: notes.txt

1. [IMP] Before starting manual installation, make app_data/installSource.txt file with "Softaculous" in it. Since 7.0.4 version vendor has requested us to make this file and keep it in our package. 2. Select Currency as "USA, Dollars" and Time zone as "(UTC-05:00) Eastern Time (US & Canada)" 3. Keep Company name "YetiForce" in manual Installation. We can change from admin panel. 4. PHP Requirement Link: https://yetiforce.com/pl/component/zoo/item/web-server-requirements and also check vendor/composer/platform_check.php(Its PHP > = 7.4.15 in platform_check.php) 5. Release date : https://github.com/YetiForceCompany/YetiForceCRM/releases (released xx days ago) 6. We have moved few folders in config, app_data and user_privileges from manual to zip because it does not create after install. (Since 5.0.0) 7. Remove COLLATE=utf8mb4_0900_ai_ci From sql file if we have installed manually on Mysql 8. Because it gives error on installing with MariaDB. Besides this script itself doesn't use any collation and hence it takes server's default collation. (confirmed with vendor over email) 8. Take the dumps using CLI. mysqldump --routines -u root -ppass yetiforce > yetiforce.sql