Community Support for OpenDocMan (Deprecated)
Installation Issue - 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 Issue (/thread-368.html)



Installation Issue - tolock - 01-25-2011

I have installed opendocman on a linux server. When trying to access the page I get a Warning:include(templates_c/...header.tpl.php) [function.include]: failed to open stream: No such file or directory in .../smarty/Smarty.class.php on line 1258
Warning: include() [function.include]:Failed opening 'templates_c...header.tpl.php)' for inclusion (include_path='/usr/lib64/php') in .../includes/smarty/Smarty.class.php on line 1258


Is this issue a php issue or a permission issue?


Re: Installation Issue - Stephen - 01-25-2011

tolock Wrote:I have installed opendocman on a linux server. When trying to access the page I get a Warning:include(templates_c/...header.tpl.php) [function.include]: failed to open stream: No such file or directory in .../smarty/Smarty.class.php on line 1258
Warning: include() [function.include]:Failed opening 'templates_c...header.tpl.php)' for inclusion (include_path='/usr/lib64/php') in .../includes/smarty/Smarty.class.php on line 1258


Is this issue a php issue or a permission issue?

What version of OpenDocMan is it?

Also, is that path ("templates_c/...header.tpl.php") the actual text that the error message is displaying? the "..." in the ...header.tpl.php part is strange.


Re: Installation Issue - tolock - 01-25-2011

The issue was a php.ini issue. The fix was to go into the php.ini file and edit the include_path to include the .: before the path directory

include_path '.:/usr/lib64/php'


Re: Installation Issue - Stephen - 01-25-2011

ah, sounds right.

Thanks.