Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 06:25:49 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Error loading language file EN, please check configuration  (Read 817 times)
djn12313

Offline Offline

Posts: 2


« on: January 27, 2008, 07:00:24 PM »

Getting the infamous Error loading language file EN, please check configuration
 error following multiple clean installations.

Am installing WB 2.6.7, PHP 5.2, MYSQL 5.  All base PHP and directory/file permission settings are fine (e.g. green).  I'm uploading the entire tar.gz and unzipping on server.  So, unlikely it's a missing / corrupt file.  Esp. after about 6 tries. 

Have tried all the suggested corrections in the forums I could find:
1.  Different combinations of clearing cache, history, cookies, etc.
2.  Starting install from multiple browsers (IE, FF, Opera) all with clear cache, cookies, history, etc.
3.  Double, triple-checked the EN.php and permissions.
4.  Changed permissions and file owners for all files and switched just the EN.php to different users
5.  Have checked the database in Navicat for appropriate "EN" settings (pages, users, settings tables)

Not sure what else to try.  Thinking WB would be the perfect solution to a friend's problem, but struggling to figure out this install issue.

Oddly enough, I have never had any issues with installing prior to 2.6.7.  Always worked perfectly. 

Any help appreciated,
Jorgen
« Last Edit: January 27, 2008, 07:10:06 PM by djn12313 » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #1 on: January 27, 2008, 07:36:26 PM »

Hello,

try the following with a lokal unzipped version:

1.)open  install/save.php and change line 429 from
Code:
require(WB_PATH.'/admin/interface/version.php');
to
Code:
require_once(WB_PATH.'/admin/interface/version.php');

2.)open admin/interface/version.php and change line 39 from
Code:
define('VERSION', '2.6.7');
to
Code:
if(!defined('VERSION')) define('VERSION', '2.6.7');

Upload then the package with ftp and install.

Have fun

Matthias
Logged
djn12313

Offline Offline

Posts: 2


« Reply #2 on: January 27, 2008, 08:43:11 PM »

Tried, but still receiving the same error on a clean install.

--jorgen
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!