Show Posts


Messages - Tishbyte

Pages: [1] 2 3
1
Update:
Why2 support pointed me the in right direction and I can now continue working on my bot.

If anyone else is interested, here's the link.
https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/

2
No, it happens randomely.
Here are the orders affected, you can see they happen at different increments.
326
885
910
1653
1691
1717
Payment is done with Offline Credit Card Processing v1.2
And shipping is done with United States Postal Service v1.0.2
Default Store Pickup v1.0.1 & UPS 1.0.1

I don't it's strictly a user end issue since we had an order come in with one product affected and not the others.
It would be easier to do testing by taking things in and out (extensions and custom modifications) and see what's causing it, but I can't do that on a live site, so that's why I though fake bot orders on a test site would work.

3
Support / Re: Main Page Promo - don't see any changes
« on: April 07, 2019, 12:26:51 AM »
A CDN is a Content Distribution Network. The reason he is asking is that they sometimes cache your website.
What hosting provider are you using? That might be a factor.
Also if possible, could you share what the link is to the promo and a screenshot of what's showing on your side?
Thanks.

4
So I have run into a strange bug that happens every few 100 orders and I had decided to use a bot on a cloned site to make purchases to see if I could debug the strange bug, but alas I ran into the No 'Access-Control-Allow-Origin' issue. Is there a way to disable this temporarily so that I can run my bot?
I am aware of the potential risks, but it's on cloned site that won't have any real data on it.
Thanks!

5
I updated the site to 1.2.13 and empty errors have stopped, not sure what was causing them.

6
So I have an site set up for a client and I received a message that an order was missing options although the customer did select them and the options were required.
This is the second time this has happened and I could not figure out why. We simply got the options from the customer again the first time but this time I noticed something odd.
The error log was packed full of mostly blank errors (image attached) and occasionally these.

App Error: AbanteCart core v.1.2.12 Error: Error in data of page with controller: 'pages/product/category'. Please check for key_value present where key_param was set.
Requested URL: http://website.net/index.php?rt=product/category&path=21_84%20or%20(1,2)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114),1),name_const(CHAR(111,108,111,108,111,115,104,101,114),1))a)%20--%20and%201%3D1
Referer URL: in /home/website/public_html/core/engine/layout.php on line 193

warning: AbanteCart core v.1.2.12 is_dir() expects parameter 1 to be a valid path, string given in <b>/home/website/public_html/core/engine/router.php</b> on line <b>250</b>

warning: AbanteCart core v.1.2.12 is_file() expects parameter 1 to be a valid path, string given in <b>/home/website/public_html/core/engine/router.php</b> on line <b>256</b>

I have never seen these errors before and I'm not sure when they started. I plan on updating the site in hopes that it fixes the issue, but if anyone know why these errors and the option glitch are occurring, that would be great.

Here are my installation details:
Abantecart v.1.2.12
Aside from the default extensions, here are the other ones:
Offline Credit Card Processing 1.2
Calendar 1.2.6.3
Enhanced Option Pricing Display With Link Pro 1.2.2.4
Mass Edit 0.6.0 (This is my own extension, but it doesn't make any changes in orders so I don't think its a valid suspect.)
There are about 2400 products on the site and about 1400 orders already made.

[EDIT]
None of the extensions seem to be responsible as I have disabled each individually and the blank errors are still appearing.
Also I don't have any cron jobs running, it seems to create the error every time someone accesses a page.

7
API Development / Re: how to load model from other controller?
« on: February 28, 2019, 11:58:45 AM »
I am not calling from a hook file, but the typo was the issue.
Thank you very much, after looking at the same code for hours I just couldn't see it.

8
API Development / Re: how to load model from other controller?
« on: February 20, 2019, 02:35:15 PM »
Now I am receiving different errors.
 AbanteCart core v.1.2.13 Call to a member function model() on null in ######


Does anyone know of any useful tutorials for making extensions in Abantecart? The developer's guide provided is very limited.

9
General Extensions / Re: My extension images are very blurry
« on: February 20, 2019, 02:15:26 PM »
That's part of the problem, I put in as high a resolution as I could, but once uploaded it only displays it as this blur.
Attached is a copy of the image I uploaded.

10
API Development / Re: how to load model from other controller?
« on: February 19, 2019, 11:18:08 PM »
Hi,
I know this thread is a bit old, but I had a similar question for an extension I am working on.
I am trying to call a function from a different model to delete a product, but as soon as I use that syntax, everything breaks.

Code: [Select]
$this->load->model('catolog/product');
        $this->model_catalog_product->deleteProduct((int)$id);

Error:
load error: AbanteCart core v.1.2.13 Error: Could not load model catolog/product from /home/####/####.com/####/extensions/####/admin/model/catalog/####.php on line 47 in <b>/home/####/####.com/####/core/engine/loader.php</b> on line <b>120</b>

Am I doing something wrong?

11
General Extensions / My extension images are very blurry
« on: February 19, 2019, 05:40:19 PM »
I recently put up an extension and I noticed that the images I had uploaded look very blurry on the marketplace, but normally they look fine.
Does anyone know why this happens?

Here is a link to it. If it looks fine on your side, let me know.
https://marketplace.abantecart.com/mass_edit

12
How-to questions / Re: Mass Delete Products
« on: November 30, 2018, 10:16:01 PM »
This may or may not help your situation, but it may be worth a try.
http://marketplace.abantecart.com/mass_edit

13
Development Help Needed / Re: Search Products by Manufacturer
« on: November 30, 2018, 10:05:05 PM »
If it's not too late, here is an early version of an extension I built.
http://marketplace.abantecart.com/mass_edit

14
General Support / Re: Add Product doesn't work.
« on: October 23, 2018, 11:52:55 PM »
Thank you for sharing.
Yup, hope it helped in some way shape or form.

15
General Support / Re: Add Product doesn't work.
« on: August 18, 2018, 09:07:28 PM »
It was from the marketplace. https://marketplace.abantecart.com/index.php?rt=product/vendor_product&product_id=401
Great extension and glad that the developers offer such good support.

Pages: [1] 2 3

Powered by SMFPacks Social Login Mod