Re: Notice: Trying to access array offset on value of type bool in product/special.php on line 84-124
My best guess is that one of your products is missing an entry in the product_description table in the database. You could check your database has the same number of entries as the product table. Thanks, I used phpMyAdming and product_description had 117 and product had 118 entries. Then I logged i...
Jump to post- Bug Reports
- Notice: Trying to access array offset on value of type bool in product/special.php on line 84-124
- Fri Mar 24, 2023 1:53 am
- Replies 10
- Views 2228
Re: Session/cookie problem with subdomain copy store
It hard to say without knowing how the payment extension you are using works. However the OpenCart Facebook does hook into the checkout/success so if there was an issue with it it could affect your orders.
Jump to post- Thu Mar 23, 2023 10:21 pm
- Replies 13
- Views 588
Re: Session/cookie problem with subdomain copy store
The 5 minutes sounds like some sort of timeout. Have you checked your PHP error log? Use phpinfo() to find it.
Jump to post- Thu Mar 23, 2023 4:18 am
- Replies 13
- Views 588
Re: PHP Notice: A non well formed numeric value encountered in category.php pagination.php product.php special.php
The following may help.
https://github.com/opencart/opencart/pull/8688
viewtopic.php?t=229934
- Bug Reports
- PHP Notice: A non well formed numeric value encountered in category.php pagination.php product.php special.php
- Thu Mar 23, 2023 4:14 am
- Replies 2
- Views 96
Re: How to set NO TAX for 5 States?
You could create a Geo Zone with just the 45 states in. Then in the Tax Rates, set it to use that Geo Zone.
Jump to post- Thu Mar 23, 2023 1:20 am
- Replies 1
- Views 92
Re: Session/cookie problem with subdomain copy store
Do any of the errors in the logs occur at the same time as the payment fails? When you say the host doesn't respond. What exactly do you mean? Not responding in a browser or to a callback? Is the URL correct? Have you look for the URL in your web access logs? Does your host use an firewall that coul...
Jump to post- Wed Mar 22, 2023 6:13 am
- Replies 13
- Views 588
Re: What exactly is a 'missing order'?
Thanks & pardon me! here: v 3.0.3.8 Journal3 Complete SEO Package Google Marketing Tools Import / Export Pro Options Combinations Moosend (Authorize.net AIM) Check both your PHP and OpenCart errors logs for around the time if the orders with issues. The Authorize.net AIM payment extension inclu...
Jump to post- Wed Mar 22, 2023 1:04 am
- Replies 9
- Views 115
Re: What exactly is a 'missing order'?
If a paid order showed up in missing orders then something went wrong. There could be many reasons for this. For help more information would be needed. viewtopic.php?t=200480
Jump to post- Tue Mar 21, 2023 6:46 pm
- Replies 9
- Views 115
Re: will Version 1.5.6 support PHP 7.x?
Hello johnp, I am just upgrading an OC 1.5.6.4 to PHP 7.4 (on localhost at the moment), the frontend running well, but the admin page does not show up, I am having a white screen. Did you encounter with this before changing the PHP version on server? I had to replace the old 2.6.1 vqmod to a newer ...
Jump to post- Tue Mar 21, 2023 6:38 pm
- Replies 21
- Views 5315
Re: Session/cookie problem with subdomain copy store
Have you checked your server/PHP error logs as well as the OpenCart one?
Jump to post- Tue Mar 21, 2023 12:39 am
- Replies 13
- Views 588
Re: Opencart 3.0.3.8 default product options have no dimensions for shipping
You don't state which shipping extension you are using.
One thing we have done in the past is use dimension weights for the product weight and option weights and then use weight based shipping extension. Whether this would work for you depends on your products and shipping types.
- Mon Mar 20, 2023 6:05 pm
- Replies 2
- Views 180
Re: Language editor question
What do you mean by a mod? OCMOD, event or edited the file directly?
Jump to post- Sun Mar 19, 2023 5:57 pm
- Replies 4
- Views 140
Re: DB Not Sending Confirmation Emails
Use an online email deliverability checker such as mail-tester.com to see if the email look like spam.
Jump to post- Sun Mar 19, 2023 8:00 am
- Replies 2
- Views 96
Re: Get 403 error - click on any categories. Please help
You also look to have an issue with the rewrites in your htaccess.
Jump to post- Sun Mar 19, 2023 7:56 am
- Replies 5
- Views 176
Re: Language editor question
Should work. What are you trying to change and how?
Jump to post- Sun Mar 19, 2023 7:53 am
- Replies 4
- Views 140
Re: [3.0.3.8] Absolutely getting blasted with fake registrations, reCaptcha v2 is installed.
There are tool available that can bypass or solve CAPTCHAs. The Google reCAPTCHA included in OpenCart has another flaw in that it only has to be passed once per session.
Search this forum, there are lots of discussions on ways to solve the issue.
- General Support
- [3.0.3.8] Absolutely getting blasted with fake registrations, reCaptcha v2 is installed.
- Sun Mar 19, 2023 7:49 am
- Replies 4
- Views 163
Re: PHP Warning error- client library minor version mismatch
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 and warnings to cause bigger errors, it can also be a security risk. 1. In your PHP settings make sure display_errors is set to ...
Jump to post- Sat Mar 18, 2023 1:43 am
- Replies 4
- Views 116
Re: PHP Warning error- client library minor version mismatch
Its a problem with PHP on your hosting. Maybe your host changed something. You may be able to change the PHP extensions in your control panel and select a different MySQL driver. Do a web search for that error. If not you will have to go back to your host. It also looks like you have display errors ...
Jump to post- Fri Mar 17, 2023 8:05 am
- Replies 4
- Views 116
Re: Caching issue on mobile website.
"cache-control", "expires", anything that mentions cache, etc in the response headers for a page.
Jump to post- Fri Mar 17, 2023 1:20 am
- Replies 7
- Views 179
Re: Caching issue on mobile website.
Use your web browser's developer tool network tab to check the headers you pages are returning. You can even switch it to mobile emulation to see if the headers are any differnt.
Jump to post- Thu Mar 16, 2023 8:14 pm
- Replies 7
- Views 179