Re: Website down randomly no errors in log
Where are those? hehe Jump to post
- Fri Nov 20, 2020 7:37 am
- Replies 10
- Views 530
Re: Website down randomly no errors in log
Contact your web host. FYI - You shouldn't be using display_errors on a production site. Ensure error reporting is on. My web host insisted that there's an issue with the website since the FTP is working. I only enabled that option now that the website is down. Error reporting is on, the php error ...
Jump to post- Fri Nov 20, 2020 6:26 am
- Replies 10
- Views 530
Re: Website down randomly no errors in log
Besides the php error logs is there any other? Ty Jump to post
- Fri Nov 20, 2020 6:25 am
- Replies 10
- Views 530
Website down randomly no errors in log
Hey, how's it going? :) My website (www.nomadebaker.com) goes blank with no errors when accessing to it (I've activated the "display errors" in the php settings) and there's no errors in the php log. Admin also is down. OC 3.0.3.6 Is there any other error log to check it out? Maybe there's something...
Jump to post- Fri Nov 20, 2020 5:38 am
- Replies 10
- Views 530
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
That worked! Thanks a lot man!

- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Thu Nov 19, 2020 6:50 am
- Replies 36
- Views 6533
Re: Modifications XML (OCMOD) files location?
Pretty obvious.. so silly of me haha.
Thanks! Jump to post
- Thu Nov 19, 2020 1:21 am
- Replies 4
- Views 163
[SOLVED] Modifications XML (OCMOD) files location?
Hey boys and girls! I hope you are doing great :) I've read there's no way to access the OCMOD files one uploads from the Control Panel but I was wondering, is there any way to find the XML files? I have one mod that I uploaded a while ago and I no longer have the zip file. I'd like to make some min...
Jump to post- Thu Nov 19, 2020 12:17 am
- Replies 4
- Views 163
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
Any ideas on what's wrong? :) Yes, the two functions you added are incorrectly implemented. public function transfer_items_to_new_customer ($customer_id) { ..} public function renew_session_id_old_items ($customer_id) { ..} Your formatting is messed up, these should go into the class not the __cons...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 11:09 pm
- Replies 36
- Views 6533
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
I'm having the same issue as the guy that posted while ago, a HTTP 500 ERROR. 500 error can be caused by a lot of things. Whats the full error being reported in your server error log? Maybe PM the member who wrote it for support, clearly the errors being posted are due to improper implementation. P...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 11:26 am
- Replies 36
- Views 6533
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
You missed step 1 & 2 .. Note the cart class changes... https://forum.opencart.com/viewtopic.php?f=201&t=211273#p789630 I'm having the same issue as the guy that posted while ago, a HTTP 500 ERROR. I've placed it after "private $data" like you said and it's inside the "__construct" This is the fina...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 10:12 am
- Replies 36
- Views 6533
Re: Login error cart checkout
I've posted the error there, I don't know what I did wrong. Looks a quite simple modification.
viewtopic.php?f=201&t=211273&p=804304#p804304 Jump to post
- Thu Nov 05, 2020 9:25 pm
- Replies 7
- Views 1159
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
3) call these functions in register and login controllers 2 function calls for login, giving the current session id to possible old customer items and merging the current guest items 1 function call for register as there cannot be any old customer items so just merging the current guest items in ca...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Thu Nov 05, 2020 9:24 pm
- Replies 36
- Views 6533
[SOLVED] Website went off out of the blue
/edit: Was a host error. Thanks! :) - Hey children! How's it going? So.. I was checking out some orders and the website died. I wasn't modifying any files at all, not even tweaking anything in particular. If I wanna access (admin or website), there's no errors, just a blank page. PHP error log file ...
Jump to post- Mon Nov 02, 2020 2:59 pm
- Replies 3
- Views 188
Re: Inventory management software w/ opencart integration
To be honest there are easy to use and if you’re already managing inventory in spreadsheets either Excel or Google sheet, you can import your stock levels straight to the software to quickly set-up your business. I suggest you prioritize and manage your orders and production responsibilities of tea...
Jump to post- Thu Oct 29, 2020 10:36 am
- Replies 12
- Views 11000
Re: Delete orders from DB if I delete them on backoffice
Then both local databases might not be synched. What "both"? There's only one in php. I mentioned both since you addressed on the above that you're also using PostGRE SQL . It doesn't have to be both in the same programming language to sync multiple databases in this case. Have you also looked at t...
Jump to post- Thu Oct 29, 2020 1:40 am
- Replies 17
- Views 729
Re: Export doesn't re-write the Spreadsheet file
Should I ask for a refund and try to find something else?

- Thu Oct 29, 2020 1:40 am
- Replies 3
- Views 237
Re: Delete orders from DB if I delete them on backoffice
I guess, the config file says "MySQL".
Now that you mention this tho, I installed an extension that I think it forced me to change something related to my DB from MySQL to another one, is that possible? Jump to post
- Thu Oct 29, 2020 12:27 am
- Replies 17
- Views 729
Re: Delete orders from DB if I delete them on backoffice
The issue is a bit confusing here. OpenCart only uses 1 MySQL database, and any changes initiated from the OpenCart admin backend, e.g. editing, deleting, or updating orders, goes straight through to the underlying database. Something else is going wrong here. Or we need to know the whole story, ot...
Jump to post- Thu Oct 29, 2020 12:07 am
- Replies 17
- Views 729
Re: Delete orders from DB if I delete them on backoffice
What "both"? There's only one in php. Jump to post
- Thu Oct 29, 2020 12:06 am
- Replies 17
- Views 729
Export doesn't re-write the Spreadsheet file
So.. this one is a bit tricky I guess haha. I'm using this extension to export automatically a Google Drive Spreadsheet with CRON every 5 minutes. Thing is, the sheet's name changes every time a new export is made. So, in /admin/model/extension/module/ie_pro_file_spreadsheet.php there's a line that ...
Jump to post- Thu Oct 29, 2020 12:05 am
- Replies 3
- Views 237