Jump to content

danish language fail


Guest lasse48

Recommended Posts

Guest lasse48

hello

was trying to get to my admin site

any one know what to do?

PHP Error Message

Warning: require(sprog/dk/config.php) [function.require]: failed to open stream: No such file or directory in /home/a2192755/public_html/language/dk/admin/admin_common.inc.php on line 2

Free Web Hosting

PHP Error Message

Fatal error: require() [function.require]: Failed opening required 'sprog/dk/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a2192755/public_html/language/dk/admin/admin_common.inc.php on line 2

Free Web Hosting

Link to comment
Share on other sites

  • 1 month later...
Guest DKLeader

Hi

I had the same problem.

In the admin_common.inc.php file you will need to change the word "sprog" to "language".

That is from this :

<?php

if(!isset($langBully)) require("sprog".CC_DS. $config['defaultLang'].CC_DS."config.php");

to this :

<?php

if(!isset($langBully)) require("language".CC_DS. $config['defaultLang'].CC_DS."config.php");

After that it should work.

Best Regards

Jakob (DKLeader)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...