• This topic has prefixes assigned
Viewing 4 posts - 1 through 4 (of 4 total)
Author
Posts
  • #8728

    Hehe this is funny:

    Error in format for counting space. Should there be any dots in counting at all?

    All trees

    5,612 Individuals
    6,544 Media objects
    Your database size is currently 74 MB
    Your files including media items are currently using 10,,954 MB
    Total server space used is therefore 84 MB

    Regards, Jamie Jaconelli

    admin and owner of a user customized version of kiwitrees (contain 3 family trees)

  • #8729

    In the file kiwitrees/includes/functions/functions_db.php change line 1669 (or close) from

    return WT_I18N::number(($size / 1024000), 1) . ' MB';

    to

    return $size / 1024000 . ' MB';

    Let me see what that looks like, then it should be possible to see where the error is coming from.

    Also, have you checked to see if it is the same in all languages?

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #8730

    Just another quick thought…. This is in kiwitrees 3.3.0, not 3.2.3 ? Only that was a problem in the earlier version, but the code was re-written for 3.3.0.

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #8731

    Ah yes. You are right. Sorry! It is calculating correct at my other page which is upgraded for latest version.

    Regards, Jamie Jaconelli

    admin and owner of a user customized version of kiwitrees (contain 3 family trees)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Server usage’ is closed to new replies.