Forum archive 2000-2006

Thomas R. Shemanske - import class list error

Thomas R. Shemanske - import class list error

by Arnold Pizer -
Number of replies: 0
inactiveTopicimport class list error topic started 9/18/2003; 9:25:07 AM
last post 9/18/2003; 9:39:45 AM
userThomas R. Shemanske - import class list error  blueArrow
9/18/2003; 9:25:07 AM (reads: 744, responses: 1)
I just did an import class list operation in WW 1.9 from the web interface.

The class list database was updated, but no backup file was made despite the displayed message to the contrary.

The following error appeared on the acknowledgement page:

 Compiler warnings:
* Subroutine backup redefined at /var/webwork_1.9/system/scripts/pScSet6.pl line 434.
##More details:
----
--------------------------------------

I didn't find any reference to this in the discussion group; perhaps I missed it?

Tom

<| Post or View Comments |>


userArnold K. Pizer - Re: import class list error  blueArrow
9/18/2003; 9:39:45 AM (reads: 969, responses: 0)

Hi Tom,

Either grab the new version of

.../webwork/system/cgi/cgi-scripts/profImportClasslistDatabase.pl

form CVS or make 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 |>