Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Resolved) [LetoDMS-3.0.0-RC2] - Check version
#1
Hello

With my phpmyadmin, when i launch this
Code:
CREATE TABLE `tblVersion` (
    `date` datetime,
    `major` smallint,
    `minor` smallint,
    `subminor` smallint
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO tblVersion VALUES (NOW(), 3, 0, 0);

phpmyadmin create tblversion table with lowercase

in file "inc.ClassDMS.php" change line 221
PHP Code:
if(!array_search('tblVersion'$tbllist)) 
to
PHP Code:
$tbllist explode(',',strtolower(join(',',$tbllist)));
if(!
array_search('tblversion'$tbllist)) 

Doudoux

Reply
#2
Resolved in LetoDMS-3.0.0-RC4
Reply


Forum Jump:


Users browsing this thread: