|
From: James E. F. <jf...@ac...> - 2002-03-19 00:02:08
|
Also you may be able to find out where the php LIB
directory is if you use this small script:
<?php echo("include path is: " . ini_get('include_path')); ?>
This should give you something like:
include path is: .:/usr/local/lib/php
-James
On Mon, 18 Mar 2002, Roman Jasins wrote:
> Rick,
>
> 1. why don't you just create php/contrib/phpESP under /usr/local/lib?
> 2. if this is not possible in your case, than put the phpESP folder
> where you can, but please don't put it inside you html directory (the
> one that Apache using as html documents root). This is a serious
> security hole. Plus it looks like you've moved public folder outside
> phpESP, don't do that either.
>
> Lets just say you have everything in /home/rick/phpESP. Than you need to
> edit three files. manage.php, handler*.php. phpESP.ini and make sure
> they have correct path.
> for phpESP.ini you should change lines #14,54,64,65
> for manage.php line # 12
> for handler*.php line # 17 for handler.php and default handler-
> prefix.php line # 45
>
> Go through README and make two links as described for manage.php and
> images/ inside you html folder. Let me know if this fixed your problem.
>
> -Roman
>
>
>
> On Monday, March 18, 2002, at 09:27 PM, Rick Weiss wrote:
>
> > I am feeling very much like a novice here. I cant seem to set up a
> > config path that works with this phpESP install.
> >
> >
> >
> > I have access to the whole server (as I am the root host), but it is a
> > rented server and I did not do the setup.
> >
> >
> >
> > I want to use phpESP only on my site, but the recommended directory
> > tree does not exist (/usr/local/lib/php/etc). I have /usr/local/lib but
> > after that it is an empty directory. It is not the path to php or mysql
> > packages.
> >
> >
> >
> > I have tried installing in the html/ directory and in the next
> > directory below it /home/httpd.
> >
> >
> >
> > No matter where I go, I get the same message:Unable to open INI file.
> > Aborting.
> >
> >
> >
> > Im obviously putting in the wrong paths, but I cant seem to find out
> > why. Right now I have everything in:
> >
> > /home/httpd/html
> >
> >
> >
> > I have the operating files (admin, etc.) inside /html/phpESP
> >
> > I have the public/ folder at html/public
> >
> >
> >
> > Any idea on what config path I should be using with this setup?
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> _______________________________________________
> phpESP-general mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-general
>
|