Community Support for OpenDocMan (Deprecated)

Full Version: New install stops after "Database Selected"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I apologize if this is posted multiple times, for some reason it nevers shows that I sucessfully posted the topic.

When I try to install OpenDocMan by going to <!-- m --><a class="postlink" href="http://myserver/opendocman/install">http://myserver/opendocman/install</a><!-- m --> it appears to just “hang” at the message “Could insert new version into db user”. Below is the exact message I get:

Checking that templates_c folder is writeable... OK
installing...
Database Created
Database Selected

Could insert new version into db user

I’m thinking it may be a permission error, but have looked everywhere I can think of and have found nothing. OpenDocMan config file is using the db (MySQL) root user account for access. If I remove the root user and try anything else (i.e. a user that does not exist in MySQL) I get an error, so OpenDocMan sees my db and can authenticate with it.
My server is a Windows 2008 64bit box, running nothing but the OS, MySQL, and OpenDocMan.

Any help with this is appreciated.

Thanks,
Michael
You need to create a new user in MySQL and update the config to use that user.

Make sure you grant that new user permissions to create, insert, delete, etc.