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
phpmyedit 5.3 phpMyEdit error: could not locate language fil
Moderator: General Moderators
- jlinderman
- Forum Newbie
- Posts: 5
- Joined: Tue Sep 02, 2003 9:01 am
- jlinderman
- Forum Newbie
- Posts: 5
- Joined: Tue Sep 02, 2003 9:01 am
hah! answering my own post
// Creating directory variables
$this->dir['root'] ='';
$this->dir['lang'] =$this->dir ['c:/phpdev/www/lang/PME.lang.EN-US.inc'];
fixed it
j
$this->dir['root'] ='';
$this->dir['lang'] =$this->dir ['c:/phpdev/www/lang/PME.lang.EN-US.inc'];
fixed it
j