01.05.2012, 21:33
By increasing the array size. Arrays are shown with the declaration of a variable name, proceeded by two square brackets ("[]"). The number in these brackets shows its size. You have an array that is (appears to be) two slots too small for the data that the script is trying to loop through. Try increasing the size of the maximum house array, or at least try to find out which array is causing the overflow.