Re: [EMAIL PROTECTED] blank pages

2008-09-12 Thread fchan
Hi, Use this script to find out where php is getting these values. Open a new file and call it php.ini and then put the following contents: then put this information in your DOCUMENT_ROOT and then call this script from your browser and it will show you all of your information php on your sy

Re: [EMAIL PROTECTED] blank pages

2008-09-12 Thread Bradley Giesbrecht
php.net is your friend Just type "http://php.net/"; followed by something like a function name or env var. http://php.net/error_reporting Turn on error_reporting in php.ini and your page will not be blank. You might be using an old script with php5 or newer that use global variables. I

Re: [EMAIL PROTECTED] blank pages

2008-09-12 Thread Justin Pasher
Marc Fromm wrote: I am setting up a new server. My pages come up blank. I checked the httpd error log and found this error: PHP Notice: Undefined variable: DOCUMENT_ROOT in /var/www/html/studentjobs/index.php on line 6, referer: Phpinfo on the old (working) server and the new server both repo

[EMAIL PROTECTED] blank pages

2008-09-12 Thread Marc Fromm
I am setting up a new server. My pages come up blank. I checked the httpd error log and found this error: PHP Notice: Undefined variable: DOCUMENT_ROOT in /var/www/html/studentjobs/index.php on line 6, referer: Phpinfo on the old (working) server and the new server both report: DOCUMENT_ROOT

Re: [EMAIL PROTECTED] blank pages served when mod_cache is used on apache 2.2.8

2008-07-17 Thread rossputin
Hi, apologies, this problem was entirely my fault, the caching in apache was working just fine, there was a complex bug in the technology stack the cache sits on top of. Regards, Ross. rossputin wrote: > > Hi, > > I am hoping someone can point me to documentation on how to fix a problem >

[EMAIL PROTECTED] blank pages served when mod_cache is used on apache 2.2.8

2008-07-09 Thread rossputin
Hi, I am hoping someone can point me to documentation on how to fix a problem I am experiencing. I am using mod_disk_cache with the following settings: CacheDefaultExpire 3600 CacheRoot /var/cache/apache2/mod_disk_cache CacheEnable disk / CacheMaxFileSize 2000 CacheDirLevels 5 CacheDirLengt