Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2016
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. ERROR
  2. We're sorry, but an unhandled error occurred. Please see the details below.
  3.  
  4. No supported encrypter found. The cipher and / or key length are invalid.
  5. C:\xampp\htdocs\o\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php line 29
  6. TYPE
  7.  
  8. Undefined
  9.  
  10. EXCEPTION
  11.  
  12. RuntimeException
  13.  
  14. 23
  15. 24
  16. 25
  17. 26
  18. 27
  19. 28
  20. 29
  21. 30
  22. 31
  23. 32
  24. 33
  25.  
  26. if (Encrypter::supported($key, $cipher)) {
  27. return new Encrypter($key, $cipher);
  28. } elseif (McryptEncrypter::supported($key, $cipher)) {
  29. return new McryptEncrypter($key, $cipher);
  30. } else {
  31. throw new RuntimeException('No supported encrypter found. The cipher and / or key length are invalid.');
  32. }
  33. });
  34. }
  35. }
  36. STACK TRACE
  37. # CALLED CODE DOCUMENT LINE
  38. 17 Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 738
  39. 16 Illuminate\Container\Container->build(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 631
  40. 15 Illuminate\Container\Container->make(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 674
  41. 14 Illuminate\Foundation\Application->make(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 842
  42. 13 Illuminate\Container\Container->resolveClass(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 805
  43. 12 Illuminate\Container\Container->getDependencies(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 776
  44. 11 Illuminate\Container\Container->build(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 631
  45. 10 Illuminate\Container\Container->make(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 674
  46. 9 Illuminate\Foundation\Application->make(…) ~/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 123
  47. 8 Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php 44
  48. 7 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(…)
  49. 6 call_user_func_array(…) ~/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 124
  50. 5 Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(…)
  51. 4 call_user_func(…) ~/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 103
  52. 3 Illuminate\Pipeline\Pipeline->then(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 122
  53. 2 Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 87
  54. 1 Illuminate\Foundation\Http\Kernel->handle(…) ~/index.php 44
  55. ERROR
  56. We're sorry, but an unhandled error occurred. Please see the details below.
  57.  
  58. No supported encrypter found. The cipher and / or key length are invalid.
  59. C:\xampp\htdocs\o\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php line 29
  60. TYPE
  61.  
  62. Undefined
  63.  
  64. EXCEPTION
  65.  
  66. RuntimeException
  67.  
  68. 23
  69. 24
  70. 25
  71. 26
  72. 27
  73. 28
  74. 29
  75. 30
  76. 31
  77. 32
  78. 33
  79.  
  80. if (Encrypter::supported($key, $cipher)) {
  81. return new Encrypter($key, $cipher);
  82. } elseif (McryptEncrypter::supported($key, $cipher)) {
  83. return new McryptEncrypter($key, $cipher);
  84. } else {
  85. throw new RuntimeException('No supported encrypter found. The cipher and / or key length are invalid.');
  86. }
  87. });
  88. }
  89. }
  90. STACK TRACE
  91. # CALLED CODE DOCUMENT LINE
  92. 10 Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 738
  93. 9 Illuminate\Container\Container->build(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 631
  94. 8 Illuminate\Container\Container->make(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 674
  95. 7 Illuminate\Foundation\Application->make(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 842
  96. 6 Illuminate\Container\Container->resolveClass(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 805
  97. 5 Illuminate\Container\Container->getDependencies(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 776
  98. 4 Illuminate\Container\Container->build(…) ~/vendor/laravel/framework/src/Illuminate/Container/Container.php 631
  99. 3 Illuminate\Container\Container->make(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 674
  100. 2 Illuminate\Foundation\Application->make(…) ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 142
  101. 1 Illuminate\Foundation\Http\Kernel->terminate(…) ~/index.php 48
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement