Closed hagai-biton closed 1 month ago
@hagai-biton thanks for the report. I am not able to reproduce this, but the error message seems to indicate that the database has not been correctly migrated after an update to InvenTree.
Can you please run the following command, and then test again:
docker compose run --rm inventree-server invoke update
(as per the documentation )
Hi Oliver. This solved my problem. Thank you for the input.
On Sun, 6 Oct 2024 at 13:30, Oliver @.***> wrote:
@hagai-biton https://github.com/hagai-biton thanks for the report. I am not able to reproduce this, but the error message seems to indicate that the database has not been correctly migrated after an update to InvenTree.
Can you please run the following command, and then test again:
docker compose run --rm inventree-server invoke update
(as per the documentation https://docs.inventree.org/en/stable/start/docker_install/#updating-inventree )
— Reply to this email directly, view it on GitHub https://github.com/inventree/InvenTree/issues/8238#issuecomment-2395384513, or unsubscribe https://github.com/notifications/unsubscribe-auth/A47DWBZOPWRKUHWPUZOMJU3Z2EGLLAVCNFSM6AAAAABPLZ27PCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGM4DINJRGM . You are receiving this because you were mentioned.Message ID: @.***>
-- תודה חגי ביטון
Please verify that this bug has NOT been raised before.
Describe the bug*
when trying to add a new stock location template I get server error 500 attached is the error report.
Steps to Reproduce
Expected behaviour
I want to add a new html with added features to the report options
Deployment Method
Version Information
Version Information:
InvenTree-Version: 0.16.4 Django Version: 4.2.15 Commit Hash: 83be1b8 Commit Date: 2024-09-30
Database: postgresql Debug-Mode: False Deployed using Docker: True Platform: Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with Installer: DOC
Active plugins: [{'name': 'InvenTreeBarcode', 'slug': 'inventreebarcode', 'version': '2.1.0'}, {'name': 'InvenTreeCoreNotificationsPlugin', 'slug': 'inventreecorenotificationsplugin', 'version': '1.0.0'}, {'name': 'InvenTreeCurrencyExchange', 'slug': 'inventreecurrencyexchange', 'version': '1.0.0'}, {'name': 'InvenTreeLabel', 'slug': 'inventreelabel', 'version': '1.1.0'}, {'name': 'InvenTreeLabelMachine', 'slug': 'inventreelabelmachine', 'version': '1.0.0'}, {'name': 'InvenTreeLabelSheet', 'slug': 'inventreelabelsheet', 'version': '1.0.0'}, {'name': 'DigiKeyPlugin', 'slug': 'digikeyplugin', 'version': '1.0.0'}, {'name': 'LCSCPlugin', 'slug': 'lcscplugin', 'version': '1.0.0'}, {'name': 'MouserPlugin', 'slug': 'mouserplugin', 'version': '1.0.0'}, {'name': 'TMEPlugin', 'slug': 'tmeplugin', 'version': '1.0.0'}]
Please verify if you can reproduce this bug on the demo site.
Relevant log output