Posts: 14
Threads: 1
Joined: Dec 2010
Reputation:
0
Hi,
my name is John and I have a question on updating letoDMS to the latest version. On my DS211 the v2.0.2 is running since 2010. Now I got a new DS412 and it was a lot easier than expexted to put letoDMS on my new Diskstation.
Now I want to upgrade letoDMS to the latest version but I do not really know how I should do this.
Can you please help me with updating it?
regards,
John
Posts: 14
Threads: 1
Joined: Dec 2010
Reputation:
0
11-26-2012, 04:31 AM
(This post was last modified: 11-26-2012, 04:32 AM by John_k22.)
I still didn't get all of it.
* I downloaded every single version after my 2.0.2 then extraxted the files to my dms folder on my NAS and overwrote all files when asked to.
* I run all update.php scripts when found them but mostly there are just update.sql files in the update filders. I run them by putting the address into my web browser. I just got a blank screen there.
* I did tis updates just to version 3.2.2 because the files and directories look different with v3.3.0.
* when I lauched letodms after the updates I got the message 'You does not seem to have a valid configuration. Run the install tool first.' in my browser.
I think that I did something wrong (I can go back with my backup).
Could you please explain how exactly I should update my version. Mybe you can provide me an example?
John
Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
(11-28-2012, 03:21 AM)John_k22 Wrote: (11-27-2012, 10:36 PM)steinm Wrote: My first guest would be wrong file permissions in the content directory.
Uwe
That's what I also thought and therefore I double checked it but all permissions are on 777.
If permissions are not the problem it may be a database problem.
Put a
PHP Code:
<?php
$db->_conn->debug = 1;
right after the line
This will cause many messages. Do the upload again post the messages.
Uwe