WeBWorK Main Forum

Can't get the union theme to work in the Course Configuration

Can't get the union theme to work in the Course Configuration

by Robin Cruz -
Number of replies: 1

I tried to change the Theme from the Course Configuration page to "union", but got the following error message.  I looked in the directory mentioned below and there is no union directory.  Should there be one there?

--rac

Error messages

failed to read file /opt/webwork/webwork2/conf/templates/union/system.template: No such file or directory at /opt/webwork/webwork2/lib/WeBWorK/Utils.pm line 156.

In reply to Robin Cruz

Re: Can't get the union theme to work in the Course Configuration

by Davide Cervone -
Someone added "union" to the list of themes without adding all the support files to the WeBWorK distribution. Selecting the union theme causes problems because the system can't locate the required template files.

I have added them to the CVS archive. You can get them by CDing to your webwork2 directory (usually /opt/webwork2) and using the command

    cvs update htdocs/css
    cvs update -d conf/templates

Davide