I am currently running a WeBWork server, upgraded from "WW2.7 (Ubuntu 12.04) livedvd" to WW2.9 and PG 2.9 and the latest OPL.
Somehow, after installation, all the static graphic image in the problem produce errors. For example, I tried:
Library/UMN/calculusStewartET/s_12_2_prob01/s_12_2_prob01.pg
and instead of showing the vector2.png, it shows the text:
\{
image("vector2.png",width=>400,height=>400,tex_size=>400)
\}
At the bottom of the page, I see Warning:
ERROR in old_safe_ev, PGbasicmacros.pl:
## There is an error occuring inside evaluation brackets \{ ...code... \}
## somewhere in an EV2 or EV3 or BEGIN_TEXT block.
## Code evaluated:
## image("$g1",width=>400,height=>400,tex_size=>400)
##Timeout after processing this problem for 60 seconds. Check for infinite loops in problem source.
## at line 1671 of [PG]/macros/PGbasicmacros.pl
I've updated both WeBWork and PG with 'git pull' command. There isn't any problem displaying equations or dynamically generated graphs.
I put the server name on both site.conf and apache2.conf.
Thank you.