Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11875

mediumint(8) too small for post_id

    XMLWordPrintable

Details

    Description

      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)".

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: