Skip to main content

Error validating [when_made]: '...'

This article covers the Error validating [when_made]: '...' and how to fix it.

Dillon Jones avatar
Written by Dillon Jones
Updated over 3 years ago

Description:

Error validating [when_made]: 'None'

This means you have left the year_made column empty.

Error validating [when_made]: '2025'

This means the value you entered is invalid. For this example, we used the year 2025. Since this article is written in 2022, 2025 is not less than or equal to the current year and is thus invalid.

Solution:

You need to enter a valid year into the year_made column.

A valid year means:

  1. Whole number

  2. Less than or equal to the current year

For more information on the year_made column visit the Documentation page.

Did this answer your question?