Populated the TokenStorage with an anonymous Token.
Deprecations 292
Log messages generated by using features marked as deprecated.
Time
Channel
php
(none)
Message
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
User Deprecated: The method "Symfony\Component\Intl\Intl::getRegionBundle()" is deprecated since Symfony 4.3, use "Symfony\Component\Intl\Countries" instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sensio_framework_extra" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the ".service_locator.m_UuKYL" service.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8.
The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
Referencing controllers with OceanExpertBundle:Default:index is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::indexAction" instead.
Referencing controllers with OceanExpertBundle:Default:statistics is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::statisticsAction" instead.
Referencing controllers with OceanExpertBundle:Dashboard:index is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DashboardController::indexAction" instead.
Referencing controllers with OceanExpertBundle:Registration:checkUsernameAvailable is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::checkUsernameAvailableAction" instead.
Referencing controllers with OceanExpertBundle:Registration:checkEmailAvailable is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::checkEmailAvailableAction" instead.
Referencing controllers with OceanExpertBundle:Registration:confirmProfile is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::confirmProfileAction" instead.
Referencing controllers with OceanExpertBundle:Api:checkSession is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ApiController::checkSessionAction" instead.
Referencing controllers with OceanExpertBundle:Security:socialSignIn is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SecurityController::socialSignInAction" instead.
Referencing controllers with OceanExpertBundle:Countries:getAllCountries is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\CountriesController::getAllCountriesAction" instead.
Referencing controllers with OceanExpertBundle:Institution:getInstitutionByCountry is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::getInstitutionByCountryAction" instead.
Referencing controllers with OceanExpertBundle:Institution:getInstitutionAddress is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::getInstitutionAddressAction" instead.
Referencing controllers with OceanExpertBundle:Institution:addInstitution is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::addInstitutionAction" instead.
Referencing controllers with OceanExpertBundle:Institution:getInstitutionsAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::getInstitutionsAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Search:generalSearch is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::generalSearchAction" instead.
Referencing controllers with OceanExpertBundle:Profile:userProfile is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::userProfileAction" instead.
Referencing controllers with OceanExpertBundle:Profile:edit is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::editAction" instead.
Referencing controllers with OceanExpertBundle:Profile:viewProfile is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::viewProfileAction" instead.
Referencing controllers with OceanExpertBundle:Profile:getExpertsAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::getExpertsAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Registration:profileStatus is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::profileStatusAction" instead.
Referencing controllers with OceanExpertBundle:Profile:updateProfileTime is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::updateProfileTimeAction" instead.
Referencing controllers with OceanExpertBundle:Profile:activateUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::activateUserAction" instead.
Referencing controllers with OceanExpertBundle:Profile:deactivateUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::deactivateUserAction" instead.
Referencing controllers with OceanExpertBundle:Institution:viewInstitution is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::viewInstitutionAction" instead.
Referencing controllers with OceanExpertBundle:Institution:viewInstitutes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::viewInstitutesAction" instead.
Referencing controllers with OceanExpertBundle:Institution:editInstituteSuccess is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::editInstituteSuccessAction" instead.
Referencing controllers with OceanExpertBundle:Search:advancedSearch is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::advancedSearchAction" instead.
Referencing controllers with OceanExpertBundle:Search:getSeaRegions is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getSeaRegionsAction" instead.
Referencing controllers with OceanExpertBundle:Search:getMemberGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getMemberGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Search:getJobTypes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getJobTypesAction" instead.
Referencing controllers with OceanExpertBundle:Search:getCountries is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getCountriesAction" instead.
Referencing controllers with OceanExpertBundle:Search:getSubjectArea is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getSubjectAreaAction" instead.
Referencing controllers with OceanExpertBundle:Search:getEventTypes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getEventTypesAction" instead.
Referencing controllers with OceanExpertBundle:Search:getInstitutionTypes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getInstitutionTypesAction" instead.
Referencing controllers with OceanExpertBundle:Search:getDocumentTypes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getDocumentTypesAction" instead.
Referencing controllers with OceanExpertBundle:Default:createMapJson is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::createMapJsonAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:changeUsername is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::changeUsernameAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:changeEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::changeEmailAction" instead.
Referencing controllers with OceanExpertBundle:Registration:deleteAccount is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::deleteAccountAction" instead.
Referencing controllers with OceanExpertBundle:Registration:recoverAccount is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::recoverAccountAction" instead.
Referencing controllers with OceanExpertBundle:Institution:activateInstitute is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::activateInstituteAction" instead.
Referencing controllers with OceanExpertBundle:Institution:deactivateInstitute is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\InstitutionController::deactivateInstituteAction" instead.
Referencing controllers with OceanExpertBundle:Profile:qccontrol is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::qccontrolAction" instead.
Referencing controllers with OceanExpertBundle:Profile:setRetired is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::setRetiredAction" instead.
Referencing controllers with OceanExpertBundle:Profile:setDeceased is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::setDeceasedAction" instead.
Referencing controllers with OceanExpertBundle:Profile:setDoNotInvite is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::setDoNotInviteAction" instead.
Referencing controllers with OceanExpertBundle:Profile:setAdmincomments is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::setAdmincommentsAction" instead.
Referencing controllers with OceanExpertBundle:Group:setGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::setGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Profile:setPrivileges is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::setPrivilegesAction" instead.
Referencing controllers with OceanExpertBundle:Profile:resetPasswordLink is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::resetPasswordLinkAction" instead.
Referencing controllers with OceanExpertBundle:Profile:assignRoles is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ProfileController::assignRolesAction" instead.
Referencing controllers with OceanExpertBundle:Default:disclaimer is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::disclaimerAction" instead.
Referencing controllers with OceanExpertBundle:Default:getExpertsLastName is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getExpertsLastNameAction" instead.
Referencing controllers with OceanExpertBundle:Default:getExpertCountryList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getExpertCountryListAction" instead.
Referencing controllers with OceanExpertBundle:Default:getExpertsSubjects is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getExpertsSubjectsAction" instead.
Referencing controllers with OceanExpertBundle:Default:getExpertsSeaRegions is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getExpertsSeaRegionsAction" instead.
Referencing controllers with OceanExpertBundle:Default:getInstitutionNameList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getInstitutionNameListAction" instead.
Referencing controllers with OceanExpertBundle:Default:getInstitutionCountryList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getInstitutionCountryListAction" instead.
Referencing controllers with OceanExpertBundle:Default:getInstitutionTypes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getInstitutionTypesAction" instead.
Referencing controllers with OceanExpertBundle:Default:getInstitutesSeaRegions is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::getInstitutesSeaRegionsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:getTaskAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::getTaskAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Mails:index is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::indexAction" instead.
Referencing controllers with OceanExpertBundle:Event:calendar is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::calendarAction" instead.
Referencing controllers with OceanExpertBundle:Event:viewEvent is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::viewEventAction" instead.
Referencing controllers with OceanExpertBundle:Event:viewPlanningWheel is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::viewPlanningWheelAction" instead.
Referencing controllers with OceanExpertBundle:Event:confirmEventCreation is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::confirmEventCreationAction" instead.
Referencing controllers with OceanExpertBundle:Event:registerEvent is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::registerEventAction" instead.
Referencing controllers with OceanExpertBundle:Registration:register is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::registerAction" instead.
Referencing controllers with OceanExpertBundle:Event:viewPrintableParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::viewPrintableParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Event:viewAgendaPrintable is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::viewAgendaPrintableAction" instead.
Referencing controllers with OceanExpertBundle:Event:getIcs is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::getIcsAction" instead.
Referencing controllers with OceanExpertBundle:Event:viewAnnonatedAgendaPrintable is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::viewAnnonatedAgendaPrintableAction" instead.
Referencing controllers with OceanExpertBundle:Event:eventImageUpload is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::eventImageUploadAction" instead.
Referencing controllers with OceanExpertBundle:Event:confirmEventParticipation is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::confirmEventParticipationAction" instead.
Referencing controllers with OceanExpertBundle:Event:downloadEventParticipantsInfo is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::downloadEventParticipantsInfoAction" instead.
Referencing controllers with OceanExpertBundle:Default:downloadExpertsPerCountry is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DefaultController::downloadExpertsPerCountryAction" instead.
Referencing controllers with OceanExpertBundle:Document:searchDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::searchDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Document:getDocumentById is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::getDocumentByIdAction" instead.
Referencing controllers with OceanExpertBundle:Document:documentDownloadBlock is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::documentDownloadBlockAction" instead.
Referencing controllers with OceanExpertBundle:Document:downloadFile is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::downloadFileAction" instead.
Referencing controllers with OceanExpertBundle:Document:viewDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::viewDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Document:viewDocuments is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::viewDocumentsAction" instead.
Referencing controllers with OceanExpertBundle:Document:viewDoclist is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::viewDoclistAction" instead.
Referencing controllers with OceanExpertBundle:Document:viewAllDoclists is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::viewAllDoclistsAction" instead.
Referencing controllers with OceanExpertBundle:Mails:processEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::processEmailAction" instead.
Referencing controllers with OceanExpertBundle:Mails:mandrillWebhook is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::mandrillWebhookAction" instead.
Referencing controllers with OceanExpertBundle:Lme:editProject is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\LmeController::editProjectAction" instead.
Referencing controllers with OceanExpertBundle:Lme:searchProjects is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\LmeController::searchProjectsAction" instead.
Referencing controllers with OceanExpertBundle:Lme:viewProject is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\LmeController::viewProjectAction" instead.
Referencing controllers with OceanExpertBundle:Lme:getLmeStatus is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\LmeController::getLmeStatusAction" instead.
Referencing controllers with OceanExpertBundle:Admin:emailTest is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::emailTestAction" instead.
Referencing controllers with OceanExpertBundle:Crons:dailyApproveCron is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\CronsController::dailyApproveCronAction" instead.
Referencing controllers with OceanExpertBundle:Mails:unsubscribe is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::unsubscribeAction" instead.
Referencing controllers with OceanExpertBundle:Admin:index is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::indexAction" instead.
Referencing controllers with OceanExpertBundle:Message:userMessages is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MessageController::userMessagesAction" instead.
Referencing controllers with OceanExpertBundle:Message:allMessages is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MessageController::allMessagesAction" instead.
Referencing controllers with OceanExpertBundle:Group:sendGroupEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::sendGroupEmailAction" instead.
Referencing controllers with OceanExpertBundle:Mails:uploadEmailAttachments is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::uploadEmailAttachmentsAction" instead.
Referencing controllers with OceanExpertBundle:Document:editDoclist is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::editDoclistAction" instead.
Referencing controllers with OceanExpertBundle:Message:viewMessage is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MessageController::viewMessageAction" instead.
Referencing controllers with OceanExpertBundle:Mails:emailQueue is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::emailQueueAction" instead.
Referencing controllers with OceanExpertBundle:Mails:removeEmailAttachment is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\MailsController::removeEmailAttachmentAction" instead.
Referencing controllers with OceanExpertBundle:Event:addAgendaItemAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::addAgendaItemAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Event:deleteAgendaItemAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::deleteAgendaItemAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Event:updateAgendaItemAjax is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::updateAgendaItemAjaxAction" instead.
Referencing controllers with OceanExpertBundle:Event:updatePresentationAgenda is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::updatePresentationAgendaAction" instead.
Referencing controllers with OceanExpertBundle:Event:saveAgendaOrder is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::saveAgendaOrderAction" instead.
Referencing controllers with OceanExpertBundle:Event:deleteImportParticipant is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::deleteImportParticipantAction" instead.
Referencing controllers with OceanExpertBundle:Event:addEventParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::addEventParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Event:checkParticipantsDetail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::checkParticipantsDetailAction" instead.
Referencing controllers with OceanExpertBundle:Event:importParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::importParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Event:editParticipant is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::editParticipantAction" instead.
Referencing controllers with OceanExpertBundle:Admin:approveDocuments is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::approveDocumentsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:disapproveDocuments is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::disapproveDocumentsAction" instead.
Referencing controllers with OceanExpertBundle:Document:deleteDocumentList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::deleteDocumentListAction" instead.
Referencing controllers with OceanExpertBundle:Document:removeDocumentFromList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::removeDocumentFromListAction" instead.
Referencing controllers with OceanExpertBundle:Document:addDocumentToDoclist is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::addDocumentToDoclistAction" instead.
Referencing controllers with OceanExpertBundle:Document:deleteDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::deleteDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Document:removeDocumentFile is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::removeDocumentFileAction" instead.
Referencing controllers with OceanExpertBundle:Document:addDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::addDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Event:addEventDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::addEventDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Document:uploadEventDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::uploadEventDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Document:deleteEventDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\DocumentController::deleteEventDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Admin:approveUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::approveUserAction" instead.
Referencing controllers with OceanExpertBundle:Admin:disApproveUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::disApproveUserAction" instead.
Referencing controllers with OceanExpertBundle:Admin:deleteUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::deleteUserAction" instead.
Referencing controllers with OceanExpertBundle:Admin:hardDeleteUser is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::hardDeleteUserAction" instead.
Referencing controllers with OceanExpertBundle:Admin:addExpert is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::addExpertAction" instead.
Referencing controllers with OceanExpertBundle:Admin:experts is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::expertsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:addExpertSuccess is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::addExpertSuccessAction" instead.
Referencing controllers with OceanExpertBundle:Admin:approveInstitutes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::approveInstitutesAction" instead.
Referencing controllers with OceanExpertBundle:Admin:disapproveInstitutes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::disapproveInstitutesAction" instead.
Referencing controllers with OceanExpertBundle:Admin:deleteInstitutes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::deleteInstitutesAction" instead.
Referencing controllers with OceanExpertBundle:Admin:approveProjects is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::approveProjectsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:disapproveProjects is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::disapproveProjectsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:deleteProjects is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::deleteProjectsAction" instead.
Referencing controllers with OceanExpertBundle:Lme:projectSuccess is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\LmeController::projectSuccessAction" instead.
Referencing controllers with OceanExpertBundle:Admin:approveEvents is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::approveEventsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:disapproveEvents is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::disapproveEventsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:deleteEvents is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::deleteEventsAction" instead.
Referencing controllers with OceanExpertBundle:Event:listUserEvents is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::listUserEventsAction" instead.
Referencing controllers with OceanExpertBundle:Event:createEvent is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::createEventAction" instead.
Referencing controllers with OceanExpertBundle:Event:copyEvent is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::copyEventAction" instead.
Referencing controllers with OceanExpertBundle:Event:addEventMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::addEventMemberAction" instead.
Referencing controllers with OceanExpertBundle:Event:addBulkEventMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::addBulkEventMemberAction" instead.
Referencing controllers with OceanExpertBundle:Event:deleteEventMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::deleteEventMemberAction" instead.
Referencing controllers with OceanExpertBundle:Event:editEventMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::editEventMemberAction" instead.
Referencing controllers with OceanExpertBundle:Event:editEventContacts is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::editEventContactsAction" instead.
Referencing controllers with OceanExpertBundle:Event:eventClearContact is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::eventClearContactAction" instead.
Referencing controllers with OceanExpertBundle:Event:sendInvitesEventParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::sendInvitesEventParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Event:updateEventStatus is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\EventController::updateEventStatusAction" instead.
Referencing controllers with OceanExpertBundle:Group:addGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::addGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Group:editGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::editGroupAction" instead.
Referencing controllers with OceanExpertBundle:Group:saveGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::saveGroupAction" instead.
Referencing controllers with OceanExpertBundle:Group:viewGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::viewGroupAction" instead.
Referencing controllers with OceanExpertBundle:Admin:viewGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::viewGroupAction" instead.
Referencing controllers with OceanExpertBundle:Group:saveGroupOrder is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::saveGroupOrderAction" instead.
Referencing controllers with OceanExpertBundle:Group:saveGroupMemberOrder is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::saveGroupMemberOrderAction" instead.
Referencing controllers with OceanExpertBundle:Group:allGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::allGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Admin:allGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\AdminController::allGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Group:getGroupData is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::getGroupDataAction" instead.
Referencing controllers with OceanExpertBundle:Group:getGroupExpertsAddresses is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::getGroupExpertsAddressesAction" instead.
Referencing controllers with OceanExpertBundle:Group:dataTablesServerProcessing is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::dataTablesServerProcessingAction" instead.
Referencing controllers with OceanExpertBundle:Region:viewRegion is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegionController::viewRegionAction" instead.
Referencing controllers with OceanExpertBundle:Region:viewRegions is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegionController::viewRegionsAction" instead.
Referencing controllers with OceanExpertBundle:Region:editRegion is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegionController::editRegionAction" instead.
Referencing controllers with OceanExpertBundle:Region:activateRegion is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegionController::activateRegionAction" instead.
Referencing controllers with OceanExpertBundle:Region:deactivateRegion is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegionController::deactivateRegionAction" instead.
Referencing controllers with OceanExpertBundle:Search:getMembers is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SearchController::getMembersAction" instead.
Referencing controllers with OceanExpertBundle:Group:addGroupMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::addGroupMemberAction" instead.
Referencing controllers with OceanExpertBundle:Group:addBulkGroupMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::addBulkGroupMemberAction" instead.
Referencing controllers with OceanExpertBundle:Group:getAllGroupJson is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::getAllGroupJsonAction" instead.
Referencing controllers with OceanExpertBundle:Group:deleteGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::deleteGroupAction" instead.
Referencing controllers with OceanExpertBundle:Group:rebuildGroups is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::rebuildGroupsAction" instead.
Referencing controllers with OceanExpertBundle:Group:updateGroupMembers is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::updateGroupMembersAction" instead.
Referencing controllers with OceanExpertBundle:Group:getGroupDataDb is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::getGroupDataDbAction" instead.
Referencing controllers with OceanExpertBundle:Group:setGroupRole is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::setGroupRoleAction" instead.
Referencing controllers with OceanExpertBundle:Group:deleteGroupMember is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::deleteGroupMemberAction" instead.
Referencing controllers with OceanExpertBundle:Group:updateMemberIds is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\GroupController::updateMemberIdsAction" instead.
Referencing controllers with OceanExpertBundle:Api:login is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ApiController::loginAction" instead.
Referencing controllers with OceanExpertBundle:Api:eventParticipant is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ApiController::eventParticipantAction" instead.
Referencing controllers with OceanExpertBundle:Security:login is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SecurityController::loginAction" instead.
Referencing controllers with OceanExpertBundle:Security:check is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SecurityController::checkAction" instead.
Referencing controllers with OceanExpertBundle:Security:logout is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\SecurityController::logoutAction" instead.
Referencing controllers with OceanExpertBundle:Registration:checkEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::checkEmailAction" instead.
Referencing controllers with OceanExpertBundle:Registration:confirm is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::confirmAction" instead.
Referencing controllers with OceanExpertBundle:Registration:confirmed is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\RegistrationController::confirmedAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:request is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::requestAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:sendEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::sendEmailAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:checkEmail is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::checkEmailAction" instead.
Referencing controllers with OceanExpertBundle:Resetting:reset is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ResettingController::resetAction" instead.
Referencing controllers with OceanExpertBundle:ChangePassword:changePassword is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ChangePasswordController::changePasswordAction" instead.
Referencing controllers with OceanExpertBundle:Api:index is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\ApiController::indexAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiExpert:viewExpert is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiExpertController::viewExpertAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiExpert:viewExpertEventsParticipation is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiExpertController::viewExpertEventsParticipationAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:createEvent is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::createEventAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:getUpcomingEvents is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::getUpcomingEventsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:getEventCalendar is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::getEventCalendarAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:getEventDetails is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::getEventDetailsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:viewEventRecord is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::viewEventRecordAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:viewEventAgenda is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::viewEventAgendaAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:viewEventDocs is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::viewEventDocsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:eventOverview is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::eventOverviewAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:viewEventParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::viewEventParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiEvent:updateEventParticipants is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiEventController::updateEventParticipantsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiGroup:viewGroup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiGroupController::viewGroupAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiGroup:viewGroupslist is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiGroupController::viewGroupslistAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiRegion:getRegions is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiRegionController::getRegionsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiRegion:viewRegion is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiRegionController::viewRegionAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiSearch:advancedSearch is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiSearchController::advancedSearchAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiSearch:getCountryList is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiSearchController::getCountryListAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiReports:countryReports is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiReportsController::countryReportsAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiReports:eventParticipant is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiReportsController::eventParticipantAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiInstitution:viewInstitution is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiInstitutionController::viewInstitutionAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiInstitution:getInstitutes is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiInstitutionController::getInstitutesAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiDocument:viewDocumentRecord is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiDocumentController::viewDocumentRecordAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiDocument:viewDocFilesPopup is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiDocumentController::viewDocFilesPopupAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiDocument:downloadDocument is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiDocumentController::downloadDocumentAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiDocument:viewDoclistRecord is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiDocumentController::viewDoclistRecordAction" instead.
Referencing controllers with OceanExpertBundle:Api/ApiDocument:doclists is deprecated since Symfony 4.1, use "OceanExpertBundle\Controller\Api\ApiDocumentController::doclistsAction" instead.
SELECT t0.id_eventtype AS id_eventtype_1, t0.title AS title_2, t0.shorttitle AS shorttitle_3, t0.summary AS summary_4, t0.start_on AS start_on_5, t0.end_on AS end_on_6, t0.address AS address_7, t0.city AS city_8, t0.state AS state_9, t0.postcode AS postcode_10, t0.id_country AS id_country_11, t0.id_inst AS id_inst_12, t0.use_inst_addr AS use_inst_addr_13, t0.notes AS notes_14, t0.website AS website_15, t0.redirect_website AS redirect_website_16, t0.keywords AS keywords_17, t0.created_by AS created_by_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.last_edit_by AS last_edit_by_21, t0.is_public AS is_public_22, t0.is_open AS is_open_23, t0.show_travel AS show_travel_24, t0.email_people AS email_people_25, t0.id_contact AS id_contact_26, t0.reg_online AS reg_online_27, t0.status AS status_28, t0.id_event AS id_event_29 FROM events t0 WHERE t0.id_event = ? AND t0.status = ? LIMIT 1
SELECT t0.id_event AS id_event_1, t0.filename AS filename_2, t0.type AS type_3, t0.path AS path_4, t0.created_by AS created_by_5, t0.created_at AS created_at_6, t0.deleted AS deleted_7, t0.id AS id_8 FROM event_files t0 WHERE t0.id_event = ? LIMIT 1
SELECT t0.country AS country_1, t0.postcode_pos AS postcode_pos_2, t0.postcode_spacer AS postcode_spacer_3, t0.country_code AS country_code_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6, t0.unesco_member AS unesco_member_7, t0.ioc_member AS ioc_member_8, t0.is_executive AS is_executive_9, t0.id_country AS id_country_10 FROM countries t0 WHERE t0.id_country = ? LIMIT 1
SELECT i0_.id_ind AS id_ind_0, i0_.title AS title_1, i0_.fname AS fname_2, i0_.sname AS sname_3 FROM event_contacts e1_ LEFT JOIN indiv i0_ ON (i0_.id_ind = e1_.id_ind) WHERE e1_.id_event = ? AND i0_.sname IS NOT NULL ORDER BY i0_.sname ASC
SELECT i0_.id_ind AS id_ind_0, i0_.title AS title_1, i0_.fname AS fname_2, i0_.sname AS sname_3 FROM event_staff e1_ LEFT JOIN indiv i0_ ON (i0_.id_ind = e1_.id_ind) WHERE e1_.id_event = ? ORDER BY i0_.sname ASC
SELECT t0.id_event AS id_event_1, t0.id_agendaitem AS id_agendaitem_2, t0.title AS title_3, t0.parent_idevent AS parent_idevent_4, t0.notes AS notes_5, t0.required_actions AS required_actions_6, t0.agenda_order AS agenda_order_7, t0.id AS id_8 FROM event_agendaitems t0 WHERE t0.id_event = ? LIMIT 1
SELECT e0_.id_agendaitem AS id_agendaitem_0, e0_.id AS id_1, e0_.title AS title_2, e0_.parent_idevent AS parent_idevent_3, e0_.agenda_order AS agenda_order_4, e0_.notes AS notes_5, e0_.required_actions AS required_actions_6 FROM event_agendaitems e0_ WHERE e0_.id_event = ? ORDER BY e0_.agenda_order ASC
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT d0_.title AS title_0, d0_.id_doc AS id_doc_1, d0_.doc_code AS doc_code_2 FROM agendaitem_documents a1_ LEFT JOIN documents d0_ ON (d0_.id_doc = a1_.id_doc) WHERE a1_.id_event = ? AND a1_.id_agendaitem = ?
SELECT a0_.id_agendaitem AS id_agendaitem_0, d1_.doc_code AS doc_code_1, d1_.title AS title_2, d1_.id_doc AS id_doc_3, d1_.author_text AS author_text_4, d1_.updated_at AS updated_at_5 FROM agendaitem_documents a0_ LEFT JOIN documents d1_ ON (d1_.id_doc = a0_.id_doc) WHERE a0_.id_event = ? ORDER BY a0_.id_agendaitem ASC
SELECT e0_.id_agendaitem AS id_agendaitem_0, d1_.doc_code AS doc_code_1, d1_.title AS title_2, d1_.id_doc AS id_doc_3, d1_.author_text AS author_text_4, d1_.updated_at AS updated_at_5 FROM event_presentations e0_ LEFT JOIN documents d1_ ON (d1_.id_doc = e0_.id_doc) WHERE e0_.id_event = ? ORDER BY e0_.id_agendaitem ASC
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4, e1_.id_agendaitem AS id_agendaitem_5 FROM event_backgrounddocs e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ? ORDER BY e1_.id_agendaitem ASC
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4 FROM event_otherdocs e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ? ORDER BY e1_.ordering ASC
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4 FROM event_reports e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ?
SELECT e0_.id_role AS id_role_0, e0_.id_ind AS id_ind_1, i1_.id_ind AS id_ind_2, i1_.title AS title_3, i1_.fname AS fname_4, i1_.sname AS sname_5, i1_.tel AS tel_6, e2_.role AS role_7, i1_.use_inst_addr AS use_inst_addr_8, c3_.country AS country_9, e2_.role AS role_10, e2_.ordering AS ordering_11, e0_.status AS status_12, e0_.accommodation AS accommodation_13, i1_.tel AS tel_14 FROM event_participants e0_ LEFT JOIN indiv i1_ ON (i1_.id_ind = e0_.id_ind) LEFT JOIN countries c3_ ON (c3_.id_country = i1_.country_code) LEFT JOIN event_participantroles e2_ ON (e0_.id_role = e2_.id_role AND e0_.id_event = e2_.id_event) WHERE e0_.id_event = ? ORDER BY e2_.ordering ASC, i1_.sname ASC
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT e0_.role AS role_0, e0_.id_role AS id_role_1, e0_.ppt_ordering AS ppt_ordering_2 FROM event_participantroles e0_ WHERE e0_.id_event = ? ORDER BY e0_.ordering ASC
SELECT e0_.id_role AS id_role_0, e0_.id_ind AS id_ind_1, i1_.id_ind AS id_ind_2, i1_.title AS title_3, i1_.fname AS fname_4, i1_.sname AS sname_5, i1_.use_inst_addr AS use_inst_addr_6, i1_.tel AS tel_7, e2_.role AS role_8, c3_.country AS country_9, e2_.role AS role_10, e2_.ordering AS ordering_11, e0_.status AS status_12, e0_.accommodation AS accommodation_13, i1_.tel AS tel_14 FROM event_participants e0_ LEFT JOIN indiv i1_ ON (i1_.id_ind = e0_.id_ind) LEFT JOIN indiv_institution i4_ ON (i4_.id_ind = i1_.id_ind) LEFT JOIN institutions i5_ ON (i5_.id_inst = i4_.id_inst) LEFT JOIN countries c3_ ON (c3_.id_country = i1_.country_code) LEFT JOIN event_participantroles e2_ ON (e0_.id_role = e2_.id_role AND e0_.id_event = e2_.id_event) WHERE e0_.id_event = ? AND e0_.id_role IS NULL ORDER BY i1_.sname ASC
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
SELECT e0_.id_group AS id_group_0, g1_.groupname AS groupname_1 FROM event_groups e0_ LEFT JOIN groups g1_ ON (g1_.id_group = e0_.id_group) WHERE e0_.id_event = ? ORDER BY g1_.groupname ASC
SELECT t0.id_eventtype AS id_eventtype_1, t0.title AS title_2, t0.shorttitle AS shorttitle_3, t0.summary AS summary_4, t0.start_on AS start_on_5, t0.end_on AS end_on_6, t0.address AS address_7, t0.city AS city_8, t0.state AS state_9, t0.postcode AS postcode_10, t0.id_country AS id_country_11, t0.id_inst AS id_inst_12, t0.use_inst_addr AS use_inst_addr_13, t0.notes AS notes_14, t0.website AS website_15, t0.redirect_website AS redirect_website_16, t0.keywords AS keywords_17, t0.created_by AS created_by_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.last_edit_by AS last_edit_by_21, t0.is_public AS is_public_22, t0.is_open AS is_open_23, t0.show_travel AS show_travel_24, t0.email_people AS email_people_25, t0.id_contact AS id_contact_26, t0.reg_online AS reg_online_27, t0.status AS status_28, t0.id_event AS id_event_29 FROM events t0 WHERE t0.id_event = ? LIMIT 1
SELECT t0.id_ind AS id_ind_1, t0.title AS title_2, t0.fname AS fname_3, t0.mname AS mname_4, t0.sname AS sname_5, t0.identifier AS identifier_6, t0.reg_type AS reg_type_7, t0.use_inst_addr AS use_inst_addr_8, t0.private_address AS private_address_9, t0.addr_1 AS addr_1_10, t0.addr_2 AS addr_2_11, t0.city AS city_12, t0.state AS state_13, t0.postcode AS postcode_14, t0.country_code AS country_code_15, t0.id_nationality AS id_nationality_16, t0.gender AS gender_17, t0.tel AS tel_18, t0.fax AS fax_19, t0.email1 AS email1_20, t0.email2 AS email2_21, t0.email3 AS email3_22, t0.emailtouse AS emailtouse_23, t0.url1 AS url1_24, t0.url1Valid AS url1Valid_25, t0.url2 AS url2_26, t0.url2Valid AS url2Valid_27, t0.url3 AS url3_28, t0.url3Valid AS url3Valid_29, t0.urlsChecked AS urlsChecked_30, t0.linkedin AS linkedin_31, t0.facebook AS facebook_32, t0.twitter AS twitter_33, t0.flickr AS flickr_34, t0.other AS other_35, t0.degree AS degree_36, t0.activeng AS activeng_37, t0.activother AS activother_38, t0.jobtitle AS jobtitle_39, t0.dept AS dept_40, t0.studyregion AS studyregion_41, t0.languages AS languages_42, t0.skills AS skills_43, t0.comments AS comments_44, t0.do_not_invite AS do_not_invite_45, t0.do_no_invite_by AS do_no_invite_by_46, t0.do_no_invite_on AS do_no_invite_on_47, t0.admin_comments AS admin_comments_48, t0.id_imagefile AS id_imagefile_49, t0.id_imagefile_full AS id_imagefile_full_50, t0.receive_mail AS receive_mail_51, t0.member_alert AS member_alert_52, t0.cit_alert AS cit_alert_53, t0.f_date_ent AS f_date_ent_54, t0.l_date_upd AS l_date_upd_55, t0.created_by AS created_by_56, t0.last_edit_by AS last_edit_by_57, t0.quality_checked_by AS quality_checked_by_58, t0.quality_checked_date AS quality_checked_date_59, t0.quality_checked AS quality_checked_60, t0.is_global AS is_global_61, t0.status AS status_62, t0.statusLastChanged AS statusLastChanged_63, t0.deceased AS deceased_64, t0.deceased_date AS deceased_date_65, t0.retired AS retired_66, t0.retired_date AS retired_date_67, t0.id AS id_68 FROM indiv t0 WHERE t0.id_ind = ? LIMIT 1
SELECT t0.id_ind AS id_ind_1, t0.title AS title_2, t0.fname AS fname_3, t0.mname AS mname_4, t0.sname AS sname_5, t0.identifier AS identifier_6, t0.reg_type AS reg_type_7, t0.use_inst_addr AS use_inst_addr_8, t0.private_address AS private_address_9, t0.addr_1 AS addr_1_10, t0.addr_2 AS addr_2_11, t0.city AS city_12, t0.state AS state_13, t0.postcode AS postcode_14, t0.country_code AS country_code_15, t0.id_nationality AS id_nationality_16, t0.gender AS gender_17, t0.tel AS tel_18, t0.fax AS fax_19, t0.email1 AS email1_20, t0.email2 AS email2_21, t0.email3 AS email3_22, t0.emailtouse AS emailtouse_23, t0.url1 AS url1_24, t0.url1Valid AS url1Valid_25, t0.url2 AS url2_26, t0.url2Valid AS url2Valid_27, t0.url3 AS url3_28, t0.url3Valid AS url3Valid_29, t0.urlsChecked AS urlsChecked_30, t0.linkedin AS linkedin_31, t0.facebook AS facebook_32, t0.twitter AS twitter_33, t0.flickr AS flickr_34, t0.other AS other_35, t0.degree AS degree_36, t0.activeng AS activeng_37, t0.activother AS activother_38, t0.jobtitle AS jobtitle_39, t0.dept AS dept_40, t0.studyregion AS studyregion_41, t0.languages AS languages_42, t0.skills AS skills_43, t0.comments AS comments_44, t0.do_not_invite AS do_not_invite_45, t0.do_no_invite_by AS do_no_invite_by_46, t0.do_no_invite_on AS do_no_invite_on_47, t0.admin_comments AS admin_comments_48, t0.id_imagefile AS id_imagefile_49, t0.id_imagefile_full AS id_imagefile_full_50, t0.receive_mail AS receive_mail_51, t0.member_alert AS member_alert_52, t0.cit_alert AS cit_alert_53, t0.f_date_ent AS f_date_ent_54, t0.l_date_upd AS l_date_upd_55, t0.created_by AS created_by_56, t0.last_edit_by AS last_edit_by_57, t0.quality_checked_by AS quality_checked_by_58, t0.quality_checked_date AS quality_checked_date_59, t0.quality_checked AS quality_checked_60, t0.is_global AS is_global_61, t0.status AS status_62, t0.statusLastChanged AS statusLastChanged_63, t0.deceased AS deceased_64, t0.deceased_date AS deceased_date_65, t0.retired AS retired_66, t0.retired_date AS retired_date_67, t0.id AS id_68 FROM indiv t0 WHERE t0.id_ind = ? LIMIT 1
SELECT g0_.groupname AS groupname_0, e1_.id_label AS id_label_1 FROM event_labels e1_ LEFT JOIN groups g0_ ON (g0_.id_group = e1_.id_group) WHERE e1_.id_event = ? ORDER BY g0_.groupname ASC
Changed reference of service "OceanExpertBundle\Controller\AdminController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\ApiController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\ChangePasswordController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\EventController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\ProfileController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\ResettingController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "OceanExpertBundle\Controller\UserController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand" to "console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CheckMandrillForWebhooksCommand" to "console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CleanupDatabaseCommand" to "console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CleanupEventsCommand" to "console.command.public_alias.OceanExpertBundle\Command\CleanupEventsCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CleanupFOSUsersCommand" to "console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\CreateSitemapsCommand" to "console.command.public_alias.OceanExpertBundle\Command\CreateSitemapsCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\ProcessQueuedMailFilesCommand" to "console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\ReportGroupInactiveMembersCommand" to "console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\ReportRejectedMailsCommand" to "console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand".
Changed reference of service "test.private_services_locator" previously pointing to "OceanExpertBundle\Command\SendEmailsToMandrillCommand" to "console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand".
Changed reference of service "test.private_services_locator" previously pointing to "swiftmailer.mailer.transport.accord_mandrill" to "swiftmailer.mailer.default.transport".
Changed reference of service "test.private_services_locator" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "test.private_services_locator" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "test.private_services_locator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "swiftmailer.mailer.transport.accord_mandrill" to "swiftmailer.mailer.default.transport".
Changed reference of service "test.private_services_locator" previously pointing to "cache.default_clearer" to "cache.app_clearer".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "doctrine_cache.contains_command" to "console.command.public_alias.doctrine_cache.contains_command".
Changed reference of service "test.private_services_locator" previously pointing to "doctrine_cache.delete_command" to "console.command.public_alias.doctrine_cache.delete_command".
Changed reference of service "test.private_services_locator" previously pointing to "doctrine_cache.flush_command" to "console.command.public_alias.doctrine_cache.flush_command".
Changed reference of service "test.private_services_locator" previously pointing to "doctrine_cache.stats_command" to "console.command.public_alias.doctrine_cache.stats_command".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "fos_rest.serializer.form_error_handler" to "jms_serializer.form_error_handler".
Changed reference of service "test.private_services_locator" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "test.private_services_locator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.doctrine_object_constructor" to "jms_serializer.object_constructor".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Changed reference of service "test.private_services_locator" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "test.private_services_locator" previously pointing to "router.default" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "test.private_services_locator" previously pointing to "swiftmailer.mailer.transport.accord_mandrill" to "swiftmailer.mailer.default.transport".
Changed reference of service "test.private_services_locator" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "test.private_services_locator" previously pointing to "templating.loader.filesystem" to "templating.loader".
Changed reference of service "test.private_services_locator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.api_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.guard.api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.transport.accord_mandrill" to "swiftmailer.mailer.default.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.transport.accord_mandrill" to "swiftmailer.mailer.default.transport".
Changed reference of service "fos_rest.view_handler.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler.default" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.twig" to "templating".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.email_confirmation" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "nelmio_cors.cors_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.sDHplmp" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service ".service_locator.xI4tcWT" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service ".service_locator.JPEOy76" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iVGSRie" previously pointing to "fos_rest.serializer.form_error_handler" to "jms_serializer.form_error_handler".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\CreateSitemapsCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand" previously pointing to "router.default" to "router".