Back
Type Name Operations
images Open
languages Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
.htaccess
changelog.txt
config.inc.php
edit.php
edit.xml
extend.php
fileindex.php
import.php
info.xml
install.php
install.xml
md5
multisite-config.inc.php
notes.txt
update_pass.php

File Transfer

Upload files to current directory

File Editor: notes.txt

1. Choose "System Timezone" as "America/New_york" 2. install with "Demo - Company profile sample site" sample data 3. Move all files and folder of web folder except config.inc.php and /web/{{site-id}}/cache/sitemap.xml to package. sitemap.xml file generates on visiting Tools/sitemap in admin panel. 4. PHP REQUIREMENT LINK : https://www.schlix.com/documentation/v2/system-requirement.html (We have kept the minimum requirement for Mysql to 5.7 because since 2.2.7-1 version script was giving error while installing manually on mysql 5.6 Confirmed with vendor via email. They will soon update their docs ). 5. Keep Port Number, Database socket blank in Advanced Options for database in manual installation. Also uncheck 'Database connection uses SSL' and keep 'SSL CA certificate file path' blank. Even though script detects values for SCHLIX_DB_PORT and SCHLIX_DB_SOCKET and adds their entries (in config.inc.php) , even after keeping them blank in manual installation, keep their values blank in config.inc.php file. i.e define('SCHLIX_DB_PORT',''); and define('SCHLIX_DB_SOCKET','');(Tested in manual installation as well) 6. Download language files from "https://www.schlix.com/downloads/schlix-cms/system-language-packs/{{SCHLIX VERSION WITHOUT ._ }}/schlix-cms-syslangpack-{{LANGUAGE CODE}}-v{{SCHLIX VERSION}}.zip" and make ground zip from "system" folder ( link Mentioned in "system\apps\admin\admin.admin.class.php" in "installSystemLanguagePack" function ) eg: https://www.schlix.com/downloads/schlix-cms/system-language-packs/2-2-3-1/schlix-cms-syslangpack-bg-v2.2.3-1.zip 7. We configure .htaccess to remove the php_value as it causes error on accessing on suPHP server.