Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[LetoDMS-3.0.0-RC4] - Known bugs and their correction ( please don't post results here)
#1
Hi

In "out/out.KeywordChooser.php" file change line 34
PHP Code:
<?php 
$categories
= $dms->getAllKeywordCategories($userids);^M
to
PHP Code:
<?php 
$categories
= $dms->getAllKeywordCategories($userids);

In "out.BackupTools.php" file change lines 118 and 173
PHP Code:
<?php 
print "<td>".getLongReadableDate($entry)."</td>\n";
to
PHP Code:
<?php 
print "<td>".getLongReadableDate(filemtime($settings->_contentDir.$entry))."</td>\n";

In "op.Login.php" file change line 153
PHP Code:
<?php 
$user
= addUser($login, null, $info[0]['cn'][0], $info[0]['mail'][0], $settings->_language, $settings->_theme, "");
to
PHP Code:
<?php 
$user
= addUser($login, null, sanitizeString($info[0]['cn'][0]), $info[0]['mail'][0], $settings->_language, $settings->_theme, "");


Other post
"Show all results" error => It will be fixed before the final release of 3.0.0.
Invalid start date for creation date range => It will be fixed before the final release of 3.0.0.
LetoDMS download file problem, doc, xls. jpg
Errors in Backup Tools when creating Human Readable Archive
[BackupTools] - Human readable archive




Function is deprecated => In "inc.ClassDMS.php" file change line 415
PHP Code:
<?php 
$tkeys
= split("[\t\r\n ,]+", $query);
to
PHP Code:
<?php 
$tkeys
= preg_split("/[\t\r\n ,]+/", $query);

Function is deprecated => In "inc/inc.ClassSession.php" file change line 75
PHP Code:
<?php 
$queryStr
= "UPDATE tblSessions SET lastAccess = " . mktime(). " WHERE id = '" . $id . "'";
to
PHP Code:
<?php 
$queryStr
= "UPDATE tblSessions SET lastAccess = " . time(). " WHERE id = '" . $id . "'";
see http://www.php.net/manual/en/function.mktime.php



Doudoux

Reply


Messages In This Thread
[LetoDMS-3.0.0-RC4] - Known bugs and their correction ( please don't post results here) - by Doudoux - 04-09-2011, 04:50 AM

Forum Jump:


Users browsing this thread: