Show Posts


Messages - RCodiaDavid

Pages: 1 [2]
16
Support / Re: cache.php and critical app errors
« on: September 26, 2023, 04:35:10 AM »
Hi,
Yes it was already set to level 1 so I have set it to 0 and cleared logs now.

We started with version 1.2.15 and we are now on 1.3.4.

It seems to be working again for the moment as other orders have gone through before and after the missing one. Just one order the payment went through but nothing registered on the store.

But no transaction history is being saved for anyone, it shows the total number of orders but nothing under the customer account transactions tab.

17
Support / Re: cache.php and critical app errors
« on: September 25, 2023, 08:20:02 PM »
Yeah it's Abantecart, I just changed the name of the store in case it was a security issue.

18
Support / cache.php and critical app errors
« on: September 25, 2023, 09:32:23 AM »
Hi, strange things happening all of a sudden today.

I have a huge error log all relating to cache.php

Also a customer order came through but no email received and it's not in orders or in customer history.
Speaking of which, there in NO customer order history at all, all gone! Orders are still in Sales/Orders but not this one.

Here is an example of the logs, it goes on for 6626 lines so best not paste it all here. I deleted the log and it came back again.

2::warning
Trying to access array offset on value of type null in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 624
2::warning
Undefined array key "layout" in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 598
2::warning
Trying to access array offset on value of type null in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 598
2::warning
Undefined array key "layout" in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 601
2::warning
Trying to access array offset on value of type null in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 601
2::warning
Undefined array key "layout.block.template.12.3.store_0" in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 616
2::warning
Undefined array key "layout" in /home/customer/www/ourstore.com/public_html/store/core/lib/cache.php on line 621


We also have a critical App Error:

App Error
Message status:
critical
Date:
09/22/2023 03:36:32 PM
Number of repetitions:
101
aMySQLi class error: Try to escape non-string value: array ( 0 => '830', ) (file: /home/customer/www/ourstore.com/public_html/store/core/lib/cart.php line 255) Trace: #0 /home/customer/www/ourstore.com/public_html/store/core/database/amysqli.php on line 154 #1 /home/customer/www/ourstore.com/public_html/store/core/lib/db.php on line 107 #2 /home/customer/www/ourstore.com/public_html/store/core/lib/cart.php on line 255 #3 /home/customer/www/ourstore.com/public_html/store/core/lib/cart.php on line 154 #4 /home/customer/www/ourstore.com/public_html/store/core/lib/cart.php on line 838


Can someone help?




19
Support / Re: Google Analytics 4 (GA4) Not showing purchases or revenue
« on: September 15, 2023, 10:08:34 AM »
Ok thanks, I'll have a look at it over the weekend.

20
Support / Re: Google Analytics 4 (GA4) Not showing purchases or revenue
« on: September 15, 2023, 08:42:19 AM »
Yes I updated to the new theme that came with the update.

21
Support / Google Analytics 4 (GA4) Not showing purchases or revenue
« on: September 15, 2023, 04:18:19 AM »
Hi,

The new GA4 has been a bit of a nightmare. It never seemed to migrate properly from UA and is still bugged so I thought that was the issue, but I've set up a new GA4 and we are still not getting the purchase and revenue data come through.

Have updated to 1.3.4 and everything else seems to be coming through okay but purchases are not showing which is the most vital bit.

We are UK based and using GBP.

Any suggestions?

Thanks in advance

22
Hi,

Been trying to dig through the code now for a while to try and find a way that we can implement Google API's to have addresses autocomplete to reduce user input errors.

However, this seems like a much more complicated task than I envisioned.

I have a HTML test page working and it works (as far as the Google bit) in an HTML block. But I'm unable to find the file (or files) that need to be changed to integrate something like this in AbanteCart's account stuff. I suppose it would need to be in several places for when a user first signs up, and also when they add/change addresses.

Can anyone shed any light on how we might go about this?

Thanks
David

23
Support / Re: Error 500 - Mail & Backup
« on: April 01, 2022, 04:54:56 AM »
Hi,

I seem to have fixed it now. It appears that task.php was set to writable and was being blocked by suexec.

I set it to 644 and it now all works.

Many thanks for your replies.

Kind regards

David

24
Support / Re: Error 500 - Mail & Backup
« on: April 01, 2022, 04:20:39 AM »
This is what I keep getting in the Abantecart error log:

2022-03-31 14:08:52 - Error: (0)
2022-03-31 14:08:52 - Error: (0)
2022-03-31 14:08:52 - Error: (0)
2022-03-31 16:56:47 - Error: (0)
2022-03-31 16:56:47 - Error: (0)
2022-03-31 16:56:47 - Error: (0)


25
Support / Error 500 - Mail & Backup
« on: March 31, 2022, 10:30:51 AM »
Hi,

I'm a bit confused,

I'm getting a 500 error when trying to back up, the log just says error 0
Step 1 - failed. (Connection error occurred. HTTP-status:500)
Step 2 - failed. (Connection error occurred. HTTP-status:500)
Step 3 - failed. (Connection error occurred. HTTP-status:500)


Also when trying to send mails to customers I get the same
Task Failed
0 messages have been sent.
Step 1 - failed. (Connection error occurred. HTTP-status:500)

26
Support / Re: Stripe not receiving OrderID
« on: January 19, 2022, 09:01:50 AM »
Hi again,

Thanks for the help, that was indeed the right file to adjust.

For anyone who might find it useful, the file can be found here:

yourstore/extensions/default_stripe/storefront/controller/responses/extension/default_stripe.php

Line 153 of the is for 'description' so here you can put whatever identifier you want to appear in Stripe console and as the reference in the email that customers receive from Stripe after a purchase.
By default it is blank but this is what we changed it to on ours:

'description'         => 'OurShopName Order #' . $order_info['order_id'],

Hope this helps someone.


27
Support / Re: Stripe not receiving OrderID
« on: December 23, 2021, 08:59:52 AM »
Hi Abolabo and thanks for that.

Having a close look at the current default_stripe.php and logs from before and after the upgrade is does seem that populating the 'description' field may be what's needed.

Only thing now is I'm not sure where the 'description' field was actually populated from in the previous version of default_stripe.php.
(edit: I found a line now that matches the old format in default_stripe/storefront/model/extension)

I'll be unable to test now until the new year but as soon as I do I will provide an update.

Many thanks and have a good Christmas/new year.



28
Support / Re: Stripe not receiving OrderID
« on: December 22, 2021, 06:44:19 AM »
Hi,

Thanks for the tip. I've not really used Stripe at all before but after gaining access and checking their logs it appears that everything is coming through fine.

It's just the way the info is displayed in Balances/Payouts/Transactions description area now doesn't include the OrderID.
Previously all the descriptions were the same format, (shop name, order id, customer name), now it just has the customer name. This is needed for ease of doing the balance reports.

Is this due to us updating Abantecart and the Stripe module or is it something Stripe themselves have changed? How is this description line populated?

Many thanks for your time.

(Edit)
I notice in the logs that the orderID appears in the "statement_descriptor" but "description" it is set null.
On the Stripe API example of the payout object, the statement_descriptor is null but description is filled in.
Is this relevant? Also where in Abantecart is this info set?

Cheers

29
Support / Stripe not receiving OrderID
« on: December 21, 2021, 10:31:40 AM »
Hi,

We recently updated to 1.3.0 and then got the Stripe issue of it not capturing payments. So we updated default_stripe to 1.0.5 which helped with the capture issue.

Since then, however, we are no longer receiving OrderID's in Stripe.

Previously the description would say "Shop Name Order #xxxx - Customer Name"
but now just says "Guest Customer: Customer Name" or "Customer ID: xxxx" without any reference to the OrderID.

Could you please help as it's causing a few issues for us.

Many thanks

Pages: 1 [2]

Powered by SMFPacks Social Login Mod