![]() |
New installation on Windows 2k Pro - 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 installation on Windows 2k Pro (/thread-113.html) |
New installation on Windows 2k Pro - Stephen - 01-13-2010 dlynum 2005-09-22 17:22:31 PDT During the installation of Opendocman 1.23 I receive the following error, Parse error: syntax error, unexpected T_STRING, expecting ')' in C:\Program Files\Apache Group\Apache2\htdocs\opendocman\config.php on line 82 That line is 'max_filesize' => '5000000', Any ideas? My installation is running on Windows 2000 professional, MySQL 4.1.12, php 5.0.4, and Apache 2.0.54. logart 2005-09-23 07:45:26 PDT Looks like you may have created a typo in the config file when you edited it. Check the config value above that, it may be missing a quote, or a comma. steve vvall 2006-04-07 01:42:55 PDT I ran into this myself. I found that if I had the backslash after the path for the datadir it would give that error. You may want to add a note for folks using windows to not include to following backslash(since you have one there for the folks using *nix to include the trailing "/"). Thanks for your time and this very nice tool. Vvall logart 2006-04-07 07:27:22 PDT Thanks for the info. |