phpmyedit 5.3 phpMyEdit error: could not locate language fil

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
jlinderman
Forum Newbie
Posts: 5
Joined: Tue Sep 02, 2003 9:01 am

phpmyedit 5.3 phpMyEdit error: could not locate language fil

Post by jlinderman »

ok i have checked my includes.
everything seems to be in place.

; Windows: "\path1;\path2"
include_path = "C:\phpdev\php\includes; C:\phpdev\php\class; c:\phpdev\www\lang; c:\phpdev\www"


Ok these are what I have tried;

// Creating directory variables
$this->dir['root'] = $this->dir'';

$this->dir['lang'] = $this->dir['root'].'lang/';

// Creating directory variables
$this->dir['root'] = $this->dir'c:/phpdev/www';

$this->dir['lang'] = $this->dir['root'].'lang/';

// Creating directory variables
$this->dir['root'] = $this->dir '';

$this->dir['lang'] = $this->dir '\lang';

I am ready to through my child out the window.

please help

j
User avatar
jlinderman
Forum Newbie
Posts: 5
Joined: Tue Sep 02, 2003 9:01 am

hah! answering my own post

Post by jlinderman »

// Creating directory variables
$this->dir['root'] ='';

$this->dir['lang'] =$this->dir ['c:/phpdev/www/lang/PME.lang.EN-US.inc'];


fixed it


:lol:

j
Post Reply