Post
Topic
Board Project Development
Re: [v4.1.2] Mining Farm ::: [Bug testing Until 1AM central time]
by
peedee
on 24/06/2011, 20:25:24 UTC
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

Smiley


Lol. thats the missing column I just pointed out. It tries to get the serverfeepercentage Smiley

Try :

ALTER TABLE websiteSettings ADD  serverFeePercentage varchar(20) NOT NULL AFTER browserTitle;

Then add a percentage and see if it works.