asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T var/softaculous/goffice62/NOTES.txt000064400000004226151027236150013114 0ustar001. In manual installation for "Temporary file path" create '[[softpath]]/tmp' directory and provide path to this directory. 2. PHP REQUIREMENT LINK :https://groupoffice.readthedocs.io/en/latest/install/requirements.html PHP max in info.xml taken from /install/gotest.php(on line no 140) 3. __getPasswordErrorString function is added in edit because while updating password in manual installation, it checks for these restrictions and the same is not checked while installation. Hence this is added only in edit and not in install.php 4. Few tables are not generated post upgrading from 6.2.x to 6.3.x. They shall generate whenever the specific module will get installed. (Confirmed with vendor) 5. We configure .htaccess given by vendor since 6.4.70 for authorization and to use some of modules. 6. We have removed language option for Group office 6.3.x branch(from install.xml), Since language is now not present in the curl call 'POST' parameters. Also after updating language from admin panel's System Settings languages don't work(in manual installation as well).(Since 6.3.60). Check whether languages work fine in next version. 8. rename /users/{user} to /users/admin and empty cache/disk to make data.zip 9. [[datadir]]/locks/jmap-set-lock.lock get created after login 10. [[datadir]]/f3/84/f384ee1dd8a66f36a425dce7b08992d7a6a68c36 is a png image of groupoffice logo. no need to delete. 11. While making datadir.zip empty the contents of the 'cache' folder. 12. We have kept the template value default(just changed date, email & domhost) in `go_templates` table because it is not used by group office. (Confirmed with vendor over email) 13. Few tables are not generated while upgrading from 6.6. They shall generate on installing "caldav" module. (Confirmed with vendor) `dav_calendar_changes`, `dav_events`, `dav_locks`, `dav_tasks` 14. Check that under data directory folder [[datadir]]/f3/84/f384ee1dd8a66f36a425dce7b08992d7a6a68c36 i.e 'f384ee1dd8a66f36a425dce7b08992d7a6a68c36' which is a png image of Goffice logo as mentioned under point no 10, also check that the same image is under `logo` column of `bookmarks_bookmark` table and also under 'id' column of `core_blob` table in sql.var/softaculous/goffice67/NOTES.txt000064400000003152151027440710013115 0ustar001. In manual installation for "Temporary file path" create '[[softpath]]/tmp' directory and provide path to this directory. 2. PHP REQUIREMENT LINK : https://groupoffice.readthedocs.io/en/6.7/install/requirements.html. PHP max in info.xml taken from /install/gotest.php(on line no 140) 3. __getPasswordErrorString function is added in edit because while updating password in manual installation, it checks for these restrictions and the same is not checked while installation. Hence this is added only in edit and not in install.php 4. Few tables are not generated post upgrading from 6.2.x to 6.3.x. They shall generate whenever the specific module will get installed. (Confirmed with vendor) 5. We configure .htaccess given by vendor since 6.4.70 for authorization and to use some of modules. 6. We have removed language option for Group office 6.3.x branch(from install.xml), Since language is now not present in the curl call 'POST' parameters. Also after updating language from admin panel's System Settings languages don't work(in manual installation as well).(Since 6.3.60). Check whether languages work fine in next version. 8. rename /users/{user} to /users/admin and empty cache/disk to make data.zip 9. [[datadir]]/locks/jmap-set-lock.lock get created after login 10. [[datadir]]/f3/84/f384ee1dd8a66f36a425dce7b08992d7a6a68c36 is a png image of groupoffice logo. no need to delete. 11. While making datadir.zip empty the contents of the 'cache' folder. 12. We have kept the template value default(just changed date, email & domhost) in `go_templates` table because it is not used by group office. (Confirmed with vendor over email)var/softaculous/orange/NOTES.txt000064400000003352151027451260012615 0ustar001) Move USING BTREE to work on strict MySQL environments. 2) Remove DEFINER=`root`@`localhost` from SQL file 3) When converting preg_replace to soft_preg_replace check the database details properly it should not have test_ 4) PHP REQUIREMENT LINK: /installer/config/system_requirements.php 5) Release date : https://sourceforge.net/projects/orangehrm/files/stable/ 6) If you getting error "Database connection problem" while installing manually select "127.0.0.1" instead of "localhost". (Since 4.1) https://github.com/orangehrm/orangehrm/issues/221 (Not required since 4.3.1) 7) Script is asking for resetting of password post first login (even in manual since 4.1). It requires too many files to be included for password strength checking. Hence we have not included as it is allowing in manual installation also.(NA) 8) We didn't exclude the installer folder in 4.9 as it needs files from installer folder to run. If we remove it, it causes issue. 9) We explicitly put quotes around databases.yaml file even though they are not there in manual installation, as internal server error occurs when there are special characters in password. 10) We have disabled the upgrade because no upgrade documentation provided by the vendor. We have created an issue on Github and vendors are working on documentaions on upgrading from 4.x to 5.x https://github.com/orangehrm/orangehrm/issues/1373 11) If by the next version they do not update the docs we can try giving upgrade from 5.x to 5.x (Need to check this when 5.2 releases.) 12) Uncheck the register option while creating user in manual installation. 13) Set 'auth.password_policy.enforce_password_strength' to 'off' to bypass password strengh enforcing check, so that the script won't ask to reset password on each login.