<p>We've
just installed WeBWorK 1.9 on a brand new server running RedHat 9.0.
We are running into the following bizarre problem: The line in
welcomeAction.pl and processProblem8.pl
<pre>
require "${courseScriptsDirectory}PG_module_list.pl" or wwerror($0, "Can't read ${courseScriptsDirectory}PG_module_list.pl"); </pre>
<p>causes $Global::background_plain_url to change from
"../white.gif" to "../red.gif" and $Global::bg_color to change from
"#FFFFFF" (white) to "#FF99CC" (pink). Consequently the background of
each problem set listing is red and the background of each problem page
is pink. There is no error page displayed, no compiler warnings, and
no error messages in the httpd log. The simple kludge of resetting
these global variables after this line seems to cure the problem, but
I'd like to understand what the heck is going on!
<p>Thanks,
<p>Zig
<| Post or View Comments |>
|