Bug: Incorrect Upgrade Documentation
In the upgrade documentation you mention under point 5 that the library files should not be executable. Unfortunately the unix command to change the file permission will also remove executable from the directories, afterwards the library module can not be found.
Test case
Run chmod -R 664 $TWIKIROOT/lib/*
Load the testenv page and check the found library module
Environment
--
JoergBieri - 05 Apr 2003
Follow up
Fix record