rcmotos Posted November 18, 2015 Share Posted November 18, 2015 Buenas compañeros llevo varias semanas luchando por terminar la pagina web que estoy creando, va a ser una tienda online de recambios y accesorios para motos y voy a basarme en la navegacion por facetas para facilitar la misma por la web, despues de instalar plantilla y crear atributos y caracteristicas importar productos.. etc al hacer las pruebas me doy cuenta que al utilizar la navegacion por facetas se queda pensando y no carga la busqueda, la verdad es que me tiene loco he restaurado copias de seguridad y no hay manera hago la reconstruccion de indice de url, o atributos y se queda todo en blanco y se ve solo el numero 1 en la pantalla, os pido ayuda ya no se lo que hacer he revisado el foro y no veo nada que me pueda ayudar muchas gracias Link to comment Share on other sites More sharing options...
crizo Posted November 28, 2015 Share Posted November 28, 2015 Hola que tal rcmotos yo tambien tengo el mismo problema y estoy pensando por ultimo reintalar el prestashop, quisiera saber si llegaste a resolverlo. Muchas gracaias Link to comment Share on other sites More sharing options...
crizo Posted November 28, 2015 Share Posted November 28, 2015 Hola rcmotos te vuelvo a escribir e informarte que ya solucione el problema, en mi caso me e dado que me faltaba un archivos era el init.php <?php /* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ if (isset(Context::getContext()->controller)) $controller = Context::getContext()->controller; else { $controller = new FrontController(); $controller->init(); } ese era el problema por lo que a la hora de filtrar se quedaba pensando.. solo lo volvi a añadir y me funciono bien.. Recomiendo que veas que archivos quisas se aian borrado en Parametros Avanzados->Informacion Link to comment Share on other sites More sharing options...
Recommended Posts