https://bugs.contribs.org/show_bug.cgi?id=10695

--- Comment #4 from Terry Fage <tf...@yahoo.com.au> ---

Message log

Jan 10 22:41:31 sme92x64 esmith::event[3245]: WARNING in
/etc/e-smith/templates//etc/httpd/conf/httpd.conf/98nextcloud: Argument "512M"
isn't numeric in addition (+) at
/etc/e-smith/templates//etc/httpd/conf/httpd.conf/98nextcloud line 10. 


my $maxupload = $nextcloud{'MaxUploadSize'} || '512M';
my $maxpost = $maxupload+1;

should be 

my $maxupload = $nextcloud{'MaxUploadSize'} || '512';
my $maxpost = $maxupload+1;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to