/var/softaculous/dolibarr
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
changelog.txt31040755editdlrm
clone.php62200755editdlrm
conf.php17010755editdlrm
edit.php72210755editdlrm
edit.xml4330755editdlrm
extend.php23490755editdlrm
fileindex.php7990755editdlrm
import.php35200755editdlrm
info.xml23010755editdlrm
install.js9240755editdlrm
install.php63090755editdlrm
install.xml25040755editdlrm
md523810755editdlrm
notes.txt15630755editdlrm
update_pass.php1480755editdlrm
upgrade.php45210755editdlrm
upgrade.xml2890755editdlrm
Edit: /var/softaculous/dolibarr/notes.txt (1563B)
1) Do not provide Username Pass for "Database server - Superuser access" while manual installation. (Not needed now) 2) For data.zip, Zip all the contents from "Documents" folder which installer has ask to create while manual installation. 3) Make it with mysqli not with mysql. 4) Do check "conf.php.example" and "conf.php.old" files for any changes in manual package. 5) PHP REQUIREMENT LINK: https://wiki.dolibarr.org/index.php/Prerequisite 6) Post upgrading from 6.0.5 to 7.0.0, table "facturedet_rec_extrafields" and table "facture_rec_extrafields" are not generated. He will fix it in next version as they are not used in this version. (Confirmed with vendor via email.) Table "facture_rec_extrafields" is created in 7.0.1, Table "facturedet_rec_extrafields" is still remaining. This is from 6.0.5 to 7.0.x commande_fournisseur_dispatch_extrafields table emailcollector_emailcollectorfilter --- rulevalue` varchar(128) DEFAULT NULL, ALTER TABLE `[[dbprefix]]commande_fournisseur_dispatch ALTER TABLE `[[dbprefix]]reception 7) Uncheck 'Make an anonymous Ping '+1' to the Dolibarr foundation server' option while manual installation. 8) Don't exclude the install folder in install.xml, as it is required for features that are installed dynamically on demand of new dynamic features and excluding this directory breaks those. (On vendor request over email). We have already added install.lock file already to softdatadir i.e swrite($__settings['softdatadir'].'/install.lock', '', 1); to prevent accidental installation, as specified in docs. (Since 16.0.1)