![]() |
Installation problem... - 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: Installation problem... (/thread-117.html) |
Installation problem... - Stephen - 01-13-2010 dougandmegan 2006-09-17 00:42:35 PDT I am trying to do an install on my linux based hosting account. My account fits all of the necessary requirements, but I am getting this error. Please help. Parse error: parse error, unexpected T_STRING in /home/content/d/o/u/dougandmegan/html/opendms/config.php on line 22 dougandmegan 2006-09-17 01:15:42 PDT I think I fixed that one, but here is another. Parse error: parse error, unexpected ',', expecting ']' in /home/content/d/o/u/dougandmegan/html/opendms/config.php on line 119 logart 2006-09-17 08:00:35 PDT You have a typo in your config.php file. Make sure all quotes and commas are in correctly. steve dougandmegan 2006-09-17 13:32:53 PDT Thanks. It is almost working. I am receiving the following error. There is a problem with your dataDir. Check to make sure it exists and is writeable I have set up a data directory at <!-- m --><a class="postlink" href="http://www.novembergold.com/opendmsdata">http://www.novembergold.com/opendmsdata</a><!-- m --> and it is writeable. Here is the line of from my config.php. dataDir' => '/usr/local/opendmsdata', I am assuming that I am doing this wrong, but I am not sure how to do it right. I would really appreciate any help. Thanks. |