Community Support for OpenDocMan (Deprecated)
New install stops after "Database Selected" - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: New install stops after "Database Selected" (/thread-288.html)



New install stops after "Database Selected" - dvst8 - 07-15-2010

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


Re: New install stops after "Database Selected" - Stephen - 07-18-2010

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.