Thread: FTS 1.0.4
View Single Post
  #10  
Old 16th April 2009, 00:00
cybernet's Avatar
cybernet cybernet is offline
Senior Member
 
Join Date: Dec 2008
P2P
Posts: 48
Talking
Quote:
Originally Posted by SpecialsK View Post
I can't access Site Settings.

There are 3 screenshot's here.

hi
you can fix that error with this

open /administrator/mysql-update.php

find
Code:
update("software_database_version",'1.0.3-beta1');
replace with
Code:
update("software_database_version",'1.0.3-beta1');
// bug fixed by cybernet -- start
_sqldo("UPDATE `options` SET `option_value` = '1.0.3' WHERE `options`.`option_name` = 'software_database_version' LIMIT 1 ;");
// bug fixed by cybernet -- end
__________________
ςЎβξЯиęł ŁĮωέ
Reply With Quote