Community Support for OpenDocMan (Deprecated)

Full Version: Permission denied erroes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using 1.2.5.4 and just installed it. I keep getting ERROR 403 permission denied errors on commitchange.php, and had one when checking in a document. I am logged in as admin.

Additionally, it will not allow the admin user to change the preferences.

To get the install to run I also had to grant all privileges to opendocman or the databases failed to be built.

I have all files set to r, w, x now and it seems to change. I was able to edit a document and change comments and such, then tried to change it again and it failed with a Forbidden message on out.php

This may help, in edit.php after it updates the document information there was a $exit causing the sql statement to be left in the browser. I changed:

header('Location: out.php?last_message=' . $message);

to

header('Location: out.php?last_message=DocumentUpdated');

and now it works and displays the message DucumentUpdated correctly.

Ed Schram
Fixed the issue with the document updated message