0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.2.1-6
/
standard
/
htdocs
/
typo3
/
sysext
/
lang
/
[
Home
]
File: locallang_csh_sysfilem.xml
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3locallang> <meta type="array"> <description>CSH for Filemounts table</description> <type>CSH</type> <csh_table>sys_filemounts</csh_table> </meta> <data type="array"> <languageKey index="default" type="array"> <label index=".description">Filemounts describe a filepath on the server, relative or absolute.</label> <label index=".details">By creating a file mount record and placing a reference to it in a Backend usergroup you can allow a user access to the file mount in the File>List module. Filemounts may also configure access to a path on the server to which the user has FTP-access. Just remember to set file-permissions on the server correctly so the webserver user (which PHP is running as) has at least read access to the FTP-dir. You can only mount absolute paths if they are within the base path set in $TYPO3_CONF_VARS[BE][lockRootPath]</label> <label index="_.seeAlso">be_groups:file_mountpoints, be_users:file_mountpoints, More about File mounts | http://typo3.org/documentation/document-library/doc_core_inside/More_about_File_Moun/</label> <label index="_.image">EXT:lang/cshimages/filemount_1.png</label> <label index="title.description">Enter a title for the filemount. The title will appear as the name of the file mount when it is applied to users and groups.</label> <label index="_title.image">EXT:lang/cshimages/be_groups_5.png</label> <label index="path.description">Enter the path of the filemount, relative or absolute depending on the settings of BASE.</label> <label index="path.details">If BASE is set to relative, the path mounted is found in the subfolder "fileadmin/" of the website. Then you should enter the subfolder in "fileadmin/" as path. For instance if you want to mount access to "fileadmin/user_uploads/all/" then enter the value "user_uploads/all" as the value of PATH. If BASE is absolute you should enter the absolute path on the server, eg. "/home/ftp_upload" or "C:/home/ftp_upload". Further you must make sure the configuration variable $TYPO3_CONF_VARS[BE][lockRootPath] contains the first part of the path you want to mount. <strong>Notice:</strong> In any case, make sure the webserver user which PHP is running as has <em>at least</em> read-access to the path. If not, the mount will simply not appear without any warnings. If you have problems - especially with absolute mounts - try to mount something "simple" like a relative path in fileadmin. If that is working well, try the absolute path. Your PHP-configuration may also impose other restrictions on you if safe_mode or open_basedir is enabled. Then use relative paths.</label> <label index="_path.seeAlso">sys_filemounts:base, be_groups:file_mountpoints, sys_filemounts</label> <label index="_path.image">EXT:lang/cshimages/be_groups_6.png, EXT:lang/cshimages/be_groups_7.png</label> <label index="path.image_descr">This is a filemount relative to "fileadmin/". The mounted folder is "fileadmin/user_upload/" since "user_upload" is the value of the "Path" field. The directory structure of "fileadmin/" where you can see the "user_upload" folder in the bottom of the list.</label> <label index="hidden.description">Use this option to temporarily disable the filemount.</label> <label index="hidden.details">All backend users using the mount will not have access anymore. This includes 'Admin'-users.</label> <label index="base.description">Determines whether the value of the PATH field is to be recognized as an absolute path on the server or a path relative to the fileadmin/ subfolder to the website.</label> <label index="_base.seeAlso">sys_filemounts:path</label> </languageKey> </data> </T3locallang>