11-27-2012, 12:01 PM
(11-27-2012, 02:33 AM)informativa Wrote:(11-27-2012, 01:37 AM)Daniel Wrote: Hi,
Are you using 3.4.0 RC4?
YESSSSSSS(11-27-2012, 01:37 AM)Daniel Wrote: Did you delete the file ENABLE_INSTALL_TOOL out of your conf directory after finishing the installation?Yessssss
(11-27-2012, 01:37 AM)Daniel Wrote: Can you check in your database, in tblVersion what is stated in there?I see on tblversion 1 record major= 3 minor= 4 subminor=0
Hi Daniel
I am completing the translation from English to Italian, just finished am available, if you like send me a e_mail address for send file.
Now i'm trying CheckVersion error function. The function TableList
( inc.ClassDMS.php line 219 -> ...
function checkVersion() { /* {{{ */
$tbllist = $this->db->TableList();
echo "leggotabella<br>"; // my ist for debug
foreach($tbllist as $elem){ // my ist for debug
echo $elem."xxxx<br>"; // my ist for debug
} // my ist for debug
$tbllist = explode(',',strtolower(join(',',$tbllist)));
)return null
i search.
ps sorry for my very very poor enlgish
For the translation: If you completed the translation directly in the language file, you can upload it within the Localisations Forum, the developer will pick it up from there. Otherwise, if you just found the thing reported above, file a bug withing the Bug / Errors forum, don't forget to state the version of LetoDMS where the error occured.
For the Check Version: What you are trying to achieve? The files within LetoDMS are in most cases made to work together with others and not as isolated ones. There are a lot of variables which are not set when you call the file directly.
Regards
Daniel