Jump to content
thirty bees forum

unica e-shop

Members
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by unica e-shop

  1. Now i am getting this error when i try to acces the website, what should i do [ThirtyBeesException] Cannot use string offset as an array at line 1263 in file modules/leotempcp/leotempcp.php $directories = glob(PSALLTHEMESDIR.$themedir.'/css/skins/*', GLOB_ONLYDIR); if ($directories) { foreach ($directories as $dir) { $output['skins'][basename($dir)]['name'] = $this->l(basename($dir)); if (file_exists($dir.'/icon.png')) { $output['skins'][basename($dir)]['icon'] = PSBASEURL.THEMEDIR_.'css/skins/'.basename($dir).'/icon.png'; } } } Leotempcp->getInfo - [line 102 - modules/leotempcp/leotempcp.php] Leotempcp->__construct - [line - ] - [1 Arguments] ReflectionClass->newInstanceArgs - [line 185 - Core/Foundation/IoC/CoreFoundationIoCContainer.php] - [1 Arguments] CoreFoundationIoCContainer->makeInstanceFromClassName - [line 232 - Core/Foundation/IoC/CoreFoundationIoCContainer.php] - [2 Arguments] CoreFoundationIoCContainer->doMake - [line 253 - Core/Foundation/IoC/CoreFoundationIoCContainer.php] - [2 Arguments] CoreFoundationIoCContainer->make - [line 71 - Adapter/AdapterServiceLocator.php] - [1 Arguments] AdapterServiceLocator::get - [line 510 - classes/module/Module.php] - [1 Arguments] ModuleCore::coreLoadModule - [line 461 - classes/module/Module.php] - [1 Arguments] ModuleCore::getInstanceByName - [line 2281 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->initHeader - [line 258 - classes/controller/Controller.php] ControllerCore->run - [line 837 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 63 - admin/index.php]
  2. Hi alle, I have an issue with product picture not showing in my shop on the product page. I have tried to do following but without any success: 1. Deleting .htacces file 2. Regenerating thumbnails When i disable friendly URL then everything works. Could anybody help, thank you.
  3. @lesley It looks like it says error 500 , but there isn't any error message
  4. Hi, I upgraded my thirtybees version to 1.0.8, but now i only see a blank screen when i go to backoffice link. I tried to delete smarty cashe but that did not help, i also tried to turn on debug mode, but it shows nothing. Can anyone help? Thank you.
  5. @foolab I found it was the payment providers integration key that didnt work, i also have another shop with and the payment are hosted with the same payment provider, so when i used the integration key from that shop it worked.
  6. @admin Please mark it as solved. Thank you all for trying to help me, i really appreciated your help :)
  7. @zimmer-media Thank you very much, it was helpfull
  8. @yaniv14 yes everything is the same, i didn't change anything after 15/2.
  9. Dear @yaniv14 , Thank you for your answers and comments, i contacted the payment provider, and they tested thier module and they told me that they can see that it all worked fine until 15/2, they also tested the module with prestashop 1.6 and it did work there. And as i told you i have the same payment provider and module on another thirty bee shop and it doesn't have any problem. And to your comment no. 2 should i then creat new table with the missing name?
  10. yes i do, but i never experienced this problem, and i do have another shop www.unicae-shop.dk which uses the same module but it hasn't any problems
  11. Hi, We have been expericing some strange problem on our webshop: www.unicae-design.dk When a customer enters all his detalis and payment detalis, a message shows up: "something went wrong, please contact page owner or payment provider" But the payment are received, and customer is created, but no order is created, nor does the customer or we get any notification mail about order accepted. I used the debug mode, and got following on my order page, before the payment window: Notice: Undefined index: boostrap in /var/www/unicae-design.dk/public_html/cache/smarty/compile/7f/17/13/7f1713800c61670f93214bac2a405b7b0499cdb3.file.onepagecheckout.tpl.php on line 126 Notice: Trying to get property of non-object in /var/www/unicae-design.dk/public_html/cache/smarty/compile/7f/17/13/7f1713800c61670f93214bac2a405b7b0499cdb3.file.onepagecheckout.tpl.php on line 126 Could anybody help. Thank you.
  12. I also think an email subscribe field should also be present, it could look like this no. 7 on this link: https://www.elegantthemes.com/blog/tips-tricks/8-best-countdown-timer-plugins-for-wordpress
  13. @wakabayashi No our shop isn't often in maintenance mode, but i think it will be usefull when we want to go on vacation
  14. Hi, I was wondering if it could be possible to change the way visitor is presented a web shop that is in maintenance mode, to a more appealing one. I mean the way it is now, it looks very ugly, like you have a website from 90's or something like that, why not change it to a more beautiful full screen one, with a timer that tells the visitor when the webshop is up again, and that timer should be set from backoffice manually. I think it is a minor change but has a huge impact on the first impression on a visitor, and a good indication of thirty bees want to distance themselves from prestashop, in a sense that thirty bees is an improved version. Therefor i think it should be a core future of thirty bees.
  15. Problem solved - Again thanks to @datakick :)
  16. @datakick thank you for your help, now atleast my website is online but now i cant log in to my backoffice, it says: Warning: mcryptdecrypt() [function.mcrypt-decrypt]: Received initialization vector of size 7, but size 16 is required for this encryption mode in /var/www/unicae-shop.dk/publichtml/classes/Rijndael.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /var/www/unicae-shop.dk/publichtml/classes/Rijndael.php:102) in /var/www/unicae-shop.dk/publichtml/classes/Cookie.php on line 239 Can anybody help me. Thank you :)
  17. and i did that, because when i turned on the cache from BO, i couldn't log in, and i read somewhere that a clean fresh cookie.php could solve it but. unfortunately it made it wore.
  18. the last thing i did was i deleted the file cookie.php and then downloaded a frech one via ftp
  19. Hi, When i go to my website www.unicae-shop.dk i got following message please help: [ThirtyBeesException] Class 'Cookie' not found at line 180 in file config/config.inc.php $domains = null; if ($context->shop->domain != $context->shop->domain_ssl) { $domains = [$context->shop->domain_ssl, $context->shop->domain]; } $cookie = new Cookie('ps-s'.$context->shop->id, '', $cookielifetime, $domains, false, $forcessl); } } $context->cookie = $cookie; require - [line 32 - index.php] @copyright 2007-2016 PrestaShop SA @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) PrestaShop is an internationally registered trademark & property of PrestaShop SA */ require(dirname(FILE).'/config/config.inc.php'); Dispatcher::getInstance()->dispatch(); Thank you.
  20. Hi, When i am updating fro 1.01 to 1.03 i am getting flollowing issue: Analyzing the situation...Shop deactivated. Now downloading... (this can take a while) Download complete. Now extracting... File extraction complete. Now backing up files. Backup files in progress. 2159871 files left. Backup files in progress. 2159471 files left. Backup files in progress. 2159071 files left. Backup files in progress. 2158671 files left. Backup files in progress. 2158271 files left. Backup files in progress. 2157871 files left. Backup files in progress. 2157471 files left. Backup files in progress. 2157071 files left. Backup files in progress. 2156671 files left. Backup files in progress. 2156271 files left. Backup files in progress. 2155871 files left. Backup files in progress. 2155471 files left. Backup files in progress. 2155071 files left. Backup files in progress. 2154671 files left. Backup files in progress. 2154271 files left. Backup files in progress. 2153871 files left. Backup files in progress. 2153471 files left. Backup files in progress. 2153071 files left. Backup files in progress. 2152671 files left. Backup files in progress. 2152271 files left. Backup files in progress. 2151871 files left. Backup files in progress. 2151471 files left. Error when trying to add /var/www/unicae-design.dk/publichtml/themes/apdecor/img/modules/appagebuilder/images/Logo gr to archive themes/ap_decor/img/modules/appagebuilder/images/Logo gr. please help. thank you.
  21. I put the number of decimal to 0 and tried all the other options for rounding up, but nothing changes
  22. Hi, I wanted to disable last to decimals, but when i did i through backoffice nothing changed, and i searched for it, i found out that it is a bug in prestashop, so i think this bug has not been solved in thirtybees?
×
×
  • Create New...