Hello all,
I’m having a strange problem adding a new document to myDMS (1.6.002). It used to work and I’m not sure what has changed.
When I try to upload a file I get a blank screen saying “invalid folderid”. I looked at op.AddDocument.php and added
print_r($_POST);
print_r($_GET);
to see what went wrong. This is what I get
Array ( ) Array ( [sessionid] => 906db800d11458376fe5cc1c42a092d5 [kp3] => KDjzaTahJEoUMUYVX5QeVKi5 [domain] => default ) invalid folderid
So, clearly, $_POST is empty …
I can’t understand how this is possible and whether this is a bug or a configuration error.
Please help,
Jouke