-
-
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
QRCode Errors in v1.2.6.1 #667
Comments
Did you run |
Looks like you have a missing column in your database. The composer update @snipe just mentioned will more than likely fix that. She does her homework. |
(Also looks like you forgot to run the migrations) |
@adam820 please see the upgrade instructions in the release notes for how to update composer and run migrations. https://github.com/snipe/snipe-it/releases/tag/v1.2.6.1 |
No, not the |
I don't know if it's related or not, but I was experiencing the 500 error in regards to the deleted assets. Re-seeded and then restored my other assets from a dump. The only modification to the dump was to remove the older seeded assets causing the error. |
You don't need How did you restore from the dump? You may have messed up your migrations by doing that. The migration to add that field to the table definitely didn't run. Can you show me the contents of your migrations table? |
Hi @adam820 - any updates on this? |
Hello,
Since upgrading to v1.2.6.1, I'm noticing some issues with QR codes. On the asset page, the image is showing as broken. Trying to access the image directly returns:
Correlating with that, if I go into the settings page, and attempt to save (including not changing anything), I get the following:
I don't actually have any logs in app/storage/logs to provide. If there's other information I can provide, let me know.
v1.2.6.1
Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/5.4.16
The text was updated successfully, but these errors were encountered: