Havouza
Trusted Members-
Posts
1,529 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by Havouza
-
Its very strange. Yesterday it all worked and today not. In one shop the only things that happened overnight was minor price updates and in the other shop nothing. Both stopped working over night. The VPS is not updated either.
-
@datakick Can this be the problem? [Thu Jul 14 14:53:56.602927 2022] [proxy_fcgi:error] [pid 10370] [client 185.60.237.38:47824] AH01071: Got error 'PHP message: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jv74/public_html/classes/module/Module.php(966) : eval()'d code on line 2194PHP message: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jv74/public_html/classes/module/Module.php(966) : eval()'d code on line 2194PHP message: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jv74/public_html/classes/module/Module.php(966) : eval()'d code on line 2196PHP message: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jv74/public_html/classes/module/Module.php(966) : eval()'d code on line 2196PHP message: PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/jv74/public_html/classes/module/Module.php(966) : eval()'d code on line 2219', referer: https/index.php?controller=AdminModules&configure=dualpricedisplay&token=ce198036a69a035c871909399e1ec7da
-
I dont know yet. I have given the developer access and wait for some answers. The module is from 2016 and installed before we migrated to TB 1.0.
-
We show dual prices for the products, both ex and inc vat. The module we use has stopped working after update to Edge and there seems to be no solution. Is there any other modules that works with TB? If not, can I force the shop to show prices ex VAT?
-
Ok it explain the different numbers because we have a group of products that is not enabled Thanks
-
TB 1,4 (bleeding edge) We have a strange indexing problem The customer can search for all products without a problem but when I look for a product in the BO it does not find it When I build a new index in BO i get "The "indexed" products have been analyzed by thirty bees and will appear in the results of a front office search.Indexerad produkter 1096 / 1096." The real number of products is 1522 What can be wrong here.
-
Hi! We have this constantly in the apache error log. It does not seem to affect anything but I would like to know what it is about [Thu Jul 14 12:32:22.843114 2022] [proxy_fcgi:error] [pid 1733] [client 185.191.171.15:37366] AH01071: Got error 'PHP message: PHP Warning: Creating default object from empty value in /home/jv74/public_html/cache/smarty/compile/87/a4/f5/87a4f5b16ef3376726317ad2fb0f52169b9043ca_0.file.blockcart.tpl.php on line 256'
-
We upgraded to php 7.4 and missed that the curl packade was not installed
-
Solved. Missing php package
-
@datakickcan you tell me what is missconfigured? The message came from TB. And I have 2 shops that is copies and the otherone has no problem
-
@datakick Hi! Anyone understand what is wrong here Decoded exception Call to undefined function curl_init() in file modules/klarnaofficial/libraries/commonFeatures.php at line 205 Source file: modules/klarnaofficial/libraries/commonFeatures.php 186: $url = $this->getKlarnaUrl(Configuration::get('KCO_TESTMODE')).$endpoint; 187: $headers = $this->getKlarnaHeaders($version); 188: $ch = curl_init($url); 189: curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 190: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 191: curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 192: curl_setopt($ch, CURLOPT_USERPWD, $mid.':'.$sharedSecret); 193: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); 194: curl_setopt($ch, CURLOPT_HEADER, 0); 195: curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 196: $contents = curl_exec($ch); 197: curl_close ($ch); 198: return $contents; 199: } 200: 201: public function postToKlarna($data, $mid, $sharedSecret, $version, $endpoint, $patch = false) 202: { 203: $url = $this->getKlarnaUrl(Configuration::get('KCO_TESTMODE')).$endpoint; 204: $headers = $this->getKlarnaHeaders($version); 205: $ch = curl_init($url); 206: if (true === $patch) { 207: curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PATCH'); 208: } else { 209: curl_setopt($ch, CURLOPT_POST, 1); 210: } 211: curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 212: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 213: curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); 214: curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 215: curl_setopt($ch, CURLOPT_USERPWD, $mid.':'.$sharedSecret);
-
@datakick Hi! I tried to upload the module file in BO but get a 500 error I attach the txt file if you can decrypt it please exception_202271019222.txt
-
Hi Sorry but I forgot to update the fpm settings so that was default to 2 mb. Now it works Thanks
-
TB 1.4 I am trying to install a new module but get an error that the file is too big. The module is 2.16 mb and the allowed upload sixe is 20 mb. Is there any setting in tb that I must change or what can be wrong. php.ini say max-upload is 20 mb
-
I looked into that long ago but decided against it. What we need is really only a good module to upload new pricelists. I have found what seems a very good one that can do much more from Myprestamodules. I have very good experience of the developer, we have more modules from him, and he also test them against tb. So it will be that one. Thanks anyway.
-
We have used a ps module called ba importer all the time since v 1.0 but after update tp 1.4 edge it has stopped working and the developer is not around anymore. Is there any other such module that works with tb. I have tested the csv importer but the problem is that i cant import the images. And if I want to import an updated version with new prices I either have to choose take away all products before import which also take away the pictures or if I upload the file again it create a duplicate without the manually uploaded picture.
-
Is it possible to set the rounding so the price ex vat always will be .00? TB Edge
-
If you have a vps you can install what ever version you need. There is no Linux that does not support all versions
-
Ok I will upgrade to edge when I have fixed all the db problems. I tried to fix the charset problem using sql but it wont work so now I sit and click apply fix row by row and with 2 shops it will take some time Thanks
-
@datakick Hi! I have updated our 2 shops to 1.3 and if finally went flawless. But when I check db after update it show a lot of problems. There is 3 differen categories 1. critical 2. recommended 3. recommended dangerous Which ones should I fix and what means dangerous? Attach the whole list db_diff_jv74.txt
-
@datakick Morning I tried to decrypt the message but nothing came up. I have now updated the shop to 1.3.without errors. Hope the db also got updated if necessary Thanks for all your help
-
what kind of file should that be?