Search the Community
Showing results for tags 'installed'.
-
Hi everybody, i'm getting a issue with homeslider module, its just installed but when logout and come back to module listing the module is uninstalled, and show for install againg, is working normally with the setting i did, but i cant configure anymore. I did tried delete the file config_es.xml and works normally untill the file is created again. Sorry for my english, but i need help. Thanks a lot for your help!
-
- prestashop
- homeslider
-
(and 6 more)
Tagged with:
-
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:
-
I have installed PrestaShop on my PC using the tutorial guide below (Very useful) http://blog.dh42.com/installing-prestashop-locally/ I installed it everything went well, when I tried to access the back end to edit the front end gives me an error (below) I may have done something incorrect while installing the files. If anyone can help will appreciate it so much. "Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7"
- 2 replies
-
- Installed
- PrestaShop
-
(and 4 more)
Tagged with:
-
When i go through the buying process and get to the "Choose Your Payment Method" screen it says there are "No payment modules have been installed." I only have the authorize.net module that came installed with prestashop, the others are disabled. The authorize.net module is in test mode and in test mode in the authorize.net account.
- 6 replies
-
- payment module
- installed
-
(and 2 more)
Tagged with: