Page 1 of 1

[function.include]: failed to open stream: No such file or directory in ...

Posted: Tue Nov 24, 2009 4:36 pm
by TimM
CMS-Version
Version: 1.6.3 (Touho)

Provider Data (Deutsche Telekom)
Server-Software: Microsoft-IIS/6.0 
Server-API: isapi 
Server-OS: WINNT 5.2 An i586 
PHP-Version:  5.2.4
Deactivated PHP-Functions: php_ini_loaded_file, phpinfo, system, exec, shell_exec, passthru, proc_open, popen, ini_set, sys_get_temp_dir, dl
Safe-Mode: Off

The CMS runs on a local system (Vista with Apache, PHP 5.2.6) without any problems. To install the system on the host of the provider I had to create the database and imported the tables via sql script. Before running the installation I added a '/* ... */' in /install/lib/classes/CMSInstaller.class.php' after line '//Try to create and drop a dummy table (with appropriate prefix)' ...
so the installer doesn´t try to create tables. After that the installation runs without errors.

After Logon to Administration the following error is shown (see slash after '...\cms/modules/...'):

Warning: include(\fe-dm02b-11.wdhs.local\WS005_002\pool54\821111788323\WEB\CUSTOMERNAME\cms/modules/CMSMailer/lang/en_US.php) [function.include]: failed to open stream: No such file or directory in \\fe-dm02b-11.wdhs.local\WS005_002\pool54\821111788323\WEB\CUSTOMERNAME\cms\lib\classes\module_support\modlang.inc.php on line 74

Thanks in advance for help!

Re: [function.include]: failed to open stream: No such file or directory in ...

Posted: Tue Nov 24, 2009 5:15 pm
by TimM
Solved!

I solved the problem after days of ...

In config.php the line

$config['root_path'] = '\\\fe-dm02b-11.wdhs.local ...

needs a 3rd (!) backslash at the beginning - that´s all.

Hope that helps other users who are installing on Telekom Servers.

Tim