Hi all, i just installed the actual Farm 4.1.2 everything works good exept this:
When i should type in the auth code i get wired errors above the code field but to add the code provided in the mail works
then when i login i see in on top left, aswelll on the statistics page and in the percentage field in the administrator section
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in .../req/functions.php on line 340
guess there is a little mess in the sql file

Lol. thats the missing column I just pointed out. It tries to get the serverfeepercentage
ALTER TABLE websiteSettings ADD serverFeePercentage varchar(20) NOT NULL AFTER browserTitle;
Then add a percentage and see if it works.