saggara Posted July 25, 2017 Share Posted July 25, 2017 I recently installed Pretashop 1.6.1.7 Theme I picked had a module of smart blog module as I was looking for a theme with blog. during the theme installation, it gave me an error that the smart blog module isn't installed properly. I did tried to remove and reinstall theme but result was same. If I go into the backend and click Smart Blog Module Configure, I get the following error. Theme Developer hasn't been of much help. Just been posting vague statements once in 24 hr. Please help. I have seen another ticket have this same issue but didn't notice an outcome. [PrestaShopException]Admin tab AdminAboutUsController is not a module tabat line 46 in file classes/controller/ModuleAdminController.php 41.42. $this->controller_type = 'moduleadmin';43.44. $tab = new Tab($this->id);45. if (!$tab->module) {46. throw new PrestaShopException('Admin tab '.get_class($this).' is not a module tab');47. }48.49. $this->module = Module::getInstanceByName($tab->module);50. if (!$this->module->id) {51. throw new PrestaShopException("Module {$tab->module} not found"); ModuleAdminControllerCore->__construct - [line 11 - modules/smartblog/controllers/admin/AdminAboutUsController.php] AdminAboutUsController->__construct - [line 524 - modules/smartblog/smartblog.php] smartblog->getContent - [line 867 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1116 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Link to comment Share on other sites More sharing options...
Scully Posted August 10, 2017 Share Posted August 10, 2017 (edited) The module is known to have some installation problems on some systems. But we can't figure it out without investigating the whole code which would take too much time. Maybe try another module or report your probleme here: https://www.prestashop.com/forums/topic/545136-prestashop-blog-module/ Or check the ps_tab table in your database, maybe there is an inconsistency there. However when I search for "Admin tab AdminAboutUsController is not a module tab" I find many error reports regarding your module. Edited August 10, 2017 by Scully (see edit history) Link to comment Share on other sites More sharing options...
Scully Posted August 10, 2017 Share Posted August 10, 2017 If I quickly read throug the pages in the post above, I see lots of these complaints with the exact same error message. Maybe manually update the module if you haven't done so. However this mod looks like having caused many problems in the past - SQL injection included. Link to comment Share on other sites More sharing options...
PSBOY Posted September 11, 2017 Share Posted September 11, 2017 Hi there, Which smart blog version you are using? Please use the smartblog git version: https://github.com/smartdatasoft/smartblog. Hope it'll resolve your issues. Thanks Link to comment Share on other sites More sharing options...
RalfW Posted February 15, 2019 Share Posted February 15, 2019 Hi there, I have some issues with using SmartBlog v2.2 with Presta 1.6.1.18. It looks like it was installed correctly, but for some reasons, it does not display the full posts. When you click on the post, it shows only short version (title, short description and picture) + comments under it. There are no options to open the post deeper to see the actual body of the post. Has anyone experienced such an issue? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now