03-30-2011, 12:45 PM
Hi, I got "Database update needed." after installed LetoDMS 3.0
How can I fix it up?
Thanks
Nathan
How can I fix it up?
Thanks
Nathan
Install LetoDMS on Windows 7
|
03-30-2011, 12:45 PM
Hi, I got "Database update needed." after installed LetoDMS 3.0
How can I fix it up? Thanks Nathan
03-30-2011, 02:52 PM
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
04-01-2011, 12:21 PM
Hi Doudoux
Thanks for you thelp but it cannot fix the problem. Can the attached screen print can help? Thanks, Nathan
04-01-2011, 03:02 PM
Hi
Have you "tblversion" table in your database ? doudoux
04-01-2011, 03:42 PM
Yes, i have this table in DB
04-01-2011, 05:11 PM
ok
for the correction you have set the table name in lowercase ? PHP Code: if(!array_search('tblversion', $tbllist))
04-04-2011, 02:30 AM
|
« Next Oldest | Next Newest »
|