07.02.2015, 21:46
Quote:
Very simple, you're trying to access out-of-bound data in an array, in other words, a cell inside of an array that doesn't exist. Solution: If you're using the crashdetect plugin, it'll tell you which callback the error is in. Simply debug your code until you find the culprit, then remove it. |