-
-
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
[Feature Request]: Manufacturer List to Show Assets relating to Manufacturer #12697
Comments
@jayavman I am not able to reproduce this bug. I of course am on the latest version. If there is more I need to know to reproduce this error please share, or I'd recommend updating to the latest version as well. |
Same - this looks like there's probably a 500 happening, so we'd need to see logs - and 9 times out of 10, it's because migrations were not run. If you run |
Hi, @snipe & @Godmartinz @server asset]$ php artisan migrate
Do you really wish to run this command? (yes/no) [no]:
Nothing to migrate. Here is the logs : [2023-02-18 14:02:33] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.first_name' in 'where clause' (SQL: select count() as aggregate from [previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.first_name' in 'where clause' at /home/fredons/public_html/asset/vendor/laravel/framework/src/Illuminate/Database/Connection.php:368) Next LogicException: Your configuration files are not serializable. in /home/fredons/public_html/asset/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71 [previous exception] [object] (Error(code: 0): Call to undefined method Closure::__set_state() at /home/fredons/public_html/asset/bootstrap/cache/config.php:928) Next LogicException: Your configuration files are not serializable. in /home/fredons/public_html/asset/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71 [previous exception] [object] (Error(code: 0): Call to undefined method Closure::__set_state() at /home/fredons/public_html/asset/bootstrap/cache/config.php:928) Next LogicException: Your configuration files are not serializable. in /home/fredons/public_html/asset/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71 [previous exception] [object] (Error(code: 0): Call to undefined method Closure::__set_state() at /home/fredons/public_html/asset/bootstrap/cache/config.php:928) Next LogicException: Your configuration files are not serializable. in /home/fredons/public_html/asset/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71 [previous exception] [object] (Error(code: 0): Call to undefined method Closure::__set_state() at /home/fredons/public_html/asset/bootstrap/cache/config.php:928) |
You’re using table prefixes, which we don’t see that often - but we also try to do prefix safe queries. We’ll take a poke around. |
Is it possible something changed with your table names or your .env? Are your tables actually prefixed? This is the line I find interesting:
What do you see in your version of If you run the |
Is your feature request related to a problem? Please describe.
Currently when you click on Manufacturer, Click on the name of one of the manufacturer lists it takes you to this page
The list at the top says eg. it has 2 assets under that manufacturer but doesnt show you which assets they are.
Describe the solution you'd like
It should list every asset that relates to that manufacturer instead of just a number at the top of the page.
have a list of assets related to the Manufacturer.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: