From: James E. F. <jf...@ac...> - 2003-01-16 15:36:32
|
On Thu, 16 Jan 2003, Mark Croonen wrote: > I have a problem with phpesp.ini file and really can't work where I'm going > wrong. > > my initial problem is that I get this error message > > "I can not find your includes ... check your ini settings " > > and here is my settings > > > // Main install path ON DISK > // (where you unpacked the tar) > $ESPCONFIG['prefix'] = 'c:\web\phpesp'; > > // Path to include files ON DISK > // (normally <prefix>/phpESP/admin/include) > $ESPCONFIG['include_path'] = $ESPCONFIG['prefix'] . '\phpesp\admin\include'; If you notice, the above options will make: c:\web\phpesp\phpesp\admin\include So I'd guess that you really wan the 'prefix' to be: 'c:\web' -James |