Date: 03/16/01
- Next message: Chris Johnson: "RE: [phplib] What is happening now?"
- Previous message: Stewart Taylor: "RE: [phplib] OK What am I doing wrong."
- In reply to: Jess Perez: "[phplib] OK What am I doing wrong."
- Next in thread: Jess: "Re: [phplib] OK What am I doing wrong."
- Reply: Jess: "Re: [phplib] OK What am I doing wrong."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, Let me see if I understand what you're saying.. your directory sturcture is:
+html
+phplib
+php
-prepend.inc
-db_mysql.inc
-...lots more
+pages
-index.php3
-...lots more
If that is the case all your passwords (in local.inc) are accessable to the world,
if that isn't your directory structure then you need to fix your includes, probably
to ../../phplib/php (if you have the phplib directory outside your web root).
Otherwise I dont' know what is going on. Have you tried more than one browser?
Are your pages up connected to the net so someone else can try?
Lauren.
Jess Perez wrote:
> Hi People,
>
> I am hoping that some one on this list can put me on the right track because I
> am about to kick PHPlib to the moon.
>
> First I am using the following:
> WIN2K
> Apache 1.3.14
> MySQL 3.23.27-beta
> PHP4.0.5-dev-win32-20010220
> Perl 5.6.0 623 MSWin32-x86
>
> I have installed it as instructed in the documentation. Except that I am not
> using auto_prepend or include_path and I am using a relative path for the
> prepend.inc file and have edited
> $_PHPLIB["libdir"] = "../phplib/php/";
> for the relative path things are being found so there is no "I can't find this
> file error messages". I have also edit the local.inc file so that the
> db_mysql.inc file is included and that the host, user and password are set
> correct so that MySQL is accessable. I have a couple of applications running on
> the same server without any problems.
>
> I have edited the index.php3 file in the Pages directory to pickup the
> prepend.inc file.
>
> When I run the index.php3 file to test the installation it just goes into la la
> land. It seems to right a record out to active_session table when I check
> through another browser window. But the window running the pages/index.php3
> script is in la la land.
>
> Any ideas before I boot PHPlib to oblivion.
>
> Regards Jess Perez
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
- Next message: Chris Johnson: "RE: [phplib] What is happening now?"
- Previous message: Stewart Taylor: "RE: [phplib] OK What am I doing wrong."
- In reply to: Jess Perez: "[phplib] OK What am I doing wrong."
- Next in thread: Jess: "Re: [phplib] OK What am I doing wrong."
- Reply: Jess: "Re: [phplib] OK What am I doing wrong."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

