Jump to content

PeterVD

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • First Name
    Pedro
  • Last Name
    Barbosa

PeterVD's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I'm trying to 1click upgrade as I usually do, but, it says the Cache is disabled. * Cache is enabled (all of them); * Checked on Database for Smarty, and it is also [ 1 ]; But the shop is not using cache properties. The reason is because the shop, went SLOW mode, and the fact the cache is not beeing recognized, points me where the problem is. Is there a way where I can force the cache? * Already tried disable/enable cache (Does not work) Prestashop actual version: 1.6.1.6 Thanks Pedro
  2. Anyone can help us with this? Same problem, 2 different person :\
  3. So, I was able to see the error with the debug on, can anyone help me with this? {"status":false,"exit":false,"errors":["\nFatal error: Call to a member function getProducts() on a non-object in \/var\/sentora\/hostdata\/zadmin\/public_html\/centrality_pt\/centralshop\/controllers\/front\/AuthController.php on line 667\n"]}
  4. I upgraded to 1.6.1.2 and I still have blank page / error 500
  5. I'm also having this error.. PHP Fatal error: Call to a member function getProducts() on a non-object in /var/sentora/hostdata/zadmin/public_html/centrality_pt/centralshop/controllers/front/AuthController.php on line 662, referer: https://loja.centrality.pt/login Can anyone help with this?
  6. ALTER TABLE `ps_specific_price` ENGINE=MyISAM; ALTER IGNORE TABLE `ps_specific_price` ADD UNIQUE KEY `id_product_2` (`id_cart`,`id_product`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`id_customer`,`id_product_attribute`,`from_quantity`,`id_specific_price_rule`,`from`,`to`); Tried to use this, but it gives me an error Comando SQL: ALTER IGNORE TABLE `ps_specific_price` ADD UNIQUE KEY `id_product_2` ( `id_cart` , `id_product` , `id_shop` , `id_shop_group` ,`id_currency` , `id_country` , `id_group` , `id_customer` , `id_product_attribute` , `from_quantity` , `id_specific_price_rule` , `from` , `to`) ; Mensagens do MySQL : #1062 - Duplicate entry '0-4010-0-0-0-0-2-0-0-1-0-0000-00-00 00:00:00-0000-00-00 00:00:00' for key 'id_product_2'
  7. Hello, I've been having this problem (attaching a picture with it), where Fixed Price does not work. I also searched the forum for several answers, none of them worked or were developed enough to solve them, does anyone know how to fix this? Or is this a known bug in the new version? (It used to work before (version 1.6.0.x) I upgraded to version 1.6.1.1)
  8. Uhm, that's a good option actually, but that will make 2 items with 2 different prices (for example products with % comission). Some suppliers differ on prices. Anyway, I'll try to disable Case-Sensitive on MySQL today and give feedback. Thanks for the info.
  9. Hello, So I'm importing several tables from several suppliers, some with the same reference, except, some use CAPS and others don't. This generates duplicates. How can I make prestashop to disable case-sensitive?
  10. Everything's fine with the SSL (According to that website)... so I suppose its nothing to do with it
  11. Hi, I'm having troubles configuring the SSL for prestashop. Everytime I put SSL working, the page doesn't open... I've read a few topics for a few tweaks.. and I got nothing in concrete.. I've tried .htacess edits, Still not working... Also made sure to have SSL working in apache module as I even tried editing the /classes/Tools.php And still doesn't work... Also followed Robert.Glez quote: And I still couldn't get it working.. any admin willing to help me configure this? Thanks in advance.. I'm pretty much tired of trying to get it working...
×
×
  • Create New...