Page 1 of 1

phpmyedit 5.3 phpMyEdit error: could not locate language fil

Posted: Wed Sep 03, 2003 11:07 am
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

hah! answering my own post

Posted: Wed Sep 03, 2003 3:09 pm
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