==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this
link:http://bugs.contribs.org/show_bug.cgi?id=7633
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #34 from Arnaud <[email protected]> ---
(In reply to Nicola Tiana from comment #31)
> I receive this warning on admin mail:
>
> Argument "2,288,489,268" isn't numeric in division (/) at /sbin/affa line
> 2398.
>
> Nicola
it's me!
it happens by calculating the "DiskSpaceWarn"
the line 2398 is:
"my $needed=int($report->val('Report', 'TotalFileSize')/1024);"
In clear text:
- have a look on the [Report] you posted in the comment #30
- find the value of TotalFileSize in it
- and try to divide this value through 1024................
In your example "TotalFileSize=2,285,000,586"
I think that you see the problem (= the 4x ",").
Having a look on the rest of the report: the same problem many times for other
parameters!
By me, there are no "," and no "." in the values.
But by me affa3 runs on a sme8 and your report comes from a sme9. This is maybe
the reason of this reported error.......
Bye
Arnaud
--
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 [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/