I'm getting the following error when trying to create a new entity
with the auto-generated form for "sites"
Validation failed in class Sites
1 field had validation error:
* 1 validator failed on userid (notnull)
stack trace
* at ()
in SF_ROOT_DIR\lib\vendor\symfony\lib\plugins\sfDo
I am experiencing a Doctrine validation exception for a column type
and I can't figure out why it is occurring and what I can do to
prevent it.
It happens in regards to some embedded forms that I'm using, but
interestingly only on the second update of the data in that form, and
only if I haven't
Hi,
another question which I haven't been able to solve. I have this
relationship (which is only part of the complete picture):
Access:
columns:
id:
type: integer(4)
primary: true
autoincrement: true
relations:
Invoice:
local: id
foreign: access_id
Invoi
Hi,
I am migrating from 1.0/1.1 to 1.2 and have a problem with Doctrine's
validation errors. This is part of my schema:
Invoice:
actAs: [Timestampable, Usertraceable]
columns:
id:
type: integer(4)
primary: true
autoincrement: true
number:
type: string(20)