OK,
I'll talk about the error you saw below, but if you are following the instructions:
Now, we're going to run some scripts to finish setting up the course. As a normal user:
> cd /usr/local/webwork/courses/demoCourse/templates
> import_classlist-database.pl demoCourse defaultClasslist.lst
> setProfPermissions.pl demoCourse professor
then click the Login button and enter the following information:
login: professor
password: 111-11-1111
and things should work.
If they don't, you can start over by removing or renaming the classlist
database, e.g. .../demoCourse/DATA/demoCourse_classlist_DB
The error you saw is discussed in http://webhost.math.rochester.edu/webworkdocs/discuss/msgReader$1842
To fix it (if you want --- it doesn't prevent the script from working but it does prevent backups being made) do the following:
edit the file .../webwork/system/cgi/cgi-scripts/profImportClasslistDatabase.pl
making the follwing simple changes:
On line 129 change
&backup($path_to_CL_DB); to &back_up($path_to_CL_DB);
and on line 512 change
sub backup { to sub back_up {
That is just rename backup to back_up.
Arnie
<| Post or View Comments |>
|