From: Dennis F. <de...@co...> - 2002-10-09 19:39:23
|
Hi Andrew, Well yeah, you can turn on error reporting on in the php.ini file (most likely in /etc )but if this is what I think it is this will NOT, repeat NOT show up. It will only return a blank screen. Good luck, Dennis ----- Original Message ----- From: "Andrew S. Hintz" <dr...@st...> To: "Dennis Fleurbaaij" <de...@co...> Sent: Wednesday, October 09, 2002 4:36 PM Subject: Re: [Core-lan-org-devel] Problem installing core lan > Ok, I've got the connection into postgres installed via the RPM, but > even with everything I can try, I can't seem to get PHP to connect into > the database. Is there some way I can turn on like verbose error > reporting so I can see exactly what the problem is? > > thanks in a advance. > Andrew Hintz > > On Wed, 2002-10-09 at 05:21, Dennis Fleurbaaij wrote: > > Well no, > > > > The problem is that the postgresql isn't correcty implemented in php ie. you > > have to > > - Recompile PHP with good postgresql support > > - Install the correct module/rpm file for this support. > > > > Greets, > > Dennis > > > > ----- Original Message ----- > > From: "Andrew Simpson" <and...@pa...> > > To: <cor...@li...> > > Cc: "Andrew S.Hintz" <dr...@st...> > > Sent: Wednesday, October 09, 2002 9:17 AM > > Subject: Re: [Core-lan-org-devel] Problem installing core lan > > > > > > > Hmmm... Very interesting. > > > > > > O.K., let's eliminate some likely culprits: > > > > > > - the login screen calls the database at least once. If the database > > > didn't work you would get an error message about no database. You > > > haven't - so I guess that PHP can connect to the database, and get > > > queries, etc. > > > > > > - the pretty screen is generated throughout the program by > > > /includes/screen.php. If it's working in the login screen it (should) > > > work elsewhere... > > > > > > Now working through the process: > > > > > > - you can login, so you're getting to main.php. > > > > > > - an error is occurring before /includes/screen.php is called in > > > main.php (otherwise you'd get more html). > > > > > > - looking at the code the error then has to be in /includes/database.php > > > or /includes/security.php > > > > > > I think you must have error reporting turned off in PHP, so the error is > > > not getting reported. I once had a bug in /includes/security.php that, > > > with error reporting turned off, gave a blank screen too. Had me totally > > > baffled for hours! > > > > > > Turn on error reporting, and let us know what PHP is reporting. > > > > > > Hope that's helping. > > > > > > Andrew > > > > > > > > > On 08 Oct 2002 08:37:30 -0500 > > > "Andrew S. Hintz" <dr...@st...> wrote: > > > > > > > > > > > I just downloaded the 2.0.2 release, unpacked, and I can't seem to get > > > > it to work. > > > > > > > > I've got PHP 4.2 > > > > Apache 2.0 > > > > Postgresql 7.2 > > > > > > > > Using psql, I can go in and see that data is in the database, so that > > > > worked ok. I can access the index.php page, and I get the pretty > > > > login page, so I would assume that apache and PHP is working fine. > > > > When I try to login, though, I get a blank page where the source of > > > > that page is: > > > > > > > > <html><body></body></html> > > > > > > > > Any ideas on what is causing this problem? > > > > > > > > thanks in adavance. > > > > Andrew Hintz > > > > Engineering Manager > > > > Stage Logic, LLC > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Core-lan-org-devel mailing list > > > Cor...@li... > > > https://lists.sourceforge.net/lists/listinfo/core-lan-org-devel > > > > > > > > > > > |