Search found 41 matches

Search found 41 matches

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 6065
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 6065
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 6065
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 6065
[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 6065
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 3036
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 430
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 795
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 795
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 687
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 494
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 795
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 574
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 303
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 1595
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 2072
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 599
Re: meta tag title increase

There is evidence that the page title can be between 70 and 80 chars. To change the title you will need to 1. Increase the field length in the database. 2. Change the validation code in admin/controller/product 3. Possibly change the field length in admin/view /product/product_form.twig 4. Chang the...

Jump to post
  • Mon Sep 30, 2019 2:00 am
  • Replies 13
  • Views 1095
Re: Journal 3 - Indirect modification of overloaded property

You should turn off error reporting on a production store and on a production server. I wish more devs would code to the point of eliminating notices. A PHP notice is still a bug in the code and all vars should be checked before usage anyway. As for the error message, this is common PHP notice when ...

Jump to post
  • Mon Sep 30, 2019 1:51 am
  • Replies 2
  • Views 936

Search found 41 matches