Error: The true value of Activated Field (Activo) cannot be determined, please set up the field as boolean field.

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
jsanabria
User
Posts: 2

Error: The true value of Activated Field (Activo) cannot be determined, please set up the field as boolean field.

Post by jsanabria »

Hello. This error ocurrer when generate my project on phpmaker 2024 and php V 8.2.11.
How can you help me correct this error?

Error: The true value of Activated Field (Activo) cannot be determined, please set up the field as boolean field.


arbei
User
Posts: 9384

Post by arbei »

As the error said, you need to set up the Activated field as boolean field. From the docs:
Note For MySQL, PHPMaker considers enum('Y','N') and enum('1','0') as boolean fields. For Oracle, fields with two and only two User Values and the labels and values are "Y" and "N" (or "1" and "0") will be considered as boolean fields.


Post Reply