Search the Community
Showing results for tags 'Frontcontroller.php'.
-
Hola a todos, desde que actualizamos prestashop a la version 1.6.0.14 estamos tratando de desinstalar el modulo comentarios en el backend y no podemos, tampoco deshabilitarlo, nos sale en ambos casos este mensaje Notice: Trying to get property of non-object in /xxxxxxxxxx/classes/controller/Fron...
- 4 replies
-
- 1.6.0.14
- modulo comentarios
-
(and 1 more)
Tagged with:
-
I have forced SSL by editing the frontcontroller.php. By changing public $ssl = false; ---> public $ssl = true; This made my entire site using SSL. Using chrome, the yellow padlock shows when visiting only the category and product pages. This was a problem before due to the quick search bar. But...
- 16 replies
-
- Form action SSL
- tpl
- (and 7 more)
-
I edited my frontcontroller.php by changing publick $ssl; --> public $ssl =true; this made my entire site Secure. 3 forms initally showed up that were http and not https <form id="productsSortForm" action="http://www.domain.com/18-big-boat-blocks"> <form action="http://www.domain.com/18-big-...
- 3 replies
-
- Frontcontroller.php
- force SSL
- (and 6 more)
-
Hi could anyone tell me how to properly merge these two frontcontroller.php files? Thanks <?php // File: override/classes/FrontController.php class FrontController extends FrontControllerCore { function __construct() { parent::__construct(); } public function displayHeader(){ global $css_...