Search found 72 matches

Search found 72 matches

Looking for help with 405 error on order history and order confirmation process.

Long running site on OC 2.0.1.0 with some non-core mods. Had what was a recent hack of the admin login page. I noticed after that the order update process was taking forever. See https://forum.opencart.com/viewtopic.php?f=190&t=215066&sid=0c28528dfe20812e6809fe252506d348 for back history and...

Jump to post
  • Wed Dec 25, 2019 7:14 am
  • Replies 3
  • Views 618
Re: How to uninstall/disassociate Openbay from OC 2.0.1.0

Well after clearing all caches AGAIN, I replicated the issue and openbay still shows up. But at least this time it is not the one that times out on TTFB. Only 352ms for them this time. Still get the other. But that is a different story. I guess I will just have to live with it or hire someone to spe...

Jump to post
  • Sun Dec 15, 2019 10:31 pm
  • Replies 8
  • Views 1497
Re: How to uninstall/disassociate Openbay from OC 2.0.1.0

Also remarked it from the /admin/index.php file and no change. When you are in ACP/Sales/Orders/Order history and you are clicking "Add History" button, should openbay even be involved in that? I am not an OC expert, so I am asking. Just seems strange to me that an extension, that is seemi...

Jump to post
  • Sun Dec 15, 2019 9:25 am
  • Replies 8
  • Views 1497
Re: How to uninstall/disassociate Openbay from OC 2.0.1.0

You could set this: //OpenBay Pro $registry->set('openbay', new Openbay($registry)); to this: //OpenBay Pro //$registry->set('openbay', new Openbay($registry)) in the Shop ROOT index.php file, as long as you don't use anything related to eBay/Openbay/ and eventually Amazon. Ernie Did that and no ch...

Jump to post
  • Sun Dec 15, 2019 9:07 am
  • Replies 8
  • Views 1497
How to uninstall/disassociate Openbay from OC 2.0.1.0

I am running OC 2.0.1.0 default theme with some non-core modifying extensions and mods. I am having an issue with TTFB when updating order status in ACP. I ran a network catpure and it appears that the update button is somehow triggering an openbay asssociation. Is this supposed to happen? Are they ...

Jump to post
  • Sun Dec 15, 2019 7:52 am
  • Replies 8
  • Views 1497
Re: Problems after SSL cert install

You also have to change your catalog and image entries in the config.php as well: If you have changed the admin folder name, which you should do, make sure it is accurate here. // HTTP define('HTTP_SERVER', 'https://yourdomain/admin/'); define('HTTP_CATALOG', 'https://yourdomain/'); define('HTTP_IMA...

Jump to post
  • Sun Dec 15, 2019 7:27 am
  • Replies 4
  • Views 883
Re: 405 Not Allowed error when updating order history

Still having this issue. It also seems to be manifesting in the order confirm process. See images below. First one is order update network capture, the second is order confirmation network capture. Both processes work in the backend but will not redirect due to TTFB timeout.

Jump to post
  • Sat Dec 14, 2019 8:08 am
  • Replies 9
  • Views 4023
Re: Error on checkout please help.

Success on that front. I backed up the database, clean every crumb of the old extension out, downloaded the latest version and followed the install instructions. Configured the module and shazam, all is good. Now on to the next issue. Maybe you can helo with this one too. See this topic. https://for...

Jump to post
  • Sat Dec 14, 2019 7:51 am
  • Replies 10
  • Views 787
Re: Error on checkout please help.

Gotcha. Thank you. Will report back with success or failure.

Jump to post
  • Sat Dec 14, 2019 7:49 am
  • Replies 10
  • Views 787
Re: Error on checkout please help.

Found this in my First Data Payment Module" $this->load->model('localisation/order_status'); and this in the tpl file for the same ext: <div class="form-group"> <label class="col-sm-2 control-label" for="input-order-status"><?php echo $entry_order_status; ?></label...

Jump to post
  • Sat Dec 14, 2019 6:58 am
  • Replies 10
  • Views 787
Re: Error on checkout please help.

I just updated to the lastest vqmod 2.6.3. I have cleared the cache. This is a long standing running site. Yes I have had issues after a hack. I have tried to reinstall a quickcheckout ext. and my merchant payment ext. Both to no avail. I have been dealing with TTFB issues since early November. Is t...

Jump to post
  • Sat Dec 14, 2019 5:29 am
  • Replies 10
  • Views 787
Error on checkout please help.

So I am getting this error when checking out on a product. OC 2.0.1.0 default theme with some extesions that do not overwrite core files. Notice: Error: Could not load model /mydomain.com/catalog/model/localisation/order_status.php! in /mydomain.com/vqmod/vqcache/vq2-system_modification_system_engin...

Jump to post
  • Sat Dec 14, 2019 5:12 am
  • Replies 10
  • Views 787
Re: 405 Not Allowed error when updating order history

Well, through enough digging and Google Developer Tools, I was able to track down the offending script. It is jquery-2.1.1.min.js:4. Doing an API call on the sales order update process. << No other way for me to explain as I am not the OC programmer type. So I have all this data now pointing to this...

Jump to post
  • Wed Dec 11, 2019 1:01 pm
  • Replies 9
  • Views 4023
Re: 405 Not Allowed error when updating order history

Thank you Johnathan. The host said that the quick_checkout module (which I have unistalled) script was taking a long time to run and that is why the error or hang was occurring. I am sure there is something firing off after the csutomer click confirm order that is timing out on the server side. I do...

Jump to post
  • Thu Dec 05, 2019 5:55 am
  • Replies 9
  • Views 4023
Re: 405 Not Allowed error when updating order history

I went through a live chat with the host. I did a test run on the checkout process and the said it was a quick checkout module that was taking a long time to run the script. Somehow I feel there is still cleanup to do. Search and destory time. Amy ideas where to start? I have uninstalled the said mo...

Jump to post
  • Wed Dec 04, 2019 4:57 am
  • Replies 9
  • Views 4023
Re: 405 Not Allowed error when updating order history

Thank you Johnathan. I will get intouch with them and see what they say. I will also send along your post for confirmation of said issue. Thank you again for your insight.

Have a blessed and prosperous day!

Allen

Jump to post
  • Wed Dec 04, 2019 3:03 am
  • Replies 9
  • Views 4023
405 Not Allowed error when updating order history

Hello all. TIA for any insight as to the cause of this. The last few days I have been having issues of the system hanging when updating order history and or customers trying to checkout. So much so they hit the confirm order button twice and I have to refund additional chanrges. The orders do come t...

Jump to post
  • Tue Dec 03, 2019 7:14 am
  • Replies 9
  • Views 4023
Re: Customer not showing up under ACP.

Did a SQL export for customer and his account shows up there. Can I just delete this specific info and import it back? Not a big SQL guy here. Another anomoly I found while searching the SQL dump. Compared the two lines below. One is an existing customer that registered just before the customer with...

Jump to post
  • Sat Jan 12, 2019 1:05 am
  • Replies 1
  • Views 312

Search found 72 matches