Community Support for OpenDocMan (Deprecated)
Permission denied erroes - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Bug Reports (https://forum.opendocman.com/forum-8.html)
+--- Thread: Permission denied erroes (/thread-173.html)



Permission denied erroes - eschram - 02-10-2010

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


Re: Permission denied erroes - Stephen - 02-17-2010

Fixed the issue with the document updated message