installation, language-file

R

reinhard

Guest
hi DaDABIK- user,
I cant include the language php-file. I get this ERROR-message:

Warning: Failed opening './include/languages/german.php' for inclusion (include_path='.;c:\PHP\includes;c:\PHP\pear;c:\apache\htdocs\siteManager;C:\Apache\htdocs\misc_3\dadabik_1.6\program_files\include\languages\german.php') in c:\apache\htdocs\misc_3\dadabik_1.6\program_files\include\config.php on line 108

this is my row in config.php:
include("./include/languages/german.php");

What could be wrong there?

reinhard
 
E

Eugenio

Guest
reinhard wrote:

> hi DaDABIK- user,
> I cant include the language php-file. I get this ERROR-message:
>
> Warning: Failed opening './include/languages/german.php' for
> inclusion
> (include_path='.;c:\PHP\includes;c:\PHP\pear;c:\apache\htdocs\siteManager;C:\Apache\htdocs\misc_3\dadabik_1.6\program_files\include\languages\german.php') in c:\apache\htdocs\misc_3\dadabik_1.6\program_files\include\config.php on line 108

Why do you have the file german.php in your include path?

C:\Apache\htdocs\misc_3\dadabik_1.6\program_files\include\languages\german.php'

delete it and try again.

(Latest version of DaDaBIK when this message was posted: 1.6)
 
Top