b-b-a / bba-power

1 stars 0 forks source link

New client - multiple screens seems broken #189

Closed ghost closed 12 years ago

ghost commented 12 years ago

New client - multiple screens seems broken Are we missing something in ZEND?

shaunfreeman commented 12 years ago

it is and I don't think so as when I put the full library back it didn't update so something is broke at the moment will look later when I do the validation for the client.

On 27/09/12 14:53, Eddie Pounce wrote:

New client - multiple screens seems broken Are we missing something in ZEND?

— Reply to this email directly or view it on GitHub https://github.com/b-b-a/bba-power/issues/189.

shaunfreeman commented 12 years ago

Have found error it's

Zend_Db_Statement_Exception: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (bba-power.client, CONSTRAINT client_ibfk_3 FOREIGN KEY (client_idRegAddress) REFERENCES client_address (clientAd_idAddress))

it's the idRegAddress which is new so will be able to get this done quickly should have something today

ghost commented 12 years ago

New client still giving a single screen with all the fields on it and no buttons. (don't see why the problem above would cause this - no data has been entered yet) Will send an image.

shaunfreeman commented 12 years ago

Console output would be better as I have diagnosed this problem to two missing JS files using the console output in firefox. It seems the dojo build script has some bugs in it, it seems not to be including certain needed files. have fixed it and will commit in a min.