From Adam.Santaniello at ucsf.edu Sat Dec 10 22:32:21 2016 From: Adam.Santaniello at ucsf.edu (Santaniello, Adam) Date: Sun, 11 Dec 2016 03:32:21 +0000 Subject: [Loris-dev] Install help - smarty error Message-ID: Hello LORIS people, I'm trying (hard!) to get a working LORIS instance running. After many hours spent surmounting various daemon/config issues during the installation process on a fresh Ubuntu 16.04 -- I will be making numerous PRs if we end up using LORIS -- I am finally at a point of trying to load the main page. I get WSOD, and I see this in my apache error logs: PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'login.tpl' <-- \n thrown in /var/www/myloris/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 139 Help? Thank you. Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: From christine.rogers at mcgill.ca Mon Dec 12 09:33:35 2016 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Mon, 12 Dec 2016 09:33:35 -0500 Subject: [Loris-dev] Install help - smarty error In-Reply-To: References: Message-ID: Hi Adam, Thanks for your email - this should be solved by a simple tweak to your settings. First verify: * Ensure that your smarty/templates_c directory is writable by apache * Check your Config table for your WWW and Paths settings : Your *base* path, and also *host* - ensure your host value does not terminate in a slash (Further Setup Troubleshooting tips from our GitHub Wiki.) If your error persists, please let us know; it would be helpful to know which version of PHP, MySQL and which LORIS release you have installed. Christine the LORIS team On Sat, Dec 10, 2016 at 10:32 PM, Santaniello, Adam < Adam.Santaniello at ucsf.edu> wrote: > Hello LORIS people, > I'm trying (hard!) to get a working LORIS instance running. > After many hours spent surmounting various daemon/config issues during the > installation process on a fresh Ubuntu 16.04 -- I will be making numerous > PRs if we end up using LORIS -- I am finally at a point of trying to load > the main page. > > I get WSOD, and I see this in my apache error logs: > > PHP Fatal error: Uncaught --> Smarty: Unable to load template file > 'login.tpl' <-- \n thrown in /var/www/myloris/vendor/smarty > /smarty/libs/sysplugins/smarty_internal_template.php on line 139 > > Help? > Thank you. > Adam > > > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > -- christine.rogers at mcgill.ca LORIS data systems | loris.ca McGill Centre for Integrative Neuroscience| MCIN.ca McConnell Brain Imaging Centre Montreal Neurological Institute McGill University | Montreal | Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: From Adam.Santaniello at ucsf.edu Mon Dec 12 20:50:33 2016 From: Adam.Santaniello at ucsf.edu (Santaniello, Adam) Date: Tue, 13 Dec 2016 01:50:33 +0000 Subject: [Loris-dev] Install help - smarty error In-Reply-To: References: , Message-ID: Thank you, Christine. I've resolved that issue and now have the site up and am able to log in as admin. However, I can't make any edits to the database. Clicking submit & save buttons does nothing and yields this error in the browser dev tools console: Failed to load resource: the server responded with a status of 404 (Not Found) configuration_helper.js:87 Object configuration_helper.js:88 Details: error Error:Not Found Submit is attempting a POST to this URL and getting 404: http://myserver.ucsf.edu/configuration/null/configuration/ajax/process.php ________________________________ From: Christine Rogers [christine.rogers at mcgill.ca] Sent: Monday, December 12, 2016 6:33 AM To: Santaniello, Adam Cc: loris-dev at bic.mni.mcgill.ca Subject: Re: [Loris-dev] Install help - smarty error Hi Adam, Thanks for your email - this should be solved by a simple tweak to your settings. First verify: * Ensure that your smarty/templates_c directory is writable by apache * Check your Config table for your WWW and Paths settings : Your base path, and also host - ensure your host value does not terminate in a slash (Further Setup Troubleshooting tips from our GitHub Wiki.) If your error persists, please let us know; it would be helpful to know which version of PHP, MySQL and which LORIS release you have installed. Christine the LORIS team On Sat, Dec 10, 2016 at 10:32 PM, Santaniello, Adam > wrote: Hello LORIS people, I'm trying (hard!) to get a working LORIS instance running. After many hours spent surmounting various daemon/config issues during the installation process on a fresh Ubuntu 16.04 -- I will be making numerous PRs if we end up using LORIS -- I am finally at a point of trying to load the main page. I get WSOD, and I see this in my apache error logs: PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'login.tpl' <-- \n thrown in /var/www/myloris/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 139 Help? Thank you. Adam _______________________________________________ Loris-dev mailing list Loris-dev at bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev -- christine.rogers at mcgill.ca LORIS data systems | loris.ca McGill Centre for Integrative Neuroscience| MCIN.ca McConnell Brain Imaging Centre Montreal Neurological Institute McGill University | Montreal | Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: From samirdas99 at gmail.com Tue Dec 13 11:25:05 2016 From: samirdas99 at gmail.com (Samir Das) Date: Tue, 13 Dec 2016 11:25:05 -0500 Subject: [Loris-dev] Install help - smarty error In-Reply-To: References: Message-ID: Hi Adam, It could be that your baseURL isn't set properly. Perhaps, you can show us the path you have set for this tag (perhaps the whole config.xml file? In fact, it is possible that the config.xml has a duplication of the tag or . Thank you, Samir Das On Mon, Dec 12, 2016 at 8:50 PM, Santaniello, Adam < Adam.Santaniello at ucsf.edu> wrote: > Thank you, Christine. > I've resolved that issue and now have the site up and am able to log in as > admin. > However, I can't make any edits to the database. Clicking submit & save > buttons does nothing and yields this error in the browser dev tools console: > > Failed to load resource: the server responded with a status of 404 (Not > Found) > configuration_helper.js:87 Object > configuration_helper.js:88 Details: error > Error:Not Found > > Submit is attempting a POST to this URL and getting 404: > > http://myserver.ucsf.edu/configuration/null/configuration/ajax/process.php > > > > ------------------------------ > *From:* Christine Rogers [christine.rogers at mcgill.ca] > *Sent:* Monday, December 12, 2016 6:33 AM > *To:* Santaniello, Adam > *Cc:* loris-dev at bic.mni.mcgill.ca > *Subject:* Re: [Loris-dev] Install help - smarty error > > Hi Adam, > Thanks for your email - this should be solved by a simple tweak to your > settings. First verify: > * Ensure that your smarty/templates_c directory is writable by apache > * Check your Config table for your WWW and Paths settings > : > Your *base* path, and also *host* - ensure your host value does not > terminate in a slash > (Further Setup Troubleshooting tips > > from our GitHub Wiki.) > > If your error persists, please let us know; it would be helpful to know > which version of PHP, MySQL and which LORIS release you have installed. > Christine > the LORIS team > > > On Sat, Dec 10, 2016 at 10:32 PM, Santaniello, Adam < > Adam.Santaniello at ucsf.edu> wrote: > >> Hello LORIS people, >> I'm trying (hard!) to get a working LORIS instance running. >> After many hours spent surmounting various daemon/config issues during >> the installation process on a fresh Ubuntu 16.04 -- I will be making >> numerous PRs if we end up using LORIS -- I am finally at a point of trying >> to load the main page. >> >> I get WSOD, and I see this in my apache error logs: >> >> PHP Fatal error: Uncaught --> Smarty: Unable to load template file >> 'login.tpl' <-- \n thrown in /var/www/myloris/vendor/smarty >> /smarty/libs/sysplugins/smarty_internal_template.php on line 139 >> >> Help? >> Thank you. >> Adam >> >> >> >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> >> > > > -- > > christine.rogers at mcgill.ca > LORIS data systems | loris.ca > McGill Centre for Integrative Neuroscience| MCIN.ca > McConnell Brain Imaging Centre > Montreal Neurological Institute > McGill University | Montreal | Canada > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Adam.Santaniello at ucsf.edu Tue Dec 13 13:40:03 2016 From: Adam.Santaniello at ucsf.edu (Santaniello, Adam) Date: Tue, 13 Dec 2016 18:40:03 +0000 Subject: [Loris-dev] Install help - smarty error In-Reply-To: References: , Message-ID: Hi Samir, I do not see baseURL, www, or similar tags in my /project/config.xml I did see "url" in the Config db table, however, and set it to my host's url. This was previously set to an empty string since CSS was not loading. Now both CSS and db updates work, so all is well. config.xml file is below in case it helps. Thanks for your help, Adam 0 localhost lorisuser password ucsf lorisuser password Example database false user random BBB candidate_comment ProbandDoB MRI_Done user /^[A-Z0-9]{2}$/i 2 V%value% V%value% user /^[A-Z0-9]{2}$/i 2 V%value% V%value% aosi 0.5 AOSI adi_r_proband 89.5 ADI-R (Proband) adi_r_subject 89.5 ADI-R (Subject) csbs 79.5 CSBS ados_module1 79.5 ADOS (Module1) ados_module2 79.5 ADOS (Module2) 0 false study_consent 0 false sampleInstrument sampleInstrumentPermissionName sampleInstrument2 sampleInstrument2PermissionName %MINCTOOLSPATH% -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew at biospective.com Fri Dec 16 10:56:23 2016 From: matthew at biospective.com (Matthew Lee) Date: Fri, 16 Dec 2016 10:56:23 -0500 Subject: [Loris-dev] LORIS Demo login broken Message-ID: Hi, I was trying to look at the LORIS demo, and I can't get past the login screen equivalent. When I click on the "Click to Enter" button, it shows an "Incorrect username or password" error. Thanks for looking into it. Matthew -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordan.stirling at mail.mcgill.ca Fri Dec 16 11:06:13 2016 From: jordan.stirling at mail.mcgill.ca (Jordan Stirling, Mr) Date: Fri, 16 Dec 2016 16:06:13 +0000 Subject: [Loris-dev] LORIS Demo login broken In-Reply-To: References: Message-ID: Hi Matthew, Thanks for bringing this to our attention. The demo site should be working now. Let me know if you have any other issues. Cheers, Jordan Sent from my iPhone > On Dec 16, 2016, at 10:57 AM, Matthew Lee wrote: > > Hi, > > I was trying to look at the LORIS demo, and I can't get past the login screen equivalent. When I click on the "Click to Enter" button, it shows an "Incorrect username or password" error. > > Thanks for looking into it. > > Matthew > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev From christine.rogers at mcgill.ca Fri Dec 23 13:58:47 2016 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Fri, 23 Dec 2016 13:58:47 -0500 Subject: [Loris-dev] LORIS 17.0.0 release Message-ID: Hi LORIS community, LORIS 17.0.0 has been finalized and released this week. For more information and recommendations for existing projects, please refer to our Release notes page on GitHub. Best wishes for happy holidays and a great new year, The LORIS team -- christine.rogers at mcgill.ca LORIS data systems | loris.ca McGill Centre for Integrative Neuroscience| MCIN.ca McConnell Brain Imaging Centre Montreal Neurological Institute McGill University | Montreal | Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: