Opened 16 years ago

Closed 16 years ago

#48 closed defect (fixed)

symlink warnings

Reported by: DavidSmith Owned by: MatthewWhiting
Priority: minor Component: web archive
Version: Keywords:
Cc:

Description

The symlink function outputs a warning if the file/link already exists.

We should either supress configure the web server to supress php warnings if we don't care if the symlinks already exist (ie are they always going to be correct?), or if we do care, we should check to see if the file exists before calling symlink

Change History (1)

comment:1 Changed 16 years ago by DavidSmith

Resolution: fixed
Status: newclosed

The ObservationData2 class checks what files exist before creating any symlinks.

Note: See TracTickets for help on using tickets.