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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
TimM
New Member
New Member
Posts: 2
Joined: Tue Nov 24, 2009 3:58 pm

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

Post 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!
TimM
New Member
New Member
Posts: 2
Joined: Tue Nov 24, 2009 3:58 pm

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

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”