Community Support for OpenDocMan (Deprecated)

Full Version: Undefined variable: id in check-in.php on line 166
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

Hi,

I just installed Opendocman 1.2.6.3 and I am trying it out. When I want to check in a file, I get the following notification as a web page, and nothing happens..

Notice: Undefined variable: id in /Users/martin/Sites/Home/opendocman/check-in.php on line 166

Any idea what could cause this? All other things seem to work fine..

Thanks!

Guest

I am experiencing same issue after upgrade to v1.2.6.3. Suggestions?
Locate this code:
Code:
// form has been submitted, process data

And add this line below it:

Code:
$id = (int) $_POST['id'];

Let me know if this fixes your issue.

Guest

Yep, seems to work now. Thanks

Guest

Worked for me as well. Thanks.
1.2.6.3a hotfix released to address this issue and a couple others.