![]() |
Install LetoDMS on Windows 7 - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: Install LetoDMS on Windows 7 (/showthread.php?tid=270) |
Install LetoDMS on Windows 7 - nathanl - 03-30-2011 Hi, I got "Database update needed." after installed LetoDMS 3.0 How can I fix it up? Thanks Nathan RE: Install LetoDMS on Windows 7 - Doudoux - 03-30-2011 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)) PHP Code: $tbllist = explode(',',strtolower(join(',',$tbllist))); doudoux RE: Install LetoDMS on Windows 7 - nathanl - 04-01-2011 Hi Doudoux Thanks for you thelp but it cannot fix the problem. Can the attached screen print can help? Thanks, Nathan RE: Install LetoDMS on Windows 7 - Doudoux - 04-01-2011 Hi Have you "tblversion" table in your database ? doudoux RE: Install LetoDMS on Windows 7 - nathanl - 04-01-2011 Yes, i have this table in DB RE: Install LetoDMS on Windows 7 - Doudoux - 04-01-2011 ok for the correction you have set the table name in lowercase ? PHP Code: if(!array_search('tblversion', $tbllist)) RE: Install LetoDMS on Windows 7 - steinm - 04-04-2011 (04-01-2011, 12:21 PM)nathanl Wrote: Hi Doudoux Did you make the database updates? There should be a table tblVersion and should contain a record with the current version. Uwe |