Page 1 of 1

[Solved] Error on trying to view site

Posted: Tue Nov 04, 2008 7:06 pm
by anyake
Hi,

I have tried to find a solution for my problem in the forums hence the post. I Have just successfully installed cmsms 1.4.1 but when I try to view the site I get a series of error messages like the one below
Warning: include(\nas41ent\domains\f\xxxxxxxxx.com\user\htdocs/modules/News/lang/en_US.php) [function.include]: failed to open stream: No such file or directory in \\nas41ent\domains\f\xxxxxxxxx.com\user\htdocs\lib\classes\module_support\modlang.inc.php on line 74
The same happens when I try to get to the admin login page, though the page still loads but despite displaying the error messages.

Help!

Re: Error on trying to view site

Posted: Tue Nov 04, 2008 9:12 pm
by alby
anyake wrote:
Warning: include(\nas41ent\domains\f\xxxxxxxxx.com\user\htdocs/modules/News/lang/en_US.php) [function.include]: failed to open stream: No such file or directory in \\nas41ent\domains\f\xxxxxxxxx.com\user\htdocs\lib\classes\module_support\modlang.inc.php on line 74
you are using a network path \\xxx\yyy\, not a local filesystem (/xxx/yyy/ or d:/xxx/yyy/).
You must changing all the paths in config.php con your network path

Alby

Re: Error on trying to view site

Posted: Wed Nov 05, 2008 12:10 am
by anyake
Thanks Alby it has worked