/var/softaculous/omp
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
app_key.php5030644editdlrm
clone.php84320644editdlrm
config.inc.php218250644editdlrm
edit.php46710644editdlrm
edit.xml4330644editdlrm
extend.php92790644editdlrm
fileindex.php4300644editdlrm
import.php40840644editdlrm
info.xml33680644editdlrm
install.js9240644editdlrm
install.php69250644editdlrm
install.xml8030644editdlrm
md523320644editdlrm
notes.txt20500644editdlrm
update_pass.php4970644editdlrm
upgrade.php119660644editdlrm
upgrade.xml3180644editdlrm
Edit: /var/softaculous/omp/notes.txt (2050B)
1)Primary locale english 2)Don't install additional locales because no translations are completed. 3)client character set -utf8 connection character set -utf8 database character set-utf8 4)pass encryption (sha1)(default) 5)Select Mysqli in manual installation 6) "enableBeacon" check this option from 1.2.0 7) Always check and modify config.inc.php to the latest and keep installed = Off as it is required in upgrade. Take config.inc.php of manual installation as it has some changes compare to config.inc.php of downloaded package. 8) Min_requirement for upgrade is set to 1.2.0.0 because in OMP version < 1.2.0.0 collation is latin1 and in latest version it is utf8. So it is giving error "Illegal mix of collations" while upgrading to 3.1.0.0 9) PHP REQUIREMENT LINK: https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.5-release-notebook#hosting-environment 10) We have kept PHP requirement as PHP 7.1.0 in info.xml as there was Parse error: syntax error, unexpected '?' while starting manual installation on PHP 7.0.0. Check if it works on PHP 7.0.0 in next version.(Since 3.1.2.2). Not working on PHP 7.0(checked in version 3.1.2.3). 11) Please check symlinks every time by checking difference in the original zip and ground zip and update in install.php, upgrade.php and clone.php. 12) We have made change in lib/pkp/classes/install/form/UpgradeForm.inc.php because on upgrading 3.2.1.3 version to 3.3.0.3 version was giving error. https://github.com/pkp/pkp-lib/issues/6703 13) Kept Mysql requirement to 5.7 as suggested by vendor. 14) In 3.4.x.x versions, "Not Allowed" error throws when clicked on "Submission" button on press. This is solved by adding series in Worklflow-->Press-->Series. https://forum.pkp.sfu.ca/t/omp-3-4-0-1-throws-not-allowed-message-after-clicking-on-new-submission/80295/5 15) "uniqueSiteId" generates on login. Change Auto increment accordingly. 16) IPGeoDB.mmdb created after login in Data Directory. [Not generated so added.] 17) Remove inserts from 'scheduled_tasks' table and adjust AUTO_INCREMENT accordingly.