Re: How to find confirmation page
Hi,
Is the success page for Revolut extension the same or they use their own page?
- Thu Jan 30, 2025 9:52 pm
- Replies 5
- Views 2148
Re: php warning unlink
"Display Errors" is already disabled. Only "Log Errors" is on yes. There is always a chance you will get a race condition as you can get the problem of: Process 1 checks if the old cache file exists. Which it does. Process 2 checks if the old cache file exists. Which it does. Pr...
Jump to post- Mon Jan 20, 2025 9:02 pm
- Replies 14
- Views 2880
Re: php warning unlink
Thank you for your comments. For the moment I think I solved the issue, the site is workin fine. I simply deleted in storage/cache all cache.store.xxxxxxxx files. There were almost 1000 of them in the folder storage/cache and may be because of that, file operations broke down when new files came in...
Jump to post- Mon Jan 20, 2025 7:23 pm
- Replies 14
- Views 2880
Re: php warning unlink
It didn't work, I still get those errors. Jump to post
- Mon Jan 20, 2025 7:20 pm
- Replies 14
- Views 2880
Re: PayPal Checkout - Apple Pay question
I have the same issue with my OC3038, and apply pay is not showing on any of our iphones. The payment gateway has been connected to our paypal and working fine but not showing apply pay.
Jump to post- Tue Oct 29, 2024 6:50 pm
- Replies 6
- Views 2078
Re: {SOLVED} Region/State change to County
Thanks, I have OC3031 and 3038 and in both of them I found this information in /store/catalog/language/english/account/address.php.
Jump to post- Fri Oct 04, 2024 9:00 pm
- Replies 9
- Views 5384
Re: Could not make a database link using /system/library/db/mysqli.php:19
Hi,
Thank you guys for your replies.
I changed the password and so far haven't got any errors. I think their SQL server sometimes doesn't like some passwords. It must have some bugs or OC 3038 might have some bugs on this matter. I shall see this in near future and report here.
- Installation, Upgrade, & Config Support
- Could not make a database link using /system/library/db/mysqli.php:19
- Fri Oct 04, 2024 6:37 pm
- Replies 5
- Views 2306
Re: How many charachter count is recommanded for Encryption Key?
Thanks,
3- What are the characters limitation in opencart passwords in setting, database etc? (special characters, symbols, etc.)
- Thu Oct 03, 2024 10:23 pm
- Replies 5
- Views 856
Re: Duplicate customer order confirmation emails being sent
I just got a new order via PayPal and got two identical message again. What did fixed the problem so far was my other thread about adding the message ID to smtp.php.
You can find the solution here: viewtopic.php?p=873884
.
- Thu Oct 03, 2024 10:17 pm
- Replies 17
- Views 3927
Re: SMTP Gets blocked as Message-ID is missing from the email header
Thank you all, I have added the code and it is now seems to acting correctly. Also the OC, only via smpt, use to send two identical receipts to both the buyer and the seller and now it's all looking fine. Perhaps it was keep getting blocked because the system was sending the same message twice and n...
Jump to post- Thu Oct 03, 2024 10:13 pm
- Replies 3
- Views 1025
Re: Duplicate customer order confirmation emails being sent
Thanks I ran the SQL query below in phpMyadmin>SQL and all looked fine. SELECT * FROM `oc_event` WHERE `trigger` IN ( 'catalog/model/checkout/order/addOrderHistory/before', 'catalog/model/checkout/order/addOrderHistory/after' ); However, after deleting these unused events, I placed an order via bank...
Jump to post- Wed Oct 02, 2024 6:44 pm
- Replies 17
- Views 3927
[SOLVED] SMTP Gets blocked as Message-ID is missing from the email header
Hi, I realised mails are not working months ago because PHPMail is depricated and I have to use SMTP. Using OC3038 smtp I get all the emails but not my customers/visitors as they get blocked by mailchannel and I have to keep click the link to report as false possitive without receiving any email fro...
Jump to post- Wed Oct 02, 2024 6:33 pm
- Replies 3
- Views 1025
Re: Duplicate customer order confirmation emails being sent
Thanks, there are so many duplicated names in the Event page, this task is going to be very time consuming. What module is controlling this behaiviour so that I can search for it in phpMyadmin?
Jump to post- Mon Sep 30, 2024 10:30 pm
- Replies 17
- Views 3927
Re: Duplicate customer order confirmation emails being sent
Thanks Paul, This extension use to work fine, I have this problem as soon as I moved to a new server last week. Also most of the email system has issue and my captcha v3 stopped working. I transferred it by transferring all the files and database from old to new server. Then created the same email ...
Jump to post- Fri Sep 27, 2024 11:02 pm
- Replies 17
- Views 3927
Re: Duplicate customer order confirmation emails being sent
This extension use to work fine, I have this problem as soon as I moved to a new server last week. Also most of the email system has issue and my captcha v3 stopped working. This is a much better CAPTCHA anyway: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=36...
Jump to post- Fri Sep 27, 2024 7:45 pm
- Replies 17
- Views 3927
Re: Could not make a database link using /system/library/db/mysqli.php:19
Thanks! Does that mean a visitor tried to use the website, but it failed to deliver content due to a database connection issue? I’ve noticed I get around 2 minutes of downtime almost daily with HostPapa. How can I check the cause, as this has happened at other times too?
Jump to post- Installation, Upgrade, & Config Support
- Could not make a database link using /system/library/db/mysqli.php:19
- Wed Sep 25, 2024 11:18 pm
- Replies 5
- Views 2306
Re: is there a way to test opencart using postman api?
Thanks Paul
Jump to post- Wed Sep 25, 2024 10:37 pm
- Replies 5
- Views 993
Re: How many charachter count is recommanded for Encryption Key?
Thanks, I just did a quick research on how Openssl_encrypt aes128 works and it appears if I use more than 16 characters, it will still provide a same security, the only diffrence would be the more the characters are the more antropy as the system might hash it or truncate it to fit the 16-byte requi...
Jump to post- Wed Sep 25, 2024 8:05 pm
- Replies 5
- Views 856
Re: modification cache no longer works after moving server. Also need a PHP vesion code.
Thanks, it was the <IfModule mod_expires.c> section in .htaccess, as soon as I removed it, it's all ok now.
Jump to post- Installation, Upgrade, & Config Support
- modification cache no longer works after moving server. Also need a PHP vesion code.
- Thu Sep 19, 2024 9:49 pm
- Replies 4
- Views 3105
Re: is there a way to test opencart using postman api?
Hi Paul,
To test all the features of the OC with a touch of a button by using postman and javascript in postman. This way I can run it once a day to make sure all the features are working correctly. This will prevent bouncing customers because of an issue in the website.
- Thu Sep 19, 2024 9:43 pm
- Replies 5
- Views 993