Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install LetoDMS on Windows 7
#1
Hi, I got "Database update needed." after installed LetoDMS 3.0
How can I fix it up?

Thanks

Nathan

Reply
#2
Hi

See [LetoDMS-3.0.0-RC3] - Known bugs and their correction

If you use MySQL under Windows
In "inc.ClassDMS.php" file change line 220
PHP Code:
if(!array_search('tblVersion'$tbllist)) 
to
PHP Code:
$tbllist explode(',',strtolower(join(',',$tbllist)));
if(!
array_search('tblversion'$tbllist)) 



doudoux
Reply
#3
Hi Doudoux

Thanks for you thelp but it cannot fix the problem.

Can the attached screen print can help?

Thanks,

Nathan
Reply
#4
Hi

Have you "tblversion" table in your database ?

doudoux
Reply
#5
Yes, i have this table in DB
Reply
#6
ok

for the correction you have set the table name in lowercase ?
PHP Code:
if(!array_search('tblversion'$tbllist)) 

Reply
#7
(04-01-2011, 12:21 PM)nathanl Wrote: Hi Doudoux

Thanks for you thelp but it cannot fix the problem.

Can the attached screen print can help?

Did you make the database updates? There should be a table
tblVersion and should contain a record with the current version.

Uwe
Reply


Forum Jump:


Users browsing this thread: