On Wed, 24 May 2006, Bob MacCallum wrote:
> comments on your experience with SSL/HTTPS still gratefully received.
The access to BASE 1.2.x on our site has always been via HTTPS.
Apache's setup is pretty standard and straightforward.
Dr Zong-Pei Han
UNIX Systems Administrator
Computational Biolo
Dear All,
Our attempt to install the latest CVS of BASE1 (1.2.17 something
which is downloaded today) on an Opteron box has been unsuccessful.
Here're some background information:
$ uname -a
Linux xx 2.6.16-1.2069_FC4smp #1 SMP Tue Mar 28 12:48:20 EST 2006
x86_64 x86_64 x86_64 GNU/Linux
$
On Mon, 26 Jun 2006, mark alston (IFR) wrote:
...
> All the BASE user tables seem OK, so what's changed?
...
Does the Apache user on the test server have all rights
to base databases? Is the UID same as on the prod server?
Regards,
Zong-Pei
-
Dr Zong-Pei Han
Hi,
I hope the questions didn't mislead you. What the questions
meant was the Apache (or Web) server should be run by user
'base' (as instructed in BASE docs) which should have the
same UID/GID as on your prod server. Your original config.inc.php
has the correct "userName" and "dbUser" to be 'ba
Last time when I installed it from CVS, I seem to have solved
the problem by changing the statements in
qt.setIsBackground(false);
to
qt.setIsBackground(Boolean.FALSE);
Good luck.
Zong-Pei
-
Dr Zong-Pei Han
UNIX Systems Administrator
Computational Biol
On Tue, 30 Jan 2007, Marie Mooney wrote:
>Hi.
>I am an extremely (completely) new user to BASE, and I was tasked with
>migrating from Base 1.2.14 to BASE2. Unfortunately, it seems, I started by
>installing BASE2, and doing all the other system upgrades necessary for
>that, which included updating
Hi,
We have recently migrated base 1.2.10 to 1.2.17b, and
found the following warnings in jobManager.log
PHP Warning: call_user_func(Experiment::diskUsageColumnName): First
argument is expected to be a valid callback in
/usr/local/base-1.2.17b/include/classes/item.inc.php on line 301
MySQL que
Hi,
The correct "tifftopnm.c" may be found in base-1.2.17 cvs,
and I asked the same question before.
You can also modify the code to change
"FALSE" to "0"
"TRUE" to "1"
for variables "opt.short_allowed", "opt.allowNegNum",
and "grayscale".
I am surprised that the BASE developers still leave