Closed andersro93 closed 6 years ago
Same here.
Solution: change the folder name from Bannerslider to BannerSlider.
It seems to work LOCALLY, after cloning Bannerslider, and moved to newly created folder
code/Magestore to my local MAMP development as
/Applications/MAMP/htdocs/Mage2.1.6/app/code/Magestore/Bannerslider
I see the problem when deployed to host provider, where upon clicking the Manage Sliders I get
1 exception(s): Exception #0 (ReflectionException): Class Magestore\BannerSlider\Ui\Component\Listing\Column\Image does not exist
upon changing from Bannerslider to BannerSlider as suggested in #54
Now I don't get the exceptions but the same redirect back to Dashboard instead of the expected page as you also experienced?
Hi,
Installed Magestore bannerslider module in magento2.1.6 Admin panel "manage banner" section i getting below error ,
i:0;s:77:"Class Magestore\BannerSlider\Ui\Component\Listing\Column\Image does not exist"
Kindly let us know your suggestion to fix the issues.
Hi, "Class Magestore\BannerSlider\Ui\Component\Listing\Column\Image does not exist" " Class Magestore\BannerSlider\Ui\Component\Listing\Column\Slider does not exist"
Solutions
Goto "app/code/Megastore/Bannerslider/view/adminhtml/ui_component/banner_grid_listing.xml"this Directory and replace below code.
'column name="image" class="Magestore\BannerSlider\Ui\Component\Listing\Column\Image"' replace 'column name="image" class="Magestore\Bannerslider\Ui\Component\Listing\Column\Image"'
'column name="slider_id" class="Magestore\BannerSlider\Ui\Component\Listing\Column\Slider"' to 'column name="slider_id" class="Magestore\Bannerslider\Ui\Component\Listing\Column\Slider"'
'actionsColumn name="actions" class="Magestore\BannerSlider\Ui\Component\Listing\Column\BannerstatusActions"' to 'actionsColumn name="actions" class="Magestore\Bannerslider\Ui\Component\Listing\Column\BannerstatusActions"'
megastore showing not opening inside admin panel
Platform information:
Magento 2.1
Trying to:
Navigate to banners to manage and add banners to a slider
Expected:
Grid with all banners
Got: