/var/softaculous/webasyst
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess140644editdlrm
all_fields_order.php3980644editdlrm
apps.php2370644editdlrm
company_fields_order.php5670644editdlrm
config.php1580644editdlrm
custom_fields.php300070644editdlrm
db.php2380644editdlrm
edit.php43110644editdlrm
edit.xml4330644editdlrm
fileindex.php1890644editdlrm
import.php29650644editdlrm
info.xml35060644editdlrm
install.js9240644editdlrm
install.php163840644editdlrm
install.xml10070644editdlrm
mail.php810644editdlrm
md531690644editdlrm
notes.txt13080644editdlrm
person_fields_order.php15600644editdlrm
plugins.php730644editdlrm
robots.txt2140644editdlrm
routing.php14350644editdlrm
search.php302320644editdlrm
services.php40770644editdlrm
SystemConfig.class.php1570644editdlrm
thumb.php1850644editdlrm
update_antibot.php27340644editdlrm
waid.php6150644editdlrm
_.htaccess15300644editdlrm
_htaccess1420644editdlrm
_thumb.php1920644editdlrm
__thumb.php1960644editdlrm
Edit: /var/softaculous/webasyst/notes.txt (1308B)
1. make package by extracting zip of wa-sources 2. PHP REQUIREMENT LINK : https://developers.webasyst.com/installation/ and also check /wa-installer/lib/config/requirements.php 3. Keep default timestamp and regtime values in `wa_widget_params` table. 4. From sql we remove 'token_data', 'waid_endpoints_sync_time, updates_endpoints_sync_time, services_endpoints_sync_time entry' from 'wa_app_settings' since it is made when we visit 'Installer'(from admin panel). Remove inserts from 'wa_log' table as well. Remove 'waid_credentials' from 'wa_app_settings', This is regenerated from admin panel under Settings->Enable Webasyst Id. Also remove insert from 'wa_contact_auths' as it is created again post login. 5. Important : We have configured .htaccess in the root folder i.e add following changes at the end of the file(Required for Configuring Apache + FastCGI for Webasyst https://developers.webasyst.com/docs/installation/tips/apache-fastcgi/) : RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] This is needed for apps to work correctly on Apache + FastCGI and since we encountered error on 'CRM' tab i.e 'Authorization issue detected' and it was fixed by adding the above lines to .htaccess in root as mentioned in their docs.