By Chad on Saturday, 04 November 2017
Posted in General
Replies 4
Likes 0
Views 382
Votes 0
"Notice: Undefined offset: 8 in /var/www/html/components/com_payplans/helpers/modifier.php on line 207"

I had a look at the file and both FIXED_NON_TAXABLE_TAX_ADJUSTABLE and PERCENT_OF_SUBTOTAL_NON_TAXABLE
had the same line: $total[8] = $total[8]+$result;

so for PERCENT_OF_SUBTOTAL_NON_TAXABLE I changed the line to $total[9] = $total[9]+$result and it works now.

Not sure how this happened. Either the core files were messed up or it was due to a Payplans plugin I installed.
Hello,

Can you please share your site backend credentials, so we can check this issue.
·
Saturday, 04 November 2017 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but no I won't do that.

You can install it on your own machine and look at it if you want to.

As you can read, I fixed it and I am doing you a favor by sharing the easy fix.
·
Saturday, 04 November 2017 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Chad,

I am really sorry for the delay of this reply as it is a weekend for us here. I have created a ticket for this and will get Manisha to look into this and try to replicate the issues that you are facing.

The primary reason for her to ask for the access is because generally, issues like this are caused by a variety of different setup and because it is difficult for us to replicate your setup on our local instance, it's hard to reproduce this bug. Either way, it is our responsibility to ensure that the extension is bug free of course and we will perform the necessary code forensics to get this issue resolved.
·
Saturday, 04 November 2017 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post