Michael Frank

Results 8 issues of Michael Frank

I've installed as requested and defined in the readme.md. But, after "rebuild" it doesn't generate any workers. What's wrong or what's the way to define workers? If i create workers.conf...

I struggle to get repman running. The container is running. But i´ve an Apache in front. I would like to use repman on a "subfolder" like "https://www.domain.com/repman" This works with...

Please add this module: https://github.com/openresty/headers-more-nginx-module#readme It´s really helpful and give you a great option to provide more specific header, beyond the standard "add_header" directive. In containers : webdevops/nginx webdevops/php-nginx webdevops/php-nginx-dev

Ich habe über eine docker-compose einen Cron-Datei eingebunden - wie in der Doku beschrieben (Auszug davon): ` image: webdevops/php-nginx:7.3 ... volumes: - ./conf/cron:/etc/cron.d ` Aber offenbar scheint hier ein Permission...

Pimcore 10.6-dev Installation with w-vison/data-definition bundle. ``` URL: /admin/data_definitions/import_definitions/get Message: Call to a member function getUser() on null Trace: in /app/vendor/pimcore/pimcore/bundles/AdminBundle/Controller/AdminController.php:159 #0 /app/vendor/coreshop/resource-bundle/Controller/ResourceController.php(63): Pimcore\Bundle\AdminBundle\Controller\AdminController->getAdminUser() #1 /app/vendor/coreshop/resource-bundle/Controller/ResourceController.php(82): CoreShop\Bundle\ResourceBundle\Controller\ResourceController->isGrantedOr403() #2 /app/vendor/symfony/http-kernel/HttpKernel.php(163): CoreShop\Bundle\ResourceBundle\Controller\ResourceController->getAction(Object(Symfony\Component\HttpFoundation\Request))...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | Branch? | 4.1.3 Has anyone...

### Improvement description In Classification Store we have a "Title" Column for the Keys: ![image](https://github.com/pimcore/pimcore/assets/2453696/f092235d-92db-4f76-bd7e-d32954abe45d) This can be set (so my assumption) by ```php $keyConfig = new \Pimcore\Model\DataObject\Classificationstore\KeyConfig(); $keyConfig->setTitle($title); ```...

Improvement
PR Welcome

Bump Dependencies or make it less strict. Otherwise these tool will be blocked out for further usage. Currently lot of dependencies are really selective, without need. ```yaml "require": { "php":...