Skip to content

Instantly share code, notes, and snippets.

View adsc-cloudtec's full-sized avatar

adsc-cloudtec

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<webspace xmlns="http://schemas.sulu.io/webspace/webspace"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.sulu.io/webspace/webspace http://schemas.sulu.io/webspace/webspace-1.1.xsd">
<name>Intranet</name>
<key>intranet_spitex_bern_ch</key>
<localizations>
<localization language="de" default="true"/>
<?xml version="1.0" encoding="utf-8"?>
<webspace xmlns="http://schemas.sulu.io/webspace/webspace"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.sulu.io/webspace/webspace http://schemas.sulu.io/webspace/webspace-1.1.xsd">
<name>sulu.io</name>
<key>sulu_io</key>
<localizations>
<localization language="en" default="true"/>
ubuntu@ubuntu-xenial:/vagrant$ php app/console massive:search:reindex -v --env=prod
Provider "sulu_structure" did not finish. Do you wish to resume? n
provider "doctrine_orm"
-- reindexing "2" instances of "Sulu\Bundle\ContactBundle\Entity\Account"
2/2 [============================] 100% < 1 sec/< 1 sec 24.0 MiB
-- reindexing "6" instances of "Sulu\Bundle\ContactBundle\Entity\Contact"
# MassiveSearch Configuration
massive_search:
adapter: elastic
adapters:
elastic:
hosts: [ mod-commander.com:9200 ]
version: 5.0
# SuluMedia Configuration
sulu_media:
12:54:37 ERROR [console] Error thrown while running command "sulu:build dev -vvv". Message: "Call to a member function getProperties() on null"
[
"error" => Error {
#message: "Call to a member function getProperties() on null",
#code: 0,
#file: "/vagrant/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php",
#line: 319,
trace: {
/vagrant/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:319: {
: ,
[2017-08-17 14:48:24] request.INFO: Matched route "delete_media". {"route_parameters":{"_controller":"Sulu\\Bundle\\MediaBundle\\Controller\\MediaController::deleteAction","_format":"json","id":"788","_route":"delete_media"},"request_uri":"http://spitex-intranet.lo/admin
/api/media/788"} []
[2017-08-17 14:48:24] security.DEBUG: Read existing security token from the session. {"key":"_security_admin"} []
[2017-08-17 14:48:24] doctrine.DEBUG: SELECT s0_.username AS username_0, s0_.password AS password_1, s0_.locale AS locale_2, s0_.salt AS salt_3, s0_.locked AS locked_4, s0_.enabled AS enabled_5, s0_.lastLogin AS lastLogin_6, s0_.confirmationKey AS confirmationKey_7, s0_.
passwordResetToken AS passwordResetToken_8, s0_.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_9, s0_.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_10, s0_.privateKey AS privateKey_11, s0_.apiKey AS apiKey_12, s0_.email AS email_13, s0_.id AS i
d_14, s1_.locale AS locale_15, s1_.id AS id_16, s2_.name AS name_17, s2_.s
<?php
/*
* This file is part of Sulu.
*
* (c) MASSIVE ART WebServices GmbH
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/