Works with most tested linux hosts
I can't tell from their website if they are linux or MS
By the wayreally give us NO info to work with.I'm having issues too.
What type of server are you on?
What have you done?
How have you installed it?
Which version of zen-cart?
Which version of this mod did you install?
What happens?
In the "readme" there are 3 steps and checks that you should do before proceeding to the next step.
What step does it beak on and how does it break?
Hi,
I have ZC 1.3.9h installed and working.
I downloaded the zip file, extracted and edited the 2 files time_zone_fix.php, even thought the doc refers to time_offset.php, uploaded each respective files (3 of them) to the correct folders on the server.
I see no change in the date/time on my admin home page (section just under the top header.
What am I doing wrong?
Thanks.
I basically edited the files, then ftp each php file to the server at the correct server folders. (linux)
File located locally:
tzf_v1.00\139gh\YOUR_RENAMES_ADMIN\includes\extra_configures\time_zone_fix.php
<?php
// Full list of timezones here: http://php.net/manual/en/timezones.php
//
// You can modify the TZ (Time Zone) by using a named Country/City
// eg:
// TZ=America/Los_Angeles
// TZ=America/Denver;
// TZ=America/Chicago
// TZ=America/Costa_Rica;
putenv ('TZ=Australia/Sydney');
?>
Uploaded to server at:
secret_admin\includes\extra_configures\time_zone_fix.php
Done the same with the other 2 files.
Thanks for the help.![]()
goto admin -> version
Search near the bottom in the "Environment" section
Confirm that there is a TZ variable there
and its value is Australia/Sydney
Hi,
Here is a message when I put the code in index.php
Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'TZ' - it's not in the allowed list.
Damn!![]()
All good now, got the hosting provider to allow it and now it is working.
Thanks for your top support!![]()
Glad you got it sorted
You may have other problems in the future
Quoting from What are the Server requirements to run Zen Cart?
"safe_mode off recommended, also for security reasons "
Bookmarks