Closed eduardotseoane closed 3 years ago
@eduardotseoane Could this be related to #426.
@mastacontrola Any chance you can look into those two issues?
I just looked at fresh install with working-1.6 and it created the database properly with msShutdown and msMaxwait.
I also did a fresh install using the dev-branch and it created the the same fields properly.
Hi, I recently do a fresh install of workin-1.6, it was install 5 min ago, and i have the message error at the end of this message.
DataTables warning: table id=multicast-sessions-table - An SQL error occurred: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'msShutdown' in 'field list'SQL: SELECT
msID
,msName
,msName
,msBasePort
,msLogPath
,msImage
,msClients
,msSessClients
,msInterface
,msStartDateTime
,msPercent
,msState
,msCompleteDateTime
,msIsDD
,msNFSGroupID
,msShutdown
,msMaxwait
,msAnon5
FROMmulticastSessions
LEFT OUTER JOINtaskStates
ONmulticastSessions
.msState
=taskStates
.tsID
ANDmulticastSessions
.msState
IN (3,0,1,2) INNER JOINimages
ONmulticastSessions
.msImage
=images
.imageID
ANDmulticastSessions
.msImage
= '' ORDER BYmsName
ASC LIMIT 0, 10