This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Not found. The ressource does not exist | |
| 500 Internal Server Error - ResponseException | |
| Stack Trace | |
| in /Users/lenybernard/Workspace/yosh/yosh-festivals.com/vendor/laurentbrieu/mangopay/src/MangoPay/tools/restTool.inc at line 272 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Whoops, looks like something went wrong. | |
| 1/1 FatalErrorException: Error: Maximum function nesting level of '300' reached, aborting! in /Users/lenybernard/Workspace/patrimea/v2/app/bootstrap.php.cache line 34 | |
| in /Users/lenybernard/Workspace/patrimea/v2/app/bootstrap.php.cache line 34 | |
| at ErrorHandler->handleFatal() in /Users/lenybernard/Workspace/patrimea/v2/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php line 0 | |
| at ParameterBag->get() in /Users/lenybernard/Workspace/patrimea/v2/vendor/knplabs/knp-menu/src/Knp/Menu/Silex/Voter/RouteVoter.php line 66 | |
| at RouteVoter->isMatchingRoute() in /Users/lenybernard/Workspace/patrimea/v2/vendor/knplabs/knp-menu/src/Knp/Menu/Silex/Voter/RouteVoter.php line 56 | |
| at RouteVoter->matchItem() in /Users/lenybernard/Workspace/patrimea/v2/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php line 47 | |
| at Matcher->isCurrent() in /Users/lenybernard/Workspace/patrimea/v2/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php line 67 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Dav\AppBundle\Controller; | |
| use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | |
| use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; | |
| use Symfony\Component\HttpFoundation\Request; | |
| use JMS\SecurityExtraBundle\Annotation\PreAuthorize; | |
| use JMS\SecurityExtraBundle\Annotation\Secure; | |
| use Dav\AppBundle\Entity\Preference; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| public function process(ContainerBuilder $container) | |
| { | |
| if (!$container->hasDefinition('jms_translation.config_factory')) { | |
| error_log('jms_translation.config_factory not exists'); | |
| return; | |
| } | |
| $definition = $container->getDefinition('jms_translation.config_factory'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <br /> | |
| <b>Notice</b>: unserialize(): Error at offset 27 of 27 bytes in <b>/Users/thomas/Workspace/guestapp/src/Guest/AppBundle/Controller/Api/CompanyController.php</b> on line <b>722</b><br /> | |
| <br /> | |
| <b>Notice</b>: unserialize(): Error at offset 23 of 26 bytes in <b>/Users/thomas/Workspace/guestapp/src/Guest/AppBundle/Controller/Api/CompanyController.php</b> on line <b>722</b><br /> | |
| <br /> | |
| <b>Notice</b>: unserialize(): Error at offset 27 of 29 bytes in <b>/Users/thomas/Workspace/guestapp/src/Guest/AppBundle/Controller/Api/CompanyController.php</b> on line <b>722</b><br /> | |
| <br /> | |
| <b>Notice</b>: unserialize(): Error at offset 7 of 10 bytes in <b>/Users/thomas/Workspace/guestapp/src/Guest/AppBundle/Controller/Api/CompanyController.php</b> on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Welcome to StackEdit! {#welcome} | |
| ===================== | |
| Hello, I am yourbjk; first Markdown document within **StackEdit**[^stackedit]. Don't delete me, I can be helpful. I can be recovered anyway in the `Utils` tab of the <i class="icon-cog"></i> `Settings` dialog. | |
| ---------- | |
| *Documents* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| me@myserver:/my/project/path$ sudo jitsu deploy | |
| info: Welcome to Nodejitsu vpauto | |
| info: jitsu v0.13.4, node v0.8.27-pre | |
| info: It worked if it ends with Nodejitsu ok | |
| info: Executing command deploy | |
| warn: **WARNING** Do not use multiple level subdomains, they will be going away soon! | |
| info: Analyzing application dependencies in node app | |
| warn: **WARNING** Do not use multiple level subdomains, they will be going away soon! | |
| info: Creating snapshot 0.0.1-27 | |
| warn: Snapshot is larger than 50M! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Easier navigation: .., ..., ...., ....., ~ and - | |
| alias ..="cd .." | |
| alias ...="cd ../.." | |
| alias ....="cd ../../.." | |
| alias .....="cd ../../../.." | |
| alias ~="cd ~" # `cd` is probably faster to type though | |
| alias -- -="cd -" | |
| # Shortcuts | |
| alias d="cd ~/Dropbox" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cap prod deploy | |
| /var/lib/gems/1.8/gems/sshkit-1.1.0/lib/sshkit.rb:32: undefined method `require_relative' for main:Object (NoMethodError) | |
| from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' | |
| from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require' | |
| from /var/lib/gems/1.8/gems/capistrano-3.0.1/lib/capistrano/all.rb:2 | |
| from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' | |
| from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require' | |
| from /var/lib/gems/1.8/gems/capistrano-3.0.1/bin/cap:2 | |
| from /usr/local/bin/cap:19:in `load' | |
| from /usr/local/bin/cap:19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Give 1 => A | |
| * 2 => B | |
| * etc | |
| **/ | |
| public function num2alpha($number) { | |
| $number--; | |
| $result = ''; | |
| for ($i = 1; $number >= 0 && $i < 10; $i++) { |