I Keep getting errors when I try to upload

Once again thank you all for the help.

I've finally been able to compile the code with no errors, however it dosetn work. I'm 99.9999% sure its because i removed some .. important values...

a recurring error was
lcd.cursorTo(1,0); for example, the numbers were different in each line this happened in,

I changed all of them to
lcd.cursor(); and it worked...
but obviously those numbers were important ( think they were for the relays).

btw thanks for the print info. replaces the i's with l's worked :slight_smile: