$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess?
Marc
Marc Delisle schrieb:
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess?
oh, yes for HEAD, forgot to mention
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess?
oh, yes for HEAD, forgot to mention
Merged in trunk.
Marc
Marc Delisle schrieb:
Merged in trunk.
thanks - one more please:
$strSessionStartupErrorGenerall = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'
Sebastian Mendel schrieb:
Marc Delisle schrieb:
Merged in trunk.
thanks - one more please:
$strSessionStartupErrorGenerall = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'
$strSessionStartupErrorGeneral