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
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
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
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
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
>
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