-
Notifications
You must be signed in to change notification settings - Fork 100
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
Banner Slider Admin Page Broken #128
Comments
Have same issue, thinking that it does not support 2.3 ++ |
Same issue for me. I found a solution: You have to change this files : AND
|
Thanks @kevinvuillemin In my case ver. 2.3.5 had only app/code/Magestore/Bannerslider/Block/Adminhtml/Slider/Grid.php which contained entity_id that I replaced with slider_id. Trying directly to reproduce after changing it the error was fixed. Error appeared in var/log/system.log Reproducing: |
I have recently upgraded our Magento to 2.3.4.
Now when we go to the Admin Page (Content -> Manage Bannerslider), I get the error
Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.entity_id' in 'field list', query was: SELECT
main_table
.entity_id
FROMmagestore_bannerslider_slider
ASmain_table
Exception #1 (PDOException): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.entity_id' in 'field list'
stack_trace.txt
The text was updated successfully, but these errors were encountered: