Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

How do I fix this problem under UNIX / Linux php running Apache or lighttpd web server?

his problem or warning can be easil! fixed b! editing the /etc/php"ini file" #pen a command$line terminal %select Applications & Accessories & erminal'( and then t!pe the following commands or login using ssh to the remote server" )irst find out !our time*one from /etc/s!sconfig/cloc+ file( enter, # cat /etc/sysconfig/clock ZONE="America/Chicago" UTC=true ARC=false -dit /etc/php"ini( enter, # i /etc/!h!"ini .a+e the changes as follows( enter %find date"time*one and update it as follows',
#ate"time$one="America/%ima"

/ave and close the file" 0estart the Apache server, # ser ice htt!# restart If !ou are using lighttpd t!pe the following to restart it, # ser ice lightt!# restart Note, If !ou don1t have access to the /etc/php"ini file( add the following line in !our php file before an! date related functions,
<?php """" """" """ "" ?>

#ate&#efault&time$one&set'"America/%ima"() !h!info'()

You might also like