File Manager
Upload
Current Directory: /home/lartcid/public_html/journal.lartc.id
[Back]
..
[Open]
Hapus
Rename
.htaccess
[Edit]
Hapus
Rename
.well-known
[Open]
Hapus
Rename
README.md
[Edit]
Hapus
Rename
api
[Open]
Hapus
Rename
cache
[Open]
Hapus
Rename
cgi-bin
[Open]
Hapus
Rename
classes
[Open]
Hapus
Rename
config.TEMPLATE.inc.php
[Edit]
Hapus
Rename
config.inc.php
[Edit]
Hapus
Rename
controllers
[Open]
Hapus
Rename
cypress.json
[Edit]
Hapus
Rename
dbscripts
[Open]
Hapus
Rename
docs
[Open]
Hapus
Rename
error_log
[Edit]
Hapus
Rename
favicon.ico
[Edit]
Hapus
Rename
index.php
[Edit]
Hapus
Rename
js
[Open]
Hapus
Rename
lib
[Open]
Hapus
Rename
locale
[Open]
Hapus
Rename
mini.php
[Edit]
Hapus
Rename
pages
[Open]
Hapus
Rename
php.ini
[Edit]
Hapus
Rename
plugins
[Open]
Hapus
Rename
public
[Open]
Hapus
Rename
registry
[Open]
Hapus
Rename
scheduledTaskLogs
[Open]
Hapus
Rename
schemas
[Open]
Hapus
Rename
styles
[Open]
Hapus
Rename
templates
[Open]
Hapus
Rename
tools
[Open]
Hapus
Rename
Edit File
Install Manually on Webuzo on PHP version mentioned in the PHP REQUIREMENT LINK. 1. Edit config.php file before runing the installer - $cfg->dbtype = 'mysql'; - Add $cfg->dbprefix = ''; (Removed since v16.04.0, check in the version for the same) - Fill database details - also edit $cfg->dataroot - Run the installer. 2. When you create database choose utf8mb4_unicode_ci in manual installation. 3. Delete all the contents and folders in the sub-directories of the data.zip i.e. keep only the empty folders in root directory (NOT NEEDED NOW BCOZ OF NEW METHOD) 4. We have added alter query in install.php to set collation to UTF8 7. Change the " to ` in the Trigger statements in the SQL file. (NOT NEEDED NOW BCOZ OF NEW METHOD) 8. This might not work on AMPPS and Webuzo because the database user does not have Trigger permissions.(Removed this from version 1.9.1, as its working fine on both now.) 9. Change the value of `passwordchange` field in the `usr` table to 0 so that it does not ask for a password change after the first login. (NOT NEEDED NOW BCOZ OF NEW METHOD) 10. Please go through the /lib/upgrade.php requirements at every new release. 11. We always un-comment the $cfg->passwordsaltmain and also $cfg->urlsecret in "config.php". 12. Copy upgrade.php from lib folder and keep as org_upgrade.php and our changes in mod_upgrade.php 13.PHP REQUIREMENT LINK : https://github.com/MaharaProject/mahara/tree/22.04.0_RELEASE#system-requirements 14. We were facing issue in 18.10.0. Vendor asked us to add patch to resolve issue. (https://bugs.launchpad.net/mahara/+bug/1799933) 15. We have kept MYSQL requirement as 5.7.0 in info.xml as on MYSQL 5.6 we get key size issue while manual installation i.e mentioned in link : https://bugs.launchpad.net/mahara/+bug/1909116 16. Always configure site_name in mod_upgrade.php, since we have used it in install.xml. 17. We have disabled autoupgrade in 22.04.0 version since it required to delete all the files of previous version. Enable it in next minor version. (Enabled auto upgrade from 22.04.1) https://wiki.mahara.org/wiki/System_Administrator%27s_Guide/Upgrading_Mahara 18. In every major version check upgrade notes and modify our upgrade.php accordingly.
Simpan