1.8 Dev - Cannot Edit Display

We have reloaded the 1.8 Dev using the latest download available yesterday. Ran composer install and what not. When trying to add a display, R57, in the CMS when trying to click on “Edit” or “Version Information” from the display section we get the following error:

Log:
9 1941df6 2015-12-04 22:44 WEB GET DEBUG /display/form/edit/:id Storage rollback.
8 1941df6 2015-12-04 22:44 WEB GET DEBUG /display/form/edit/:id The separation symbol could not be found Trailing data
7 1941df6 2015-12-04 22:44 WEB GET DEBUG /display/form/edit/:id Config loaded [0]: []
6 1941df6 2015-12-04 22:44 WEB GET DEBUG /display/form/edit/:id Loading 1. All Objects = 0

1 Like

The same error occurs in my system

Fixed in the below - thanks!

Dan,

We aplied the various code patches. Now when in the CMS on the displays page, when clicking on “Version Information” we get this:

Log show this:

12	abe2552	2015-12-07 16:23	WEB	GET	DEBUG		/displaygroup/form/version/:id	Storage rollback.
11	abe2552	2015-12-07 16:23	WEB	GET	ERROR		/displaygroup/form/version/:id	SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'order clause' Exception Type: PDOException
10	abe2552	2015-12-07 16:23	WEB	GET	DEBUG		/displaygroup/form/version/:id	SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'order clause'#0 C:\wamp\www\xibo18alpha\lib\Storage\PDOConnect.php(169): PDOStatement->execute(Array) #1 C:\wamp\www\xibo18alpha\lib\Factory\LayoutFactory.php(669): Xibo\Storage\PDOConnect::select('SELECT layout.l...', Array) #2 C:\wamp\www\xibo18alpha\lib\Controller\DisplayGroup.php(926): Xibo\Factory\LayoutFactory::query(Array, Array) #3 [internal function]: Xibo\Controller\DisplayGroup->versionForm('4') #4 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Route.php(173): call_user_func_array(Array, Array) #5 [internal function]: Slim\Route->Slim\{closure}('4') #6 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Route.php(468): call_user_func_array(Object(Closure), Array) #7 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Slim.php(1357): Slim\Route->dispatch() #8 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Middleware\Flash.php(85): Slim\Slim->call() #9 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Middleware\MethodOverride.php(92): Slim\Middleware\Flash->call() #10 C:\wamp\www\xibo18alpha\lib\Middleware\Actions.php(92): Slim\Middleware\MethodOverride->call() #11 C:\wamp\www\xibo18alpha\lib\Middleware\WebAuthentication.php(118): Xibo\Middleware\Actions->call() #12 C:\wamp\www\xibo18alpha\lib\Middleware\CsrfGuard.php(64): Xibo\Middleware\WebAuthentication->call() #13 C:\wamp\www\xibo18alpha\lib\Middleware\Theme.php(33): Xibo\Middleware\CsrfGuard->call() #14 C:\wamp\www\xibo18alpha\lib\Middleware\State.php(102): Xibo\Middleware\Theme->call() #15 C:\wamp\www\xibo18alpha\lib\Middleware\Storage.php(39): Xibo\Middleware\State->call() #16 C:\wamp\www\xibo18alpha\vendor\slim\slim\Slim\Slim.php(1302): Xibo\Middleware\Storage->call() #17 C:\wamp\www\xibo18alpha\web\index.php(122): Slim\Slim->run() #18 {main}
9	abe2552	2015-12-07 16:23	WEB	GET	DEBUG		/displaygroup/form/version/:id	Loading 1. All Objects = 0

The version information form problem is in another issue:

Thank you Dan, that fixed it.

1 Like

This topic was automatically closed 15 hours after the last reply. New replies are no longer allowed.