I have changed
define ('TL_IMPORT_LIMIT', 10485760) in custom.config
and
upload_max_file_size =10M in php.ini
then restarted Apache
but still can't upload a bigger file. any suggestions?
/** some maxima related to importing stuff in TL */
// Maximum uploadfile size
// Also check your PHP settings (default is usually 2MBs)
define('TL_IMPORT_LIMIT', '204800'); // in bytes
/** maximum line size of the imported file */
define('TL_IMPORT_ROW_MAX', '10000'); // in charsReturn to TestLink 1.7 (Closed)
Users browsing this forum: No registered users and 0 guests