An SQL error appears when you create an "Options" field.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXX.fieldtype_options' doesn't exist
Steps to reproduce the issue
- Install a blank version of Processwire 3.0.35
- Install the core module "Select Options"
- Create a field named "season" and type "Options"
Setup/Environment
- ProcessWire version: 3.0.35 (master)
- (Optional) PHP version: 7.0.11
- (Optional) MySQL version: 5.5.52 (MariaDB)
An SQL error appears when you create an "Options" field.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXX.fieldtype_options' doesn't existSteps to reproduce the issue
Setup/Environment