-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Error Showing Requested Assets #13276
Comments
I think I know what happened, please check the PR I linked recently to this convo. Thanks for your report!! |
Thank you for the quick prompt. I went ahead and made the modifications to the two files and this did not work. Not sure if there is something else going on. Thanks. For now, I copied the original code from 6.1 and it works now. |
Hi, |
This is also happening to my installation |
@brianhoganm I was able to fix this by doing the following... The fix: I loaded the database in Sequel Pro and navigated to the |
Hi,这个具体是如何操作呢,我遇到了相同的问题,但是一直未能解决,希望得到你的帮助,谢谢 |
Hi Thank you for sharing. I just tested this out and it works! |
how to do this ? |
you need to download an app that can read your sql database. I used sequel pro which is a macOS app. use the credentials for the sql database to login through the app and then find the checkout_requests section. delete any entries inside there and then reboot your snipeit instance. you should be all set after that. |
Debug mode
Describe the bug
When I click on Requested I get a 500 Error message. I enabled the debug mode and I get the following message:
Attempt to read property "id" on null (View: C:\inetpub\wwwroot\SNIPEIT\resources\views\hardware\requested.blade.php)
I am not sure what is going on. Everything was working fine before I updated to version 6.1.2.
Reproduction steps
...
Expected behavior
When clicking Requested, I should be able to view items that have been requested by users.
I was looking foward to the new feature that @inietov put together.
Cancel requested assets without checkin/out [ch-17606] by @inietov in #13219
Screenshots
Snipe-IT Version
6.1.2
Operating System
Windows
Web Server
IIS
PHP Version
8.0.24
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
Additional context
No response
The text was updated successfully, but these errors were encountered: