Changes between Version 24 and Version 25 of install
- Timestamp:
- 2011-02-28T19:22:51Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v24 v25 62 62 or check out the code from SVN 63 63 * Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ section for suggestions. 64 * Change the tmp directory permission:64 * Change the tmp and upload directory permission: 65 65 {{{ 66 chmod -R 777 app/tmp 66 chmod -R 777 app/tmp app/upload 67 67 }}} 68 68