Search the Community
Showing results for tags 'module installation'.
-
Hi there, I know is a long shot to ask about a paid module here. but while waiting for the author's answer I thought maybe someone here can help me. Prestashop Facebook Shop Module - Trying to install my fan-page on the shop application site fail because there is no drop down menu working as it should to pick a fan-page. Someone out there hat a similar problem? Someone know how to get around that? Thank you! Here is my website http://plazzastore.com/ (undergoing maintenance right now)
-
Hi,
-
Hi I had canada post shipping module running for a while then uninstalled it and now am trying to re-install it but every time I try to re-install I get the following error Back Office Modules The following module(s) were not installed successfully: canadapost I really don't know what to do next.
- 22 replies
-
- canada post
- module installation
-
(and 1 more)
Tagged with:
-
Hello, I have a custom module which is perfectly working on developer´s eshop but which does not want to install in 1.6.0.6 (fresh installation) or 1.5.6.0 eshops. I was told that according to error there is a need for a tiny fix since :" it cannot install that module as another one is already modifying the Cart class file. So, you have to manually modify both the module and cart class to install it." Again: this module is perfectly working on developers eshop so there is a chance it will need very short time to fix it. Now, the error: Unable to install override: The method getPackageList in the class Cart is already overriden. Am able to give you ftp and backadmin access.
-
Hi guys, this is the code of my module: <?php if ( ! defined( '_PS_VERSION_' ) ) exit; class Skema extends Module{ public function __construct(){ $this->name = 'skema'; $this->tab = 'front_office_features'; $this->version = '1.0'; $this->author = 'Ivano Mercuri'; $this->need_instance = 0; $this->ps_versions_compliancy = array( 'min' => '1.5.4.1' , 'max' => '1.6'); parent::__construct(); $this->displayName = $this->l('Modulo: Skema'); $this->description = $this->l('Apporta modifiche al Front End'); $this->confirmUninstall = $this->l('Lo vuoi disinstallare?'); } public function install(){ if( Shop::isFeatureActive() ){ Shop::setContext( Shop::CONTEXT_ALL ); } return parent::install() && $this->registerHook( 'displayFooter' ) && $this->registerHook( 'top' ); } public function uninstall(){ return parent::uninstall(); } public function hookDisplayFooter( $params ){ if( $_COOKIE['popup_isw'] != 'yes' ){ return $this->display( __FILE__ , 'skema.tpl' ); } } public function hookTop( $params ){ $this->context->controller->addCSS( $this->_path . 'css/skema.css' , 'all' ); $this->context->controller->addJS( $this->_path . 'js/skema.js' , 'all' ); } } It's a poorly code i edited from the documentation about the development of a module. If I install the module by clicking install, the BO shows me the successful installation of the module, without any errors... But the module itself is still uninstalled. These are two screenshots about this problem: 1) At the module line, it is installed, but the label next to the module title says it is not 2) At the top of Admin it says the module has been installed with no other warnings There are no php errors or other errors for PS. Any help to resolve this problem?
- 4 replies
-
- not installed
- installed
-
(and 1 more)
Tagged with:
-
Sorry if this should be in a different area of the forum, I did not see any suitable categories. I've purchased the following module (developed by Prestashop): http://addons.prestashop.com/en/payments-gateways-prestashop-modules/1733-rbs-worldpay.html I was told before purchasing that it is compatible with the client's version (1.2.3.0), but having uninstalled the package and uploaded to the /modules directory, there is no sign of it in the backoffice, not under the payments tab, or under the modules tab. Can anyone please help? Any suggestions or assistance is much appreciated! Thanks in advance
- 13 replies
-
- module installation
- worldpay
-
(and 3 more)
Tagged with: