Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add item id's and some translations #10

Closed
wants to merge 335 commits into from

Conversation

timglabisch
Copy link

added item id's to the tree's and the layout toolbar. that makes it easier to add/overwrite entries.

ckogler and others added 30 commits December 12, 2011 09:18
git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@987 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
…ler_Action::initCustomView, now the ZF standard way which is more elagant and easier to maintain and use

git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@993 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
…arn, err, ... instead of log, wrong callstack information is shown

git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@995 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
...
git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@1000 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
… not added to the source document

git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@1001 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@1006 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
- added html2text conversion of html email if html2text (http://www.mbayer.de/html2text/) is installed 

Dynamic Params:
- moved from iframe to /static/js/pimcore/document/emails/logs.js
- added object/asset/document links
- Todos: 
       - recursive iteration check (currently not working)


git-svn-id: http://www.pimcore.org/svn/pimcore/private/core/trunk@1007 1f8fe7d8-47f0-464c-8d0a-336f4953ab05
@timglabisch timglabisch deleted the itemIds branch July 10, 2013 21:44
Apke added a commit to Apke/pimcore that referenced this pull request Feb 5, 2018
Hi,

Maybe a little bit special, but i got an error because of undefined Service for `monolog.logger.pimcore` while Check Requirements Route.

The Exception:
```
request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "You have requested a non-existent service "monolog.logger.pimcore". Did you mean one of these: "monolog.logger.event", "monolog.logger.php", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.console"?" at /var/www/html/client.local/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php line 348 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException(code: 0): You have requested a non-existent service \"monolog.logger.pimcore\". Did you mean one of these: \"monolog.logger.event\", \"monolog.logger.php\", \"monolog.logger.request\", \"monolog.logger.cache\", \"monolog.logger.console\"? at /var/www/html/client.local/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:348)"} []
```

It is caused because of Pimcore\Logger usage of some Methods like `Pimcore\Config::getSystemConfig()`

An Example ExceptionTrace (Working dir is replaced with `./`)
````
#0 ./pimcore/lib/Pimcore/Logger.php(29): Symfony\Component\DependencyInjection\Container->get('monolog.logger....')
#1 ./pimcore/lib/Pimcore/Logger.php(44): Pimcore\Logger::log('Cannot find sys...', 'emergency', Array)
pimcore#2 ./pimcore/lib/Pimcore/Config.php(114): Pimcore\Logger::emergency('Cannot find sys...')
pimcore#3 ./pimcore/lib/Pimcore/Tool/Console.php(80): Pimcore\Config::getSystemConfig()
pimcore#4 ./pimcore/lib/Pimcore/Tool/Console.php(233): Pimcore\Tool\Console::getExecutable('php', true)
pimcore#5 ./pimcore/lib/Pimcore/Tool/Requirements.php(328): Pimcore\Tool\Console::getPhpCli()
pimcore#6 ./pimcore/lib/Pimcore/Bundle/InstallBundle/Controller/InstallController.php(88): Pimcore\Tool\Requirements::checkExternalApplications()
pimcore#7 ./vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php(151): Pimcore\Bundle\InstallBundle\Controller\InstallController->checkAction(Object(Symfony\Component\HttpFoundation\Request), Object(Pimcore\Install\Installer))
pimcore#8 ./vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
pimcore#9 ./vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(202): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
pimcore#10./web/install.php(72): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))
pimcore#11 {main}
````

best regards
brusch pushed a commit that referenced this pull request Feb 6, 2018
@abdelrhmanyosry abdelrhmanyosry mentioned this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants