in reply to Re: software error regarding as described below
in thread software error regarding as described below

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: software error regarding as described below

Replies are listed 'Best First'.
Re^3: software error regarding as described below
by moritz (Cardinal) on Jul 16, 2008 at 14:56 UTC
    If you're on linux, and you're root, type
    mount -o remount,rw /path/to/mount/point

    Where /path/to/mount/point is the path to the mount point under which CGI tries to write its temporary files. Read man mount for more informations on mount.

    And please never type example code (especially not as root) unless you understand what it does - it might do serious damage if you do.