Search found 5257 matches

Search found 5257 matches

Re: Problem sending emails with Office 365 SMTP

Try reentering the settings in case there is some error you can't see such as special character. Use ssl:// with port 465 or tls:// with port 587. Find and look in you PHP error log as well as the OpenCart one. If you still get "Uncaught Exception: Error: (0) in /home/user/public_html/system/li...

Jump to post
  • Thu Aug 28, 2025 11:02 pm
  • Replies 15
  • Views 35237
Re: Problem sending emails with Office 365 SMTP

An error on line 91 could suggest an issue with connecting to the hostname and port. What settings are you using?

Jump to post
  • Tue Aug 26, 2025 3:37 pm
  • Replies 15
  • Views 35237
Re: Please help me remove a code that slows down the speed.

Did you refresh the theme cache after removing it? It's the blue cog button on the dashboard.

Has the script appeared back in the footer.twig file once remove or was it just appearing on your site?

Jump to post
  • Tue Aug 19, 2025 11:43 pm
  • Replies 9
  • Views 22372
Re: Please help me remove a code that slows down the speed.

Check in catalog/view/theme/default/template/common/footer.twig and the same file in your theme.

Disable and refresh modifications one by one until it's gone.

Jump to post
  • Tue Aug 19, 2025 6:13 pm
  • Replies 9
  • Views 22372
Re: 500 error from fread

You may be better checking the file size after the flock(). Until the file is locked it could still change.

Jump to post
  • Mon Aug 18, 2025 3:39 pm
  • Replies 3
  • Views 24454
Re: Sale now showing

Filter your orders by missing orders and see if the order is there. Also check both your OpenCart and PHP error logs.

Jump to post
  • Tue Aug 12, 2025 6:40 am
  • Replies 3
  • Views 24149
Re: I'm having problems sending the order email and the confirmation email.

Sometimes the PHP error log is call error_log in the web root directory. If not you can ask your host or use phpinfo() to find it.

You could also check your mail server logs if you have access to them. In cPanel it's under Track Delivery.

Also check your mail_order_add event is enabled in OpenCart.

Jump to post
  • Fri Aug 08, 2025 4:28 am
  • Replies 3
  • Views 17529
Re: Wishlist Issues

The issues of the wish list not updating and the error when trying to delete seem to be bugs in 4.1.0.3.

Jump to post
  • Tue Aug 05, 2025 3:32 pm
  • Replies 14
  • Views 44159
Re: I'm having problems sending the order email and the confirmation email.

You need to check both the PHP and the OpenCart error logs, if you haven't already.

Send an email from OpenCart to an online email deliverability checker such as mail-tester.com.

Jump to post
  • Tue Aug 05, 2025 3:09 pm
  • Replies 3
  • Views 17529
Re: PayPal e-mail Issue

The PayPal sandbox does not send out emails.

The error is cause by a spelling mistake. Payapl should be paypal.
Error: Error: Could not call registry key model_extension_payapl_payment_paypal!

Jump to post
  • Sun Aug 03, 2025 4:06 pm
  • Replies 2
  • Views 9830
Re: Receiving Orders for Products That Do Not Exist

You can't disable gift vouchers, unless you remover the controller. The order total is for when you use a gift voucher to pay for a purchase. Could be some sort on BIN attack.

Jump to post
  • Mon Jul 28, 2025 6:36 am
  • Replies 4
  • Views 8551
Re: how to obtain 2 factor code for admin if email isnt going through OC 4.1.0.3

No the code is stored in the session. Best to look in the settings table in your database for config_user_2fa and switch off.

Jump to post
  • Tue Jul 22, 2025 3:52 pm
  • Replies 4
  • Views 31326
Re: google base google shopping help

GTINs have a check digit, so you don't just need to have the correct number if digits. Use an online GTIN check to check it's valid.

Jump to post
  • Mon Jul 21, 2025 6:15 am
  • Replies 7
  • Views 7148
Re: extra fields in the delivery (shipping) address

The shipping address is saved to the session via api/shipping/address. This then get saved via api/order/edit.

Jump to post
  • Fri Jul 18, 2025 2:52 am
  • Replies 12
  • Views 7011
Re: Admin Backend Content Disappeared

If could be a database issue, but it could also be an issue with your site such as an extension. You would only know by looking into what is happening.

Jump to post
  • Thu Jul 17, 2025 3:55 pm
  • Replies 11
  • Views 22288
Re: XSS issue on search function.

adibranch wrote:
Tue Jul 15, 2025 6:53 pm
Yes, details as below. I've omitted the site name for obvious reasons :)
I wasn't able to recreate the issue on 3.0.2.0 or 3.0.4.1. That suggests the issue is with your theme or an extension you are using.

Jump to post
  • Tue Jul 15, 2025 9:47 pm
  • Replies 7
  • Views 9904
Re: Contact us Form - randomly not working

Check both your PHP error log and the OpenCart error log. Use an online email deliverability checker to check the contact form, such as mail-tester.com. You would to send the email via OpenCart and not your email client, so best done with a test version of you site set up exactly the same. A lot can...

Jump to post
  • Tue Jul 15, 2025 5:55 pm
  • Replies 3
  • Views 19412
Re: XSS issue on search function.

Were there any more details? There is CVE-2025-1746 which mentions an XSS issue with product/search. https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-opencart There isn't much in the way of details and It says it's fixed 4.1.0.0 and above, but no mention if it affects 3.0.x.

Jump to post
  • Tue Jul 15, 2025 1:10 am
  • Replies 7
  • Views 9904

Search found 5257 matches