-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Trying to setting up Snipe-IT #196
Comments
Hi @JulienAerts - can you show me your error logs? I cannot debug without more information. |
[2014-07-21 20:08:13] production.ERROR: exception 'ErrorException' with message 'mcrypt_encrypt(): Size of key is too large for this algorithm' in E:\snipe-it\vendor\laravel\framework\src\Illuminate\Encryption\Encrypter.php:80 |
Sorry ...i copy paste everything XD .I tried multiple time . |
Okay, try running:
via command line again and try again. If it's still broken, check |
Hi thanks for your support . I generate a new key with your command . After that still not working , so i check app.php ...finally i just paste the previously generate key on line 43 and it work . Is your alpha pretty stable and will it be possible to use it right now . I was looking for a software to manage our licenses and assets ...and the description of the purpose of your software fit perfectly with our need . There is an other error 500 when i look at http://asset.macogep.com/admin/licenses [2014-07-22 13:41:55] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function fullName() on a non-object' in E:\snipe-it\app\storage\views\9b19f85ad6cc354d83de23a409af5be1:61 |
I found that db:seed has a bug which creates an example license which seat id 3 is assigned to user 3 which does not exists. I fixed it with SQL-command "UPDATE license_seats SET assigned_to = '2' WHERE id =3;" but db:seed should be fixed! |
Did this resolve your issue, then? |
Yep it's resolve . thank you @jarnokurlin and @snipe . |
ErrorException mcrypt_encrypt(): Size of key is too large for this algorithm
|
Not sure which environment you're running this as (local, production, etc), but go into your PS - you should really open a new ticket next time, as this ticket was already closed and was unrelated to your issue. |
@sinpe very smart. I did your advice on @jagafirst then it works great.... thanks |
Hi snipe...I'm facing below error technical problem.. would you help me about your product install & configuration. My systems version is : Centos 6.7, ErrorException (E_WARNING) Open: /var/www/html/assets/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php
|
(Make it exactly 32 characters) |
Dear Snipe. |
Make it exactly 32 characters |
Same problem |
Can you show me that line in your config? (You should change it later once we've sorted this.) |
(run |
Also, can you please show us the information in your |
[2015-08-26 13:05:41] local.ERROR: exception 'ErrorException' with message 'mcrypt_encrypt(): Size of key is too large for this algorithm' in /var/www/html/assets/vend$ Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'migrations' already exists (SQL: crea$ |
Which config file are you editing with the 32-character key? |
app/config/production/app.php 'key' => 'asdfghjklpoiuytrewqzxcvbnm,kjhgy', |
Your error logs are showing that you're running this in local mode though. Editing the production config won't have any any effect. Either switch your install to production mode or edit the |
Hi ,
I'm trying to test your software , i'm on IIS/PHP/mysql .
I follow the guide post by @madd15 .
When a load the application , it's always giving me an 500 error.
Thank you for your support , hopefully i will be able to make it work .
The text was updated successfully, but these errors were encountered: