On Donnerstag, Sept 11, 2003, at 03:20 Europe/Zurich, Alex Rice wrote:


...
there is no error as the script executes just fine, beside the save not doing anything.

Just to clarify: You were getting a Server Error (error 500) then you positively should be able find out more information about the Server Error by looking in error_log.

yes I probably got some errors in the old log, but this package i installed uses different, new (better!) locations of its logs inside of "library/Apache2/"


Yes the second line in your startup handler is "read from stdin until empty". When executed from the command-line, the script is just waiting for stdin. ctrl-c interrupts the script. pressing ctrl-D instead would send an EOF to stdin, and the script and it would interpret that as stdin is read in, and continue executing. (I think) - I haven't tried it.

ah yes I get the rest of the output into the terminal when pressing ctrl-D, very useful... but it still does not save :(


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to