Jump to content

gormmo

Members
  • Posts

    19
  • Joined

  • Last visited

gormmo's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi Vekia. Sure thing. ------------------------- <?php /* * 2007-2012 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-2012 PrestaShop SA * @version Release: $Revision: 14006 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class IndexControllerCore extends FrontController { public function __construct() { $this->php_self = Configuration::get('PS_HOMEPAGE_PHP_SELF'); parent::__construct(); } public function process() { parent::process(); self::$smarty->assign('HOOK_HOME', Module::hookExec('home')); } public function displayContent() { parent::displayContent(); self::$smarty->display(_PS_THEME_DIR_.'index.tpl'); } } ------------------------------------ Thank you.
  2. Hi. We have a problem with our webshop. Suddenly the site stopped working and the Fatal error appeared. We use Prestashop 1.4. We had a backup rolled out yesterday and the site worked fine. And then this morning it appeared blank again. We cannot get into the backend either. I tried to replace the file in mention with the original one form Prestashop but since the file has'nt been modified by any of us the result came up negative. Does anyone know what the problem might be? The site is the following: www.bhd.dk/webshop Thank you.
  3. Hej. Der er pludselig dukket en fejl op på vores hjemmeside hvor den dukker op med en Fatal error: Class 'FrontController' not found in xx/controllers/IndexController.php on line 29. Siden er bare blank. Jeg kan desuden heller ikke logge ind i backend. Er der andre der oplevet samme problem? Hjemmesiden er følgende: www.bhd.dk/webshop Mvh Gorm.
  4. Hi all. I have a problem when adding new products. I can add 1 item but when i add an additional item the cart empties itself. I use PS 1.5.5.0. The site is : www.strikdigglad.dk Anyone else with this problem? Thank you, Gorm
  5. Well, I have values like around 230 in some of the lines.. Is that "enourmous"? And thank you for your quick reply :-)
  6. Hi. I have the exact same problem.. The client creates a new subcategory and suddenly the main category disappears from backend and the frontend crashes with a error 500.. The php error log says: [Thu Nov 14 13:48:58.994189 2013] [core:error] [pid 775249] [client 93.167.247.130:56391] End of script output before headers: index.php Any solution to this problem yet? Best regards, Gorm
  7. Hi. I am getting the exact same error. The paypal module has had numerous updates since this thread was published. I have contacted Google and requested a new crawl, but no cigar! Is there any news about this error? Best regards, Gorm.
  8. Hej. Jeg har et problem med den autogenerede faktura. Jeg kører PS 1.4.8 og "i alt" prisen på fakturaen indeholder ikke pris med forsendelse. Det er måske ikke nødvendigt, men jeg vil nu stadig mene at det er det fulde beløb der skal defineres og ikke prisen uden forsendelse. I så fald burde der stå pris uden forsendelse/ pris med forsendelse. Er der nogen der har en løsning på dette lille (alt er selvfølgelig relativt når det kommer til fakturasystemet i PS:-) ) problem? På forhånd tak for hjælpen.
  9. Hi. I have a strange problem. My header logo disappears when i´m on category pages. The logo is visible on the frontpage but as soon as i use the category block the logo disappears. You can see it here: www.brick-lane.dk/forside - push any of the categories on the left. Hope anyone can help. Thanks.
  10. Hi guys. When i'm in category view the pagination does'nt work. When i push the "next" button it only shows an empty page with the text"no comparion is available.." (but in danish). Anyone know how to fix this? Sry if it is a double post.. Here is an example - http://www.brick-lane.dk/2-t-shirts It seems like a .htaccess error or something but can't see how to change it.. Thank you so much. Gorm
×
×
  • Create New...