15.11.2015, 22:30
Now its a programming mistake, not about incs/plugins...
That warning means Somewhere you are using index 952 of a array, while you just have 951 indexes in that array
-1 look which define/variable is 951 (by default)
-2 find where you used that define/variable
-3 use printf("%i", YOUR-VARIABLE); around of that place, to see where the index increases to 952.
and commenting part of codes(in those functions) may helps
Also, check the database... maybe 1 additional row was inserted into the table. (952/951 max rows)
That warning means Somewhere you are using index 952 of a array, while you just have 951 indexes in that array
-1 look which define/variable is 951 (by default)
-2 find where you used that define/variable
-3 use printf("%i", YOUR-VARIABLE); around of that place, to see where the index increases to 952.
and commenting part of codes(in those functions) may helps
Also, check the database... maybe 1 additional row was inserted into the table. (952/951 max rows)