Posts: 1
Threads: 1
Joined: Nov 2012
Reputation:
0
Hi,
After my first installation blank screen with Database update needed.
For precision, when i g on the index page, i have : http://myserver/letodms/out/out.ViewFolder.php
And on the screen : Database update needed
When i created the database i've insert create_tables.sql because the create_tables-innodb.sql i have a error innodb at line 14...
thanks, and sorry for my bad english
I'm just french
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(11-07-2012, 08:29 PM)crazysly Wrote: Hi,
After my first installation blank screen with Database update needed.
For precision, when i g on the index page, i have : http://myserver/letodms/out/out.ViewFolder.php
And on the screen : Database update needed
When i created the database i've insert create_tables.sql because the create_tables-innodb.sql i have a error innodb at line 14...
thanks, and sorry for my bad english
I'm just french 
I'm just german :-)
What version are you using? Can you give a precise error message when importing create_tables-innodb.sql?
Uwe
Posts: 101
Threads: 21
Joined: Oct 2010
Reputation:
0
How did you create the database tables? Did you used the Installer coming with LetoDMS and ticked the option "Create Database tables"?
Posts: 6
Threads: 1
Joined: Oct 2010
Reputation:
0
Hi,
i have identical problem, i use MyISAM engine (mysql ver 5.5.27 cll) and letodms version 3.4.0 . Engine innodb i down because a have 1 upgrade error.
TNK.
Posts: 101
Threads: 21
Joined: Oct 2010
Reputation:
0
Hi informativa,
How did you create the database when setting up LetoDMS? Did you use the "Create Database tables" option coming with the installer? Did you upgrade from a previous version?
Regards
Posts: 6
Threads: 1
Joined: Oct 2010
Reputation:
0
(11-24-2012, 10:39 PM)Daniel Wrote: Hi informativa,
How did you create the database when setting up LetoDMS? Did you use the "Create Database tables" option coming with the installer? Did you upgrade from a previous version?
Regards
Hi Daniel
it is 1 installation, i have use the option but on line 14 i found 1 error .
I modify the script and i regerate it
I use the option "create data..."
i recive :
Your current database schema has version 3.4.0
L´ installazione è avvenuta con successo
To use LetoDMS, you must delete the install directory
Error getting Text: settings_disable_install (Italian)
Configure more settings. Default login: admin/admin
Ritorna
it is correct ? but when i run the letodms i recive this:
Database update needed.
why????????
rino
regards
Posts: 101
Threads: 21
Joined: Oct 2010
Reputation:
0
Hi,
Seems that the database is complete. The message "Error getting Text" seems to be a missing translation in the italian file. Are you using 3.4.0 RC4? I can check in the english language and provide you the original wording, so you may translate this message in italian and the Developer will update it.
Thanks for the report with Error on Line14, i got the same and addressed it already to the developer in another thread.
Did you delete the file ENABLE_INSTALL_TOOL out of your conf directory after finishing the installation?
Can you check in your database, in tblVersion what is stated in there?
Daniel
Posts: 6
Threads: 1
Joined: Oct 2010
Reputation:
0
(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
Posts: 101
Threads: 21
Joined: Oct 2010
Reputation:
0
(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
Posts: 6
Threads: 1
Joined: Oct 2010
Reputation:
0
(11-27-2012, 12:01 PM)Daniel Wrote: For the Check Version: What you are trying to achieve?
the solution of my problem . why i recive errore version?
(11-27-2012, 12:01 PM)Daniel Wrote: 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. i know, i insert a echo variables on original script , it is old debug metod ;-)
regard
rino
|