<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Dear Ling Ma and Cécile,
<div class=""><br class="">
</div>
<div class="">Thank you for the help and tips. After installing php7.2-xml and php7.2-mysql I was able to finish all the steps listed in the upgrade process. I followed this post to upgrade to PHP 7.2: <a href="https://medium.com/andrewmmc-io/upgrade-php-version-to-7-2-from-7-0-c005a0926642" class="">https://medium.com/andrewmmc-io/upgrade-php-version-to-7-2-from-7-0-c005a0926642</a></div>
<div class=""><br class="">
</div>
<div class="">Now we come back to the first error. Actually, the server is not running right now. I have the following error:</div>
<div class=""><br class="">
</div>
<div class="">===</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">[Fri Feb 21 09:25:33.848915 2020] [:error] [pid 27936] [client 216.15.126.108:52419] PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /var/www/loris/php/libraries/NDB_Client.class.inc
on line 49</span></div>
<div>===</div>
<div><br class="">
</div>
<div>After modifying the line 49 in <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Menlo; font-size: 11px;" class="">NDB_Client.class.inc from</span></div>
<div><br class="">
</div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">===</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">function initialize(?string $configFile = null)</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">===</span></font></div>
<div><br class="">
</div>
<div>to (removing the <font color="#000000" class="">?</font>)</div>
<div> </div>
<div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(255, 255, 255); font-size: 11px;" class="">===</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class="">function initialize(string $configFile = null)</span></font></div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(255, 255, 255); font-size: 11px;" class="">===</span></font></div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(255, 255, 255); font-size: 11px;" class=""><br class="">
</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">but I got the following error:</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class=""><br class="">
</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">===</span></font></div>
<div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">[Fri Feb 21 09:37:18.042287 2020] [:error] [pid 715] [client 216.15.126.108:52603] PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /var/www/loris/php/libraries/NDB_Factory.class.inc
on line 109</span></div>
</div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class="">===</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="caret-color: rgb(0, 0, 0); font-size: 11px;" class=""><br class="">
</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class="">Is this an error in the code or I am missing something?</span></font></div>
<div><br class="">
</div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class="">Thank you for help.</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class=""><br class="">
</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class="">Best,</span></font></div>
<div><font color="#000000" face="Menlo" class=""><span style="font-size: 11px;" class="">Alfredo.</span></font></div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Feb 19, 2020, at 7:23 PM, Ling Ma <<a href="mailto:lingyun.ma@mcin.ca" class="">lingyun.ma@mcin.ca</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<p class=""><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;" class=""> External Email - Use Caution </span></p>
<div class=""><br class="webkit-block-placeholder">
</div>
<div dir="ltr" class="">
<div dir="ltr" class="">
<div class="">Hi Alfredo,</div>
<div class=""><br class="">
</div>
<div class="">Since <span style="font-family: Menlo; font-size: 11px; font-variant-ligatures: no-common-ligatures;" class="">simplexml_load_file </span>is part of php-xml package, I feel that you need to install php7.2-xml if you are using PHP7.2. In Ubuntu
you install this package with apt-get install php7.2-xml, and make sure that this module is enabled in Apache2 if you are using Apache2. You can check which module is enabled via phpinfo() call from a PHP enabled web page, or just check your Apache2 PHP modules,
the later is easier.</div>
<div class=""><br class="">
</div>
<div class="">Good luck.</div>
<div class=""><br class="">
</div>
<div class="">Ling Ma</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2020 at 6:18 PM Morales Pinzon, Alfredo <<a href="mailto:AMORALESPINZON@bwh.harvard.edu" class="">AMORALESPINZON@bwh.harvard.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="overflow-wrap: break-word;" class="">Hi Ling Ma,
<div class=""><br class="">
</div>
<div class="">Thank you for the information. I would suggest to add this link to each release, where the upgrading instructions are listed, and also mention upgrading system requirements if needed.</div>
<div class=""><br class="">
</div>
<div class="">Continuing with the upgrade to v21.0.0. I checked that all the system requirements are met. Now, in having this error when executing data_dictionary_cleaner.php:</div>
<div class=""><br class="">
</div>
<div class="">===</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures;color:rgb(57,192,38)" class=""><b class="">lorisadmin@ipmsa-loris</b></span><span style="font-variant-ligatures:no-common-ligatures" class="">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(86,32,244)" class=""><b class="">/var/www/loris/tools/single_use</b></span><span style="font-variant-ligatures:no-common-ligatures" class="">$
php data_dictionary_cleaner.php </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_file() in /var/www/loris/php/libraries/NDB_Config.class.inc:96</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">Stack trace:</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#0 /var/www/loris/php/libraries/NDB_Config.class.inc(70): NDB_Config->load('/var/www/loris/...')</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#1 /var/www/loris/php/libraries/NDB_Factory.class.inc(118): NDB_Config::singleton('/var/www/loris/...')</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#2 /var/www/loris/php/libraries/NDB_Client.class.inc(54): NDB_Factory->config('/var/www/loris/...')</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#3 /var/www/loris/tools/generic_includes.php(25): NDB_Client->initialize('/var/www/loris/...')</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#4 /var/www/loris/tools/single_use/data_dictionary_cleaner.php(24): require_once('/var/www/loris/...')</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">#5 {main}</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""> thrown in /var/www/loris/php/libraries/NDB_Config.class.inc on line 96</span></div>
</div>
<div class="">===</div>
<div class=""><br class="">
</div>
<div class="">Any ideas on how to solve this?</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Alfredo.<br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Feb 19, 2020, at 5:47 PM, Ling Ma <<a href="mailto:lingyun.ma@mcin.ca" target="_blank" class="">lingyun.ma@mcin.ca</a>> wrote:</div>
<br class="">
<div class="">
<p class=""><span style="padding:3px 10px;border-radius:5px;color:rgb(255,255,255);font-weight:bold;display:inline-block;background-color:rgb(255,0,0)" class=""> External Email - Use Caution </span></p>
<div class=""><br class="">
</div>
<div dir="ltr" class="">
<div class="">Hi Alfredo,</div>
<div class=""><br class="">
</div>
<div class="">If you check this link:</div>
<div class=""><br class="">
</div>
<a href="https://github.com/aces/Loris/blob/21.0-release/README.md" target="_blank" class="">https://github.com/aces/Loris/blob/21.0-release/README.md</a><br class="">
<div class=""><br class="">
</div>
<div class="">and </div>
<div class=""><br class="">
</div>
<div class=""><a href="https://github.com/aces/Loris/blob/22.0-release/README.md" target="_blank" class="">https://github.com/aces/Loris/blob/22.0-release/README.md</a><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">You will see that the system requires:</div>
<div class=""><br class="">
</div>
<div class=""><b class="">System Requirements</b><br class="">
</div>
<div class="">
<ul class="">
<li class="">Apache <strong class="">2.4</strong> or higher</li><li class="">MySQL >= 5.7 (or MariaDB >= 10.3)</li><li class="">PHP <b class="">7.2</b> or higher</li><li class=""><a href="https://getcomposer.org/" rel="nofollow" target="_blank" class="">Composer</a></li><li class="">NodeJS <b class="">8.0</b> or higher</li><li class="">NPM</li><li class="">make</li></ul>
<div class="">Please make sure that you have all the latest or recent versions for each of them, otherwise you will run into trouble later.</div>
</div>
<div class=""><br class="">
</div>
<div class="">Ling Ma</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2020 at 5:29 PM Morales Pinzon, Alfredo <<a href="mailto:AMORALESPINZON@bwh.harvard.edu" target="_blank" class="">AMORALESPINZON@bwh.harvard.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">Hi Ling Ma,
<div class=""><br class="">
</div>
<div class="">Thank you. I will upgrade to PHP 7.2.</div>
<div class=""><br class="">
</div>
<div class="">BTW, I cannot find the requirements for PHP for v21, I am looking at this link:</div>
<div class=""><br class="">
</div>
<div class=""><a href="https://github.com/aces/Loris/releases/tag/v21.0.0" target="_blank" class="">https://github.com/aces/Loris/releases/tag/v21.0.0</a></div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Alfredo.</div>
<div class=""><br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Feb 19, 2020, at 5:18 PM, Ling Ma <<a href="mailto:lingyun.ma@mcin.ca" target="_blank" class="">lingyun.ma@mcin.ca</a>> wrote:</div>
<br class="">
<div class="">
<p class=""><span style="padding:3px 10px;border-radius:5px;color:rgb(255,255,255);font-weight:bold;display:inline-block;background-color:rgb(255,0,0)" class=""> External Email - Use Caution </span></p>
<div class=""><br class="">
</div>
<div dir="auto" class="">Hi Alfredo,
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">The warning is OK to ignore. As to php, please check v21 version requirements, I believe a php minimum 7.1 even 7.2 is required.</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">In fact, PHP 5.6 is no longer supported.</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">Best regards,</div>
<div dir="auto" class="">Ling Ma</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed., Feb. 19, 2020, 5:07 p.m. Morales Pinzon, Alfredo, <<a href="mailto:AMORALESPINZON@bwh.harvard.edu" target="_blank" class="">AMORALESPINZON@bwh.harvard.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">Dear Ling and Cécile,
<div class=""><br class="">
</div>
<div class="">Thank for your responses. </div>
<div class=""><br class="">
</div>
<div class="">I had an issue with "git checkout”, somehow I had to remove some files before being able to checkout the v21.0.0. That was the reason I didn’t have the make file. Now that I have it, I have some errors:</div>
<div class=""><br class="">
</div>
<div class="">After running “make” I have the following error:</div>
<div class=""><br class="">
</div>
<div class="">===</div>
<div class="">
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(170,171,37)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""> </span><span style="font-variant-ligatures:no-common-ligatures" class=""><b class="">WARNING in configuration</b></span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(170,171,37)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""><b class=""> The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.</b></span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(170,171,37)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""><b class=""> You can also set it to 'none' to disable any default behavior. Learn more:
<a href="https://webpack.js.org/concepts/mode/" rel="noreferrer" target="_blank" class="">
https://webpack.js.org/concepts/mode/</a></b></span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">composer install --no-dev</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">> mkdir -p project/libraries</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(57,192,38)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">Loading composer repositories with package information</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(57,192,38)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">Installing dependencies from lock file</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(178,178,178)" class="">
<span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(133,0,2)" class="">Your requirements could not be resolved to an installable set of packages.</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""> Problem 1</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""> - Installation request for php-http/guzzle6-adapter v2.0.1 -> satisfiable by php-http/guzzle6-adapter[v2.0.1].</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""> - php-http/guzzle6-adapter v2.0.1 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.</span></div>
</div>
<div class="">===</div>
<div class=""><br class="">
</div>
<div class="">Do I have to upgrade PHP to 7.1?</div>
<div class=""><br class="">
</div>
<div class="">Thank you again for your help.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Alfredo.</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Feb 19, 2020, at 12:15 PM, Cecile Madjar <<a href="mailto:cecile.madjar@mcin.ca" rel="noreferrer" target="_blank" class="">cecile.madjar@mcin.ca</a>> wrote:</div>
<br class="">
<div class="">
<p class=""><span style="padding:3px 10px;border-radius:5px;color:rgb(255,255,255);font-weight:bold;display:inline-block;background-color:rgb(255,0,0)" class=""> External Email - Use Caution </span></p>
<div class=""><br class="">
</div>
<div dir="ltr" class="">
<div class="">Hi Alfredo,</div>
<div class=""><br class="">
</div>
<div class="">Sorry to hear you are experiencing issues with the upgrade to 21.0.0. See below.</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Feb 18, 2020 at 4:31 PM Morales Pinzon, Alfredo <<a href="mailto:AMORALESPINZON@bwh.harvard.edu" rel="noreferrer" target="_blank" class="">AMORALESPINZON@bwh.harvard.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">Hi Cécile,
<div class=""><br class="">
</div>
<div class="">I am in the process of upgrading LORIS from v20.1.1 to v21.0.0 (and then to v22.0.0). I had no issues to get to v20.3.0 but now, moving to v21.0.0, I have two issues:</div>
<div class=""><br class="">
</div>
<div class="">1. I cannot access the link “Imaging->Imaging Browser” in the LORIS website. I get a 500 error. Any ideas on what should I check?</div>
</div>
</blockquote>
<div class=""><br class="">
</div>
<div class="">Could you send us what you see in the Apache error file for that 500 error? Although, might be worth focusing on fixing your second issue before we dive too much into that one. </div>
<div class=""> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">
<div class="">2. In the instructions to upgrade to v21.0.0, the second point says:</div>
<div class=""><br class="">
</div>
<div class=""><span style="color:rgb(36,41,46);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;font-variant-ligatures:normal;background-color:rgb(255,255,255)" class="">"Run </span><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;padding:0.2em 0.4em;margin:0px;background-color:rgba(27,31,35,0.047);border-radius:3px;color:rgb(36,41,46);font-variant-ligatures:normal" class="">make</code><span style="color:rgb(36,41,46);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;font-variant-ligatures:normal;background-color:rgb(255,255,255)" class=""> from
the Loris root directory to update all dependencies.</span>”"</div>
<div class=""><br class="">
</div>
<div class="">However when I run “make” In the Loris root direction it does nothing. Here is the result:</div>
<div class=""><br class="">
</div>
<div class="">===</div>
<div class="">
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(57,192,38)" class="">
<span style="font-variant-ligatures:no-common-ligatures" class=""><b class="">lorisadmin@ipmsa-loris</b></span><span style="font-variant-ligatures:no-common-ligatures" class="">:</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(86,32,244)" class=""><b class="">/var/www/loris</b></span><span style="font-variant-ligatures:no-common-ligatures" class="">$
make</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
<span style="font-variant-ligatures:no-common-ligatures" class="">make: *** No targets specified and no makefile found. Stop.</span></div>
</div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
===</div>
</div>
</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo" class="">
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class="">It that the <span class="">right</span> directory? Maybe I am missing some files?</font></div>
</div>
</blockquote>
<div class=""><br class="">
</div>
<div class="">Are you sure you are on the 21.0.0 release of LORIS before you run make? Do you see a Makefile in your /var/www/loris directory? In theory it is supposed to be there on branch 21.0.0 (<a href="https://github.com/aces/Loris/tree/v21.0.0" rel="noreferrer" target="_blank" class="">https://github.com/aces/Loris/tree/v21.0.0</a>)</div>
<div class=""> </div>
<div class="">Hope this helps.</div>
<div class=""><br class="">
Cécile</div>
<div class=""><br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class=""><br class="">
</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class="">Thank you for your help.</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class=""><br class="">
</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class="">Best,</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font class="">Alfredo.</font></div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
<div class=""><br class="">
</div>
<p class="">The information in this e-mail is intended only for the person to whom it is<br class="">
addressed. If you believe this e-mail was sent to you in error and the e-mail<br class="">
contains patient information, please contact the Partners Compliance HelpLine at<br class="">
<a href="http://www.partners.org/complianceline" rel="noreferrer" target="_blank" class="">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in error<br class="">
but does not contain patient information, please contact the sender and properly<br class="">
dispose of the e-mail.</p>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>