Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11875

mediumint(8) too small for post_id

XMLWordPrintable

      Our forum at http://forum.nationstates.net just hit post #16,777,215 and promptly began spewing errors related to the fact that phpBB3's MySQL schema defines post_id (and a few related fields) as "mediumint(8)".

      I know we are a larger board than average, but we're not enormous; a built-in limit of 16 million posts seems unduly restrictive.

      We manually fixed the problem by converting post_id and similar fields to "int(10)".

            Marc Marc
            parsim parsim [X] (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: