

zachris
Members-
Content count
20 -
Joined
-
Last visited
-
Days Won
4
zachris last won the day on February 28
zachris had the most liked content!
Profile Information
-
Real Name
Zachris
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
-
Sorry, no idea what happened. Keys_2021Dec21_1418.FI.V2.csv.zip
-
-
This is the second and probably the final version of the Finnish translation from me. The V4 is a little too complex for my needs. Keys_2021Dec21_1418.FI.V2.csv.zip
-
-
-
No errors when importing orders from old shop. When I click Order Detail, I can see products, order total etc. When I click Edit, there are no products, only shipping fee.
-
Found it in: Design and CMS->Translation->Import Keys
-
Not stuck anymore😁. Based on the Wiki "PHP 7.0 to 8.0 versions are supported by osCommerce 4.", I first tried with PHP 8.0.15. Now I tried with PHP 7.4.13 and everything seems to work.
-
Cannot delete customer groups. I'm stuck😥
-
This is the first version of the Finnish translation. I made the raw translation using Google Sheets and function =googletranslate(A2,"en","fi") I've reviewed about 20% of strings. There are quite a few duplicates and some typos: quanity ->quantity cutomer->customer fist->first Tempaltes->Templates Admount->Amount Is there a way to install the Finnish text into my V4? Keys_2021Dec21_1418.FI.V1.csv.zip
-
-
-
Import of product options succeeded. When I try to import products, I get the following error: Trying to access array offset on value of type null Done In the lib/backend/runtime/logs/datasource.log I found the following: 2022-02-03 13:34:20 [192.168.0.227][-][-][info][datasource] [EP_CRON] Dir 20 re-add processed job OSCommerce_ImportProducts_2558 2022-02-03 13:41:35 [192.168.0.227][-][-][error][datasource] Job exception: Trying to access array offset on value of type null #0 /opt/lampp/htdocs/shop/lib/common/classes/TlErrorHandler.php(21): common\classes\TlErrorHandler->handleError(code: '2', message: ''Trying to acce...', file: ''/opt/lampp/htd...', line: '643') #1 /opt/lampp/htdocs/shop/lib/common/helpers/Attributes.php(643): common\classes\TlErrorHandler->handleError(code: '2', message: ''Trying to acce...', file: ''/opt/lampp/htd...', line: '643') #2 /opt/lampp/htdocs/shop/lib/common/api/models/XML/structure/products.php(221): common\helpers\Attributes::get_attributes_price(attributes_id: ''5115'', currency_id: '0', group_id: ''2'', default: ''0.000000'')''' I have no options prices. There are 2 customer groups in the db: Advanced and Basic, which were added during the installation. Should I remove those groups?
-
-
-
I think I found the root cause for these odd errors. In my case the catalog folder resides in a subfolder . So, in my case the datasource base url must point to: https:///shop/oscb/index.php Instead of : https:///shop/index.php After fixing this I managed to import categories and taxes.
-
-
Sorry, this is my local environment. The error message is misleading. It just reports memory usage, when error occurs. For some reason the line 24 of my old Web shop page <head> is rejected: <meta name="keywords" content="my valid seo keywords in Finnish" />
-
47 categories and 2 languages. I'll debug the code later to figure out where the values come from. I think the file is: lib/backend/models/EP/Reader/XML.php
-
First I tried categories, then taxes. Same error.
-
Found it! in lib/backend/web/index.php the environment is set to production (same setting in .../fontend/...): defined('YII_ENV') or define('YII_ENV', 'prod'); Changing this to: defined('YII_ENV') or define('YII_ENV', 'dev'); skips self-signed certificate verification. Now getting: XML Error: memusage 14.000 MiB mempeakusage 14.000 MiB Mismatched tag at line 25 Done
-
I'm trying to import data from my current Osc 2.3.4BS. I'm using SSL and a self-signed certificate. The error I get is: copy(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed Is there a way to bypass certificate verfication? Thanks!
-
I've integrated phpList using their RestAPI into our current osCommerce. Our phpList runs in the same server as our osCommerce. Any plans to support phpList?