![]() |
dataDir setting on Windows Server - 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: dataDir setting on Windows Server (/thread-498.html) |
dataDir setting on Windows Server - russ668 - 03-13-2012 I am running Windows 2008/IIS7 with PHP 5.3.6 and mySQL v5.1. I have Wordpress successfully up and running on this server without any permission issues. I've installed OpenManDoc and created a directory under the C:\ called docsnforms. Full path is c:/docsnforms. I've given modify permission to both IUSR and IIS_IUSERS as well as the DefaultAppPool user (found it using Procmon.exe). None of these have worked! Maybe I have a syntax error in my config.php file so I'll attach it here. This was a brand new install and I went with the 1.2.6Beta. My config.php file seems quite a bit shorter than most posted here. Any help would be appreciated! Code: <?php Re: dataDir setting on Windows Server - Stephen - 03-15-2012 Is that a 1.2.6 config? It looks like you have changed it. Check your config-sample.php, the bottom of your config is wrong (and also contains an extra comma). Was there documentation that told you to add the dataDir to the config.php file? Just curious if there is an old doc that I need to update. The dataDir setting is now handled in the database through the Admin->Edit Settings page. Steve Re: dataDir setting on Windows Server - russ668 - 03-15-2012 Weird, I didn't get an email telling me I had a reply here. Thanks for info. I did change it because all the posts I was reading said to. I added the "array" part. thought I had it copied correctly. So I should go back to the original config file and change the dataDir in the database? I didn't find ANY documentation that pointed me in that direction. Thanks! Russ Re: dataDir setting on Windows Server - russ668 - 03-15-2012 Got it! I changed the bottom of the config file to match the config-sample.php. Then I went into the database and found the settings table, updated the dataDir field with the path to my directory and VOILA!!!! I'm in! Thanks. |