From deepaks4077 at gmail.com Thu Jun 4 09:08:31 2015 From: deepaks4077 at gmail.com (Deepak Sharma) Date: Thu, 4 Jun 2015 09:08:31 -0400 Subject: [Loris-dev] Loris installation Message-ID: Hi everyone! I managed to install Loris but I think I might have messed up somewhere. I was able to setup a localhost server for the username lorisadmin. But when I loaded main.php in htdocs I didnt get anything at all. There was a blank space. Here are my apache logs: --> [Sun May 31 18:57:22.577972 2015] [:error] [pid 1432] [client ::1:59853] PHP Warning: require_once(/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ --> [Sun May 31 18:57:22.578036 2015] [:error] [pid 1432] [client ::1:59853] PHP Fatal error: require_once(): Failed opening required '/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php' (include_path='.:/php/includes:/usr/share/pear:/usr/local/lib/php/Smarty:../project/libraries:../php/libraries:') in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ So it seems that apache could not find vendor/autoload.php . But I did a find . -name "autoload.php" search and couldnt find one either. I also did the same for"vendor" and couldnt find a vendor folder. I then cloned the repo again and still couldnt find vendor/autoload.php Can anyone help me please? Would love to get this sorted and start working on the code! Thanks, Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL: From sekaranrathi at gmail.com Thu Jun 4 09:36:21 2015 From: sekaranrathi at gmail.com (Rathi Gnanasekaran) Date: Thu, 4 Jun 2015 09:36:21 -0400 Subject: [Loris-dev] Loris installation In-Reply-To: References: Message-ID: Hi Deepak, You need to install Composer. Follow instructions in the Globally section: https://getcomposer.org/doc/00-intro.md After its installed do composer update. This should fix your issue. Rathi On Thu, Jun 4, 2015 at 9:08 AM, Deepak Sharma wrote: > Hi everyone! > > I managed to install Loris but I think I might have messed up somewhere. I > was able to setup a localhost server for the username lorisadmin. But when > I loaded main.php in htdocs I didnt get anything at all. There was a blank > space. Here are my apache logs: > > --> [Sun May 31 18:57:22.577972 2015] [:error] [pid 1432] [client > ::1:59853] PHP Warning: > require_once(/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php): > failed to open stream: No such file or directory in > /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, > referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > > > --> [Sun May 31 18:57:22.578036 2015] [:error] [pid 1432] [client > ::1:59853] PHP Fatal error: require_once(): Failed opening required > '/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php' > (include_path='.:/php/includes:/usr/share/pear:/usr/local/lib/php/Smarty:../project/libraries:../php/libraries:') > in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, > referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > > > So it seems that apache could not find vendor/autoload.php . But I did a > find . -name "autoload.php" search and couldnt find one either. I also did > the same for"vendor" and couldnt find a vendor folder. I then cloned the > repo again and still couldnt find vendor/autoload.php > > Can anyone help me please? Would love to get this sorted and start working > on the code! > > Thanks, > Deepak > > _______________________________________________ > 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 david.macfarlane2 at mcgill.ca Thu Jun 4 09:57:26 2015 From: david.macfarlane2 at mcgill.ca (Dave MacFarlane) Date: Thu, 4 Jun 2015 09:57:26 -0400 Subject: [Loris-dev] Loris installation In-Reply-To: References: , Message-ID: A minor correction: "composer install", not "composer update". (Install downloads and installs the required versions of the libraries, update tries to update composer.json to the latest version of the libraries but doesn't install them.) - Dave Date: Thu, 4 Jun 2015 09:36:21 -0400 From: sekaranrathi at gmail.com To: deepaks4077 at gmail.com CC: loris-dev at bic.mni.mcgill.ca Subject: Re: [Loris-dev] Loris installation Hi Deepak,You need to install Composer. Follow instructions in the Globally section: https://getcomposer.org/doc/00-intro.md After its installed do composer update. This should fix your issue. Rathi On Thu, Jun 4, 2015 at 9:08 AM, Deepak Sharma wrote: Hi everyone! I managed to install Loris but I think I might have messed up somewhere. I was able to setup a localhost server for the username lorisadmin. But when I loaded main.php in htdocs I didnt get anything at all. There was a blank space. Here are my apache logs: --> [Sun May 31 18:57:22.577972 2015] [:error] [pid 1432] [client ::1:59853] PHP Warning: require_once(/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ --> [Sun May 31 18:57:22.578036 2015] [:error] [pid 1432] [client ::1:59853] PHP Fatal error: require_once(): Failed opening required '/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php' (include_path='.:/php/includes:/usr/share/pear:/usr/local/lib/php/Smarty:../project/libraries:../php/libraries:') in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ So it seems that apache could not find vendor/autoload.php . But I did a find . -name "autoload.php" search and couldnt find one either. I also did the same for"vendor" and couldnt find a vendor folder. I then cloned the repo again and still couldnt find vendor/autoload.php Can anyone help me please? Would love to get this sorted and start working on the code! Thanks,Deepak _______________________________________________ Loris-dev mailing list Loris-dev at bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev _______________________________________________ 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 deepaks4077 at gmail.com Sat Jun 6 22:49:55 2015 From: deepaks4077 at gmail.com (Deepak Sharma) Date: Sat, 6 Jun 2015 22:49:55 -0400 Subject: [Loris-dev] Loris installation In-Reply-To: References: Message-ID: Guys I am still getting the blank screen at main.php. I downloaded composer and ran composer install at sites/loris/ (the directory with the composer.json file) but now I am getting a different error Now the apache error log says: [Sat Jun 06 22:39:05.050433 2015] [:error] [pid 159] [client ::1:59347] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc on line 106 [Sat Jun 06 22:39:05.050606 2015] [:error] [pid 159] [client ::1:59347] PHP Fatal error: Uncaught exception 'Exception' with message 'Could not load Loris config file ' in /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc:109\nStack trace:\n#0 /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc(90): NDB_Config->load(NULL)\n#1 /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Client.class.inc(71): NDB_Config::singleton(NULL)\n#2 /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php(29): NDB_Client->initialize()\n#3 {main}\n thrown in /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc on line 109 The #109 line in NDB_Config.class is trying to include ../projects/config.xml . *config.xml does not exist at that place for me.* Can anyone help me please? Thanks, Deepak On Thu, Jun 4, 2015 at 9:57 AM, Dave MacFarlane wrote: > A minor correction: > > "composer install", not "composer update". > > (Install downloads and installs the required versions of the libraries, > update tries to update composer.json to the latest version of the libraries > but doesn't install them.) > > - Dave > > ------------------------------ > Date: Thu, 4 Jun 2015 09:36:21 -0400 > From: sekaranrathi at gmail.com > To: deepaks4077 at gmail.com > CC: loris-dev at bic.mni.mcgill.ca > Subject: Re: [Loris-dev] Loris installation > > > Hi Deepak, > You need to install Composer. Follow instructions in the Globally section: > https://getcomposer.org/doc/00-intro.md > > After its installed do composer update. > > This should fix your issue. > > Rathi > > On Thu, Jun 4, 2015 at 9:08 AM, Deepak Sharma > wrote: > > Hi everyone! > > I managed to install Loris but I think I might have messed up somewhere. I > was able to setup a localhost server for the username lorisadmin. But when > I loaded main.php in htdocs I didnt get anything at all. There was a blank > space. Here are my apache logs: > > --> [Sun May 31 18:57:22.577972 2015] [:error] [pid 1432] [client > ::1:59853] PHP Warning: > require_once(/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php): > failed to open stream: No such file or directory in > /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, > referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > > > --> [Sun May 31 18:57:22.578036 2015] [:error] [pid 1432] [client > ::1:59853] PHP Fatal error: require_once(): Failed opening required > '/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php' > (include_path='.:/php/includes:/usr/share/pear:/usr/local/lib/php/Smarty:../project/libraries:../php/libraries:') > in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, > referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ > > > So it seems that apache could not find vendor/autoload.php . But I did a > find . -name "autoload.php" search and couldnt find one either. I also did > the same for"vendor" and couldnt find a vendor folder. I then cloned the > repo again and still couldnt find vendor/autoload.php > > Can anyone help me please? Would love to get this sorted and start working > on the code! > > Thanks, > Deepak > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > > > _______________________________________________ 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 justin.kat at mail.mcgill.ca Tue Jun 9 15:28:05 2015 From: justin.kat at mail.mcgill.ca (Justin Kat) Date: Tue, 9 Jun 2015 15:28:05 -0400 Subject: [Loris-dev] Loris installation In-Reply-To: References: Message-ID: Hi Deepak, Check that a config.xml file exists in your project directory. It should be properly formatted xml and basically a copy of docs/config/config.xml but replaced with your own hostname, username, password, and database values. And if it does exist, check that the permissions are set correctly so that it is accessible. Justin On Sat, Jun 6, 2015 at 10:49 PM, Deepak Sharma wrote: > Guys I am still getting the blank screen at main.php. > > I downloaded composer and ran composer install at sites/loris/ (the > directory with the composer.json file) but now I am getting a different > error > > Now the apache error log says: > > [Sat Jun 06 22:39:05.050433 2015] [:error] [pid 159] [client ::1:59347] > PHP Warning: simplexml_load_file(): I/O warning : failed to load external > entity "" in > /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc > on line 106 > > [Sat Jun 06 22:39:05.050606 2015] [:error] [pid 159] [client ::1:59347] > PHP Fatal error: Uncaught exception 'Exception' with message 'Could not > load Loris config file ' in > /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc:109\nStack > trace:\n#0 > /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc(90): > NDB_Config->load(NULL)\n#1 > /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Client.class.inc(71): > NDB_Config::singleton(NULL)\n#2 > /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php(29): > NDB_Client->initialize()\n#3 {main}\n thrown in > /Users/lorisadmin/Sites/loris/Loris-15.4/php/libraries/NDB_Config.class.inc > on line 109 > > The #109 line in NDB_Config.class is trying to include > ../projects/config.xml . > > *config.xml does not exist at that place for me.* > > Can anyone help me please? > > Thanks, > Deepak > > On Thu, Jun 4, 2015 at 9:57 AM, Dave MacFarlane < > david.macfarlane2 at mcgill.ca> wrote: > >> A minor correction: >> >> "composer install", not "composer update". >> >> (Install downloads and installs the required versions of the libraries, >> update tries to update composer.json to the latest version of the libraries >> but doesn't install them.) >> >> - Dave >> >> ------------------------------ >> Date: Thu, 4 Jun 2015 09:36:21 -0400 >> From: sekaranrathi at gmail.com >> To: deepaks4077 at gmail.com >> CC: loris-dev at bic.mni.mcgill.ca >> Subject: Re: [Loris-dev] Loris installation >> >> >> Hi Deepak, >> You need to install Composer. Follow instructions in the Globally >> section: https://getcomposer.org/doc/00-intro.md >> >> After its installed do composer update. >> >> This should fix your issue. >> >> Rathi >> >> On Thu, Jun 4, 2015 at 9:08 AM, Deepak Sharma >> wrote: >> >> Hi everyone! >> >> I managed to install Loris but I think I might have messed up somewhere. >> I was able to setup a localhost server for the username lorisadmin. But >> when I loaded main.php in htdocs I didnt get anything at all. There was a >> blank space. Here are my apache logs: >> >> --> [Sun May 31 18:57:22.577972 2015] [:error] [pid 1432] [client >> ::1:59853] PHP Warning: >> require_once(/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php): >> failed to open stream: No such file or directory in >> /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, >> referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ >> http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ >> >> >> --> [Sun May 31 18:57:22.578036 2015] [:error] [pid 1432] [client >> ::1:59853] PHP Fatal error: require_once(): Failed opening required >> '/Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/../vendor/autoload.php' >> (include_path='.:/php/includes:/usr/share/pear:/usr/local/lib/php/Smarty:../project/libraries:../php/libraries:') >> in /Users/lorisadmin/Sites/loris/Loris-15.4/htdocs/main.php on line 17, >> referer: http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ >> http://localhost/~lorisadmin/loris/Loris-15.4/htdocs/ >> >> >> So it seems that apache could not find vendor/autoload.php . But I did a >> find . -name "autoload.php" search and couldnt find one either. I also did >> the same for"vendor" and couldnt find a vendor folder. I then cloned the >> repo again and still couldnt find vendor/autoload.php >> >> Can anyone help me please? Would love to get this sorted and start >> working on the code! >> >> Thanks, >> Deepak >> >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> >> >> >> _______________________________________________ Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> > > > _______________________________________________ > 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 christine.rogers at mcgill.ca Thu Jun 18 15:24:04 2015 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Thu, 18 Jun 2015 09:24:04 -1000 Subject: [Loris-dev] LORIS Web login issue - new Loris install Message-ID: Hi YoungVin and the Loris-dev mailing list, >New create ID web login try -> "Incorrect username or password" or "Your account has not yet been activated. Please contact your project administrator to activate this account." When a user gets this message, the administrator should (if appropriate) go to the User Accounts module (under Admin menu), find the user account and set Pending=N. > 4. Another method -> using Terminal -> mysql login -> SQL syntax : UPDATE users SET Password_md5=concat('aa',MD5) where UserID='amcahy'; You should enter the actual password you wish to set for the user, immediately after 'aa and before the next ' e.g. UPDATE users SET Password_md5=concat('aaNewPassword123!',MD5) where UserID='amcahy'; For anyone out there trying a new install of Loris on a Mac, don't forget that a few steps in the install script must be manually executed. For example, before the front-end admin user will be able to log in for the first time, reset in mysql 2 key fields in the users table: Password_expiry (currently 2015-03-30) and setting Pending_approval='N'. Best, Christine -- christine.rogers at mcgill.ca LORIS data systems MCIN | McConnell Brain Imaging Centre Montreal Neurological Institute ---------- Forwarded message ---------- From: "???" To: loris-dev at bic.mni.mcgill.ca Cc: Date: Thu, 18 Jun 2015 21:21:17 +0900 Subject: LORIS Web login error Hi everyone! I managed to install Loris but I think I might have messed up somewhere. Web login error occurred. I conducted in the following way: 1. using web browser 210.119.126.170 connect -> login ID : admin 2. Admin menu -> User accounts -> add user -> A fill in the blank -> save button click -> user add success -> log out 3. New create ID web login try -> "Incorrect username or password" or "Your account has not yet been activated. Please contact your project administrator to activate this account." 4. Another method -> using Terminal -> mysql login -> SQL syntax : UPDATE users SET Password_md5=concat('aa',MD5) where UserID='amcahy'; 5. Same problem : New create ID web login try -> "Incorrect username or password" Can anyone help me please? Thanks, YoungVin. -------------- next part -------------- An HTML attachment was scrubbed... URL: From marir at bme.hanyang.ac.kr Thu Jun 18 08:21:17 2015 From: marir at bme.hanyang.ac.kr (=?utf-8?b?64KY7JiB67mI?=) Date: Thu, 18 Jun 2015 21:21:17 +0900 Subject: [Loris-dev] LORIS Web login error Message-ID: <20150618122118.8862.90645@ma108.mailplug.co.kr> Hi everyone!I managed to install Loris but I think I might have messed up somewhere. Web loginerror occurred.I conducted in the following way:1. using web browser 210.119.126.170 connect -> login ID : admin2. Admin menu -> User accounts -> add user -> A fill in the blank -> save button click -> user add success -> log out3. New create ID web login try -> "Incorrect username or password" or "Your account has not yet been activated. Please contact your project administrator to activate this account."4. Another method -> using Terminal -> mysql login -> SQL syntax : UPDATE users SET Password_md5=concat('aa',MD5) where UserID='amcahy';5. Same problem : New create ID web login try -> "Incorrect username or password"Can anyone help me please?Thanks,YoungVin. -------------- next part -------------- An HTML attachment was scrubbed... URL: From klitinas at umich.edu Wed Jun 24 13:40:46 2015 From: klitinas at umich.edu (Krisanne Litinas) Date: Wed, 24 Jun 2015 13:40:46 -0400 Subject: [Loris-dev] Rules for textElement entries Message-ID: Hi all, I have a set of instruments + scoring and for the most part they look and behave as desired. Right now I am trying to implement constraints (rules) on the various fields. Most of the elements I'm using are of type = textElement. Is there an easy way that I can add a rule that the entry has to be one of a given list of acceptable strings? For instance, for a given entry have it only accept values of 'yes' or 'no' and throw an error if the entered text is something different (for specific logistical reasons here we need to use a text box as opposed to a drop-down object). Can anyone tell me if there is a straight-forward way of doing this - perhaps somewhere in a .linst or .rules file? I've also tried simply changing the SQL field type to ENUM instead of VARCHAR but that seems to just record the entry as NULL if the entry is outside of the acceptable set of answers and does not give the type of visual feedback to the user that would be optimal. Thanks for any help, -Krisanne -------------- next part -------------- An HTML attachment was scrubbed... URL: From zia.mohades at gmail.com Thu Jun 25 13:34:57 2015 From: zia.mohades at gmail.com (zia mohades) Date: Thu, 25 Jun 2015 13:34:57 -0400 Subject: [Loris-dev] LORIS Web login issue - new Loris install In-Reply-To: References: Message-ID: Hi all, Christine, Thank you so much for answering the question. Youngvin, is your issue resolved now? Best regards, zia On Thu, Jun 18, 2015 at 3:24 PM, Christine Rogers < christine.rogers at mcgill.ca> wrote: > Hi YoungVin and the Loris-dev mailing list, > > >New create ID web login try -> "Incorrect username or password" or "Your > account has not yet been activated. Please contact your project > administrator to activate this account." > > When a user gets this message, the administrator should (if appropriate) > go to the User Accounts module (under Admin menu), find the user account > and set Pending=N. > > > 4. Another method -> using Terminal -> mysql login -> SQL syntax : > UPDATE users SET Password_md5=concat('aa',MD5) where UserID='amcahy'; > > You should enter the actual password you wish to set for the user, > immediately after 'aa and before the next ' > e.g. UPDATE users SET Password_md5=concat('aaNewPassword123!',MD5) where > UserID='amcahy'; > > For anyone out there trying a new install of Loris on a Mac, don't forget > that a few steps in the install script must be manually executed. > For example, before the front-end admin user will be able to log in for > the first time, reset in mysql 2 key fields in the users table: > Password_expiry (currently 2015-03-30) and setting Pending_approval='N'. > > Best, > Christine > > -- > christine.rogers at mcgill.ca > LORIS data systems > MCIN | McConnell Brain Imaging Centre > Montreal Neurological Institute > > > ---------- Forwarded message ---------- > From: "???" > To: loris-dev at bic.mni.mcgill.ca > Cc: > Date: Thu, 18 Jun 2015 21:21:17 +0900 > Subject: LORIS Web login error > > Hi everyone! > I managed to install Loris but I think I might have messed up somewhere. > Web login error occurred. > > I conducted in the following way: > > 1. using web browser 210.119.126.170 connect -> login ID : admin > 2. Admin menu -> User accounts -> add user -> A fill in the blank -> save > button click -> user add success -> log out > 3. New create ID web login try -> "Incorrect username or password" or > "Your account has not yet been activated. Please contact your project > administrator to activate this account." > > 4. Another method -> using Terminal -> mysql login -> SQL syntax : UPDATE > users SET Password_md5=concat('aa',MD5) where UserID='amcahy'; > 5. Same problem : New create ID web login try -> "Incorrect username or > password" > > > Can anyone help me please? > > Thanks, > YoungVin. > > > > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > -- Zia Mohaddes Data Manager Montreal Neurological Institute McGill University Phone: (514) 398-7210 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marir at bme.hanyang.ac.kr Mon Jun 29 13:19:58 2015 From: marir at bme.hanyang.ac.kr (=?utf-8?b?64KY7JiB67mI?=) Date: Tue, 30 Jun 2015 02:19:58 +0900 Subject: [Loris-dev] In relation to the Imaging_browser. Message-ID: <20150629172000.8862.69137@ma108.mailplug.co.kr> Dear Loris development team,Hi everyone! Thank you so much for the quick response, the login problem get solved.I would like to ask other questions related to imaging-upload issue.1. Can you please let me know how can I set thegetIncomingDirconfigoption please? There's error message when I running the script [imaging_upload_file_cronjob.pl -profile prod]. The file cannot be moved. Make sure the getIncomingDirconfig option is set ================================================================ Uploading image data without going to /data/loris/data/tarchive, go to the /data/loris/data/trashbin.2. I installed minc-tools using apt-get butsegmentation fault erroroccurs when I'm running mincreshape. I believe the mincreshape is important script which makes picture in imaging browser. I tested several versions of minc-tools but the results were same (downloaded athttp://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/) : minc-toolkit-1.9.3-20140830-Ubuntu_14.04-x86_64.deb minc-toolkit-1.9.2-20140730-Ubuntu_14.04-x86_64.deb minc-toolkit-1.9.1-20140721-Ubuntu_12.04-x86_64.deb minc-toolkit-1.0.01-20131211-Ubuntu_12.04-x86_64.deb My OS is Ubuntu 14.04, Linux version 3.13.0-32-generic (buildd at kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) Here's my libraries for the mincreshape $ ldd `which mincreshape` linux-vdso.so.1 => (0x00007fffcc7fe000) libminc2.so.3 => /usr/lib/x86_64-linux-gnu/libminc2.so.3 (0x00007fad73960000) libnetcdf.so.7 => /usr/lib/libnetcdf.so.7 (0x00007fad73623000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fad7325d000) libhdf5.so.7 => /usr/lib/x86_64-linux-gnu/libhdf5.so.7 (0x00007fad72dc1000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fad72abb000) libhdf5_hl.so.7 => /usr/lib/x86_64-linux-gnu/libhdf5_hl.so.7 (0x00007fad7288a000) libcurl-gnutls.so.4 => /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 (0x00007fad72628000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fad7240a000) /lib64/ld-linux-x86-64.so.2 (0x00007fad73ba4000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fad721f0000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fad71fec000) libidn.so.11 => /usr/lib/x86_64-linux-gnu/libidn.so.11 (0x00007fad71db9000) librtmp.so.0 => /usr/lib/x86_64-linux-gnu/librtmp.so.0 (0x00007fad71b9e000) libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007fad7191e000) libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007fad71660000) libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007fad71419000) liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007fad7120a000) libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007fad70fb9000) libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007fad70db3000) libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007fad70b9f000) libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007fad7095d000) libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007fad70691000) libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007fad70462000) libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007fad7025e000) libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007fad70052000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fad6fe37000) libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007fad6fc1c000) libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007fad6f9dd000) libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fad6f7d5000) libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007fad6f5d1000) libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007fad6f3c7000) libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007fad6f13f000) libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007fad6ee9d000) libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007fad6ec6a000) libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007fad6ea55000) libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007fad6e82b000) libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007fad6e61d000) libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007fad6e3d4000) libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fad6e11a000) libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007fad6dee1000)Can anyone help me please?Thank you so much in advance,Best Regards,YoungVin -------------- next part -------------- An HTML attachment was scrubbed... URL: