Search found 43 matches

Search found 43 matches

Re: Install problem

I'm having an issue with installing opencart 3.0.4.0 and 3.0.4.1. It's on the same server as my other OC installations which are 3.0.4.0. The only difference here is that I'm installing this in public_html, where the others are installed on their own directories on the same dir level. The files are...

Jump to post
  • Mon Jun 09, 2025 10:02 pm
  • Replies 3
  • Views 586
Re: Has Isenselabs abandoned OpenCart?

A few days ago I talked with another coder/developer. He said: sales has dropped. OC is not interesting anymore. Some years agoanother coder told me, that a "certain person" has destroyed OC. Coders are moving somewhere else. Sad to see, but if people can't handle the temptation of greed ...

Jump to post
  • Mon Jun 09, 2025 9:42 pm
  • Replies 4
  • Views 3482
Re: v4.0.1.1 will not run on PHP 8.2

You should never have error display on on a live production site. Don't comment out a debug feature just disable error display. You need make sure display errors in set to off in all 3 places. Your PHP settings, in system/config/default.php and in the settings. Not only can this cause minor notices...

Jump to post
  • Sun Oct 23, 2022 1:18 pm
  • Replies 8
  • Views 10316
Re: v4.0.1.1 will not run on PHP 8.2

I restored back to 3.0.3.8 For anyone else with this problem, you will need to comment out LN:42 in system/framework.php to get rid of the deprecated errors. if ($config->get('error_display')) { //echo '<b>' . $error . '</b>: ' . $message . ' in <b>' . $file . '</b> on line <b>' . $line . '</b>'; } ...

Jump to post
  • Sat Oct 22, 2022 9:28 pm
  • Replies 8
  • Views 10316
Re: v4.0.1.1 will not run on PHP 8.2

PHP 8.2rc4 is in the Remi repo which needs to be enabled along with epel to update to Centos-Stream. A lot of people gonna have broken installs when they hit yum distro-sync -y because it is the only path out of the "nothing provides redhat-release" hell that Centos 8 devolved into. If a p...

Jump to post
  • Sat Oct 22, 2022 9:10 pm
  • Replies 8
  • Views 10316
Re: v4.0.1.1 will not run on PHP 8.2

Nowhere does it say that 4.0.1.1 was not production ready nor does it say that it is not compatible with php 8.2.

When something is labeled as compatible with PHP 8.1+ you presume that includes 8.2

A release this broken should have been labeled beta.

Jump to post
  • Sat Oct 22, 2022 6:09 pm
  • Replies 8
  • Views 10316
[CLOSED] v4.0.1.1 will not run on PHP 8.2

Get errors like these

Unknown: Creation of dynamic property mysqli::$report_mode is deprecated

which I have no clue what is generating those errors. Display errors is turned off in php and they still show.

My site is now totally hosed

Jump to post
  • Sat Oct 22, 2022 3:02 pm
  • Replies 8
  • Views 10316
Help with OCMod

I have the Avalara tax tables downloaded into a table. I have a new function that integrates them into the shipping address. On past upgrades I just diffed the files and copied my function over but want to do it correctly without changing core files this time. In system/library/cart/tax.php, I want ...

Jump to post
  • Thu Dec 30, 2021 10:40 pm
  • Replies 1
  • Views 4191
Paypal Express or PayPal Commerce Platform

My old install of 3.0.2.0 uses Paypal Express and has the option to add Credit cards. I have this enabled and works beautifully. On my new server, I have PHP 8.1.1 and upgraded my OC 3.0.2.0 to 3.0.3.8. In 3.0.3.8, Paypal Express no longer has the credit card option and I have to use PayPal Commerce...

Jump to post
  • Thu Dec 30, 2021 9:34 am
  • Replies 2
  • Views 613
Re: redis

paulfeakins wrote:
Fri Jul 17, 2020 5:31 pm
JazzBlueRT wrote:
Fri Jul 17, 2020 3:15 am
redis is a cahce option in open cart.
Is it an extension? If so contact the extension developer.
Redis is a NoSQL like memory cache system that runs at the system level. OpenCart 3 has support for it, but apparently not for Twig files.

Jump to post
  • Sat Aug 08, 2020 1:38 pm
  • Replies 5
  • Views 1134
Re: redis

letxobnav wrote:
Fri Jul 17, 2020 5:56 pm
Unfortunately, some modules ignore OpenCart settings and use file cache instead.
as in twig cache.
Perfect, thank you. I did not consider that parts of the core system would ignore the cache setting.

Jump to post
  • Sat Aug 08, 2020 1:20 pm
  • Replies 5
  • Views 1134
Redis

I have Redis setup an working (somewhat) The problem is only the following gets stored. 1596830511.102163 [0 127.0.0.1:55796] "SET" "redis_prod_catalog.language" "{\"en-gb\":{\"language_id\":\"1\",\"name\":\"English\",\"...

Jump to post
  • Sat Aug 08, 2020 4:05 am
  • Replies 1
  • Views 741
Deleting unused modules/extensions

Can unused extensions be deleted? Is there more involved than simply deleting them from the extensions folder?

Jump to post
  • Fri Jul 17, 2020 3:16 am
  • Replies 1
  • Views 739
redis

redis is a cache option in open cart.

I installed/configured redis and set opencart to use redis.

Monitoring the redis cache shows files being cached, bu the storage/cache directory also gets filled.

What gets stored in storage/cache and how to get this stored in redis?

Jump to post
  • Fri Jul 17, 2020 3:15 am
  • Replies 5
  • Views 1134
Cart abandonment rate

Just curious as to what checkout abandonment rate others are getting. Is there a better checkout module? I tried the AJAX Quick Checkout PRO (One Page Checkout, Fast.. , it seems buggy and Paypal no longer works. Are there other alternatives?

Jump to post
  • Tue Feb 04, 2020 12:59 pm
  • Replies 7
  • Views 678
Google Shopping

I went to setup Google Shopping and was stopped at the step where they wanted my Credit Card on an opencart subdomain. Is this supposed to proxy my spending through OpenCart and why?

Jump to post
  • Tue Dec 24, 2019 4:58 am
  • Replies 1
  • Views 354
Re: opencart 2.3.0.2 vs 3

With all software, using the most recent release is strongly advised. I have been using 3.0.2.x - 3.0.3.1 without issue for nearly a year on multiple sites. I did have issues with upgrading from 3.0.3.1 to 3.0.3.2 though. OC runs on PHP 7+ which gives you substantial performance increases over PHP 5...

Jump to post
  • Mon Sep 30, 2019 2:20 am
  • Replies 3
  • Views 1768
Re: Opencart and Google search console

OpenCart 3 does generate a canonical link tag.

Jump to post
  • Mon Sep 30, 2019 2:09 am
  • Replies 2
  • Views 2292
Re: HELP! Being harrased and HACKED by OpenCart Module maker!

Why do you have FTP enabled on a server connected onto the internet?

Jump to post
  • Mon Sep 30, 2019 2:03 am
  • Replies 4
  • Views 707

Search found 43 matches