Ticket #2106 (closed defect: fixed)

Opened 12 months ago

Last modified 2 months ago

TreeDropdownField: JS-Errors in Lightbox-popup

Reported by: ischommer Owned by: sminnee
Priority: medium Milestone: 2.3.0-rc1*
Component: Sapphire Framework Version:
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

First click on '(Choose)': row 496 'null' is empty or not an object (see line496.jpg)

Second click on '(Choose)': row 1803 Type does not match (I hope good translated from dutch) (see line1803.jpg)

see http://www.silverstripe.com/site-builders-forum/flat/20229?showPost=21150#post21150

Change History

Changed 4 months ago by hamish

Still broken.

Error seems to be:

ERROR:Error 512: No form (7) returned by CMSMain->EditForm.ReferencedField.DetailForm

 At l209 in C:\wamp\www\xxxxxxx\sapphire\core\control\Controller.php

user_error(No form (7) returned by CMSMain->EditForm.ReferencedField.DetailForm,512)

line 209 of Controller.php

Controller->run(Array)

line 104 of Director.php

Director::direct(/admin/)

line 158 of main.php

<br />

<b>Fatal error</b>:  Call to a member function securityTokenEnabled() on a non-object in <b>C:\wamp\www

\xxxxxx\sapphire\core\control\Controller.php</b> on line <b>218</b><br />

Changed 2 months ago by sminnee

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.3.0-rc1

Fixed in trunk.

Note: See TracTickets for help on using tickets.