Date: 10/30/99
- Next message: Teodor Cimpoesu: "Re: [PHPLIB] Function nextid() with PostgreSql"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Function nextid() with PostgreSql"
- In reply to: LRJ: "[PHPLIB] PHPLIB and MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
LRJ wrote:
>
> I've been trying to install phplib-7.2 on my Apache 1.3.9 server. I am
> running the latest versions (from tar ball) of Apache, MySQL, PHP3 (as
> module) and PHPLIB on RedHat Linux 6.x. PHP3 seems to be functional as I can
> access .php3 documents and I also get all kinds of output from phpinfo() -
> including MySQL info. But after installing and configuring PHPLIB, when I
> try and access either index.php3 or showoff.php3 all I get is a blank page
> and I get no errors in either my httpd or php error logs. I appear to be
did you turn on display_errors and log_errors ?
also set error_reporting to something high
> getting a session value, as I can see it if I call up phpinfo() - though I
> don't see any values going into the active_session table. I'm pretty sure
> the database I have created is getting accessed since I get error messages
> if I change the values for DB_Example in local.inc. Any suggestions?
weird :)
first try a simple connection *only* with DB_Sql class.
produce some error message and tell us about it
regards,
-- CIMPOESU Teodor, Web Programmer@ DIGICOM S.A. Bucharest, Romania @ Internet, site development @ teo <email protected>,+(401)-330.47.28
official home page ~ http://www.digiro.net/ Internet web page ~ http://internet.digiro.net/ - PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: Teodor Cimpoesu: "Re: [PHPLIB] Function nextid() with PostgreSql"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Function nextid() with PostgreSql"
- In reply to: LRJ: "[PHPLIB] PHPLIB and MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

