Hi!
I have a multilanguage setup enabled with
Object::add_extension('SiteTree', 'Translatable');
Object::add_extension('Event', 'Translatable');
("Event" is the class name of my custom data object.)
When trying to view/edit a Data Object using the ComplextTableField the opening lightbox contains the following error message:
Debug::fatalHandler(256,Uncaught SS_HTTPResponse_Exception: I can't handle sub-URLs of a CMSMain object.,/var/www/silverstripe/sapphire/core/control/RequestHandler.php,287,Array)
line 650 of Debug.php
exceptionHandler(exception 'SS_HTTPResponse_Exception' with message 'I can't handle sub-URLs of a CMSMain object.' in /var/www/silverstripe/sapphire/core/control/RequestHandler.php:287
Stack trace:
#0 /var/www/silverstripe/sapphire/core/control/RequestHandler.php(165): RequestHandler->httpError(404, 'I can't handle ...')
#1 /var/www/silverstripe/sapphire/core/control/Controller.php(147): RequestHandler->handleRequest(Object(SS_HTTPRequest))
#2 /var/www/silverstripe/sapphire/core/control/Director.php(283): Controller->handleRequest(Object(SS_HTTPRequest))
#3 /var/www/silverstripe/sapphire/core/control/Director.php(127): Director::handleRequest(Object(SS_HTTPRequest), Object(Session))
#4 /var/www/silverstripe/sapphire/main.php(122): Director::direct('/admin/EditForm...')
#5 {main})
Requested URL was: http://example.com/admin/EditForm/field/MyEvent/item/2/edit?ajax=1
Silverstripe 2.4 beta 1
Did I miss something?