Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
1. While installing on webuzo give writable permission to cache 2. Choose password encryption method sha1 (Not Required since 3.1.0.0) 3. Upgrade requires old installation to be deleted and have to safe guard config file and public folder. (confirmed by vendor). Everytime change version in upgrade.php __pre_unzip function. or remove condition of version in next update. (Added in 3.0.2.0) (REMOVED) 4. PHP REQUIREMENT LINK: https://docs.pkp.sfu.ca/admin-guide/en/getting-started#system-requirements and https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.5-release-notebook#hosting-environment 5. Select MySQLi and timezone New York (-5:00) in manual installation. 6) 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. 7) Tick on following addition languages except English in manual installation. 8) 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 9) Table "subscription_types" -> Column "non_expiring" this was not removed after upgrade from v3.3.0.8 to v3.3.0.9. Please check in the next version. (Not gets deleted in 3.3.0.10 version as well) 10) We have kept MYSQL 5.7.22 in info.xml to maintain compatibility with the later 3.4.x branch https://forum.pkp.sfu.ca/t/omp-3-4-0-0-throws-syntax-error-sqlstate-42000-while-installation/79262 11) "uniqueSiteId" generates on login. 12) IPGeoDB.mmdb created after login in Data Directory.(Not made in 3.5.0.1, so copied from manual to our package {{DATADIR}}/usageStats/IPGeoDB.mmdb) 13) Cron reference taken from https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.5-release-notebook#task-scheduler-changes and config.inc.php(under section 'Sample for the *nix crontab') 14) Extensions in info.xml are taken from lib/pkp/lib/vendor/composer/platform_check.php 15) In next version try to add language back for 3.5.x.x in install.xml, We have removed this, since after changing language, there was no such locale entry change in db or config.inc.php, it seems language is changed by selecting from admin panel via javascript.