Hi,

before i start, im a total newbie to this, so please be kind

I have got my own webserver running with the following:
Fedora 14
mySQL 5.1.52
PHP 5.3.3
Zencart v1.3.9h

When i run \zc_install i am getting the following error.

ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing.

so i edit my /etc/php.ini file to show the following

[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetim....date.timezone
date.timezone = "Europe/London"


restart the httpd service.

I am still getting the above error.

my phpinfo.php file says :

date
date/time support enabled
"Olson" Timezone Database Version 0.system
Timezone Database internal
Default timezone Europe/London

Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value

can some-one pls help me and tell me where i am going wrong

Thanks in advance for your help....