From: Gerry K. <ge...@mc...> - 2001-08-09 04:50:57
|
Hi, I've tried setting up r1 on a Mandrake 8.0 system, running PHP 4.0.4. The virtual host is working. I've done everything listed in the install.html file, except I couldn't use php_value in the virtual host settings. I'm not sure it matters, because the same settings are in httpd.conf, and I know the prepend file is being read. When I go to the virtual site and use a PHP file I have created, it comes up no problem. With the index.php file of binarycloud, I get a blank screen, i.e. an HTML file with no data. I tried stepping through the prepend file, commenting out parts, and I found that if I comment out a section near the bottom, related to debug, error handling and authentication, then some of the file appears with some error messages. Right now, I'm stumped. Ideas welcomed. Gerry Kirk |
From: alex b. <en...@tu...> - 2001-08-09 05:37:20
|
> The virtual host is working. I've done everything listed in the > install.html file, except I couldn't use php_value in the virtual host > settings. I'm not sure it matters, because the same settings are in > httpd.conf, and I know the prepend file is being read. Yeah, you're fine. > When I go to the virtual site and use a PHP file I have created, it comes > up no problem. With the index.php file of binarycloud, I get a blank > screen, i.e. an HTML file with no data. I tried stepping through the > prepend file, commenting out parts, and I found that if I comment out a > section near the bottom, related to debug, error handling and > authentication, then some of the file appears with some error messages. What happens if you comment out the error handler? And, what happens if you turn the error handler back on, and comment out permissions? I need to look in the archives on geocrawler, because I remember this problem... _a > Right now, I'm stumped. Ideas welcomed. > > Gerry Kirk > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Gerry K. <ge...@mc...> - 2001-08-09 10:59:15
Attachments:
debug+error+auth.html
debug+error+auth+perm.html
|
Cjxicj4KPGI+V2FybmluZzwvYj46ICBDYW5ub3QgYWRkIGhlYWRlciBpbmZvcm1hdGlvbiAtIGhl YWRlcnMgYWxyZWFkeSBzZW50IGJ5IChvdXRwdXQgc3RhcnRlZCBhdCAvaG9tZS9iaW5hcnljbG91 ZC9iaW5hcnljbG91ZC91c2VyL2NvbmYvZmlsZV9wZXJtaXNzaW9ucy5jb25mOjE5MykgaW4gPGI+ L2hvbWUvYmluYXJ5Y2xvdWQvYmluYXJ5Y2xvdWQvY29yZS9iYXNlL3Blcm0vcGVybWlzc2lvbnMu cGhwPC9iPiBvbiBsaW5lIDxiPjYyPC9iPjxicj4K |
From: Alex B. <tu...@tu...> - 2001-08-09 18:40:11
|
> At 10:34 PM 08/08/01 -0700, you wrote: > >> What happens if you comment out the error handler? > > I get a blank screen > >> And, what happens if you turn the error handler back on, and comment out >> permissions? > > I get a blank screen. > > Here's a summary of what I tried: > > Part commented out result > debug blank screen > auth blank screen > error blank screen > permission blank screen > auth + perm blank screen > debug + error + auth see attached file debug+error+auth.html > debug + error + auth + perm see attached file debug+error+auth+perm.html > >> I need to look in the archives on geocrawler, because I remember this >> problem... >> oh yes, edit user/conf/file_permissions.conf - remove the whitespace at the end of the file. also, in prepend, comment out the breakcrumbs_and_tabs.lib _a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Gerry K. <ge...@mc...> - 2001-08-13 08:58:05
|
At 11:41 AM 09/08/01 -0700, you wrote: > > At 10:34 PM 08/08/01 -0700, you wrote: > > > >oh yes, > >edit user/conf/file_permissions.conf - remove the whitespace at the end of >the file. There was only one blank line at the end of the file, which I deleted - why would this be a problem? >also, in prepend, comment out the breakcrumbs_and_tabs.lib Done. >_a However, I still get a blank screen. This has been a very disappointing start, so far. I don't have much more time to evaluate this dev framework, I'm afraid. Regards, Gerry |
From: Alex B. <en...@tu...> - 2001-08-13 18:34:00
|
> At 11:41 AM 09/08/01 -0700, you wrote: >>> At 10:34 PM 08/08/01 -0700, you wrote: >>> >> >> oh yes, >> >> edit user/conf/file_permissions.conf - remove the whitespace at the end of >> the file. > > There was only one blank line at the end of the file, which I deleted - why > would this be a problem? Because it's sent as output to the browser, which is expecting a header. >> also, in prepend, comment out the breakcrumbs_and_tabs.lib > > Done. > >> _a > > However, I still get a blank screen. This has been a very disappointing > start, so far. I don't have much more time to evaluate this dev framework, > I'm afraid. Don't bother with r1. You're looking at old code with old instructions - I suggest you download the current r2 cvs snapshot and set that up. best, _alex > Regards, > Gerry |