Reviewed: https://reviews.mahara.org/9323 Committed: https://git.mahara.org/mahara/mahara/commit/ff9256460ba42b8924b158479fecf0bba02c62ba Submitter: Cecilia Vela Gurovic ([email protected]) Branch: 18.10_STABLE
commit ff9256460ba42b8924b158479fecf0bba02c62ba Author: James William <unknown> Date: Fri Oct 26 13:57:51 2018 +1300 Bug 1799933: Fixing dwoo template issue for windows behatnotneeded Change-Id: I69f4eaa13630cd127b173098132d7defdde53917 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit a43ca5cb1b39ef35c01edb1073aa907de0a8a9de) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1799933 Title: Unable to upgrade to Mahara 18.10.0 on windows Status in Mahara: Fix Committed Status in Mahara 18.10 series: Fix Committed Status in Mahara 19.04 series: Fix Committed Bug description: Hi, I was trying to upgrade my existing 18.04.2 Mahara installation to latest 18.10.0 on my windows environment server. However I am getting "Mahara: Site unavailable A nonrecoverable error occurred. This probably means you have encountered a bug in the system " error when I visit http://siteurl/admin/upgrade.php?rerun=1&urlsecret='mysecret' To debug this further, I had uncommented $cfg->productionmode = false; in config.php to see the errors and I found that it was giving error on {Path to Mahara}/lib/dwoo/dwoo/Dwoo/Template/Str.php line 530 unable to chmod..... I guess this is happening because of "if (strpos(PHP_OS, 'WIN') !== false && $baseDir !== null)" condition. Instead of this if I replace false with 0 i.e "if (strpos(PHP_OS, 'WIN') !== 0 && $baseDir !== null)" the upgrade works fine. Can you please confirm is this the known issue ? Or am I missing on something ? To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1799933/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

