Changeset 1708:55ede39e4b9a for inc/core
- Timestamp:
- 09/04/13 00:06:24 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.media.php
r1705 r1708 76 76 # Check public directory 77 77 if ( $core->auth->isSuperAdmin() ) { 78 throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone."));78 throw new Exception(__("There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting).")); 79 79 } else { 80 throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You mustcontact your administrator."));80 throw new Exception(__("There is no writable root directory for the media manager. You should contact your administrator.")); 81 81 } 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.