View Single Post
  #9  
Old 07-12-2012, 12:48 AM
flowcubano flowcubano is offline
Member
 
Join Date: May 2011
Posts: 19
there only two probleem
1.timezone
PHP Code:
date
Warning
phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/xx/public_html/php.php on line 4
date/time support    enabled
"Olson" Timezone Database Version    2012.3
Timezone Database    internal
Default timezone    UTC 
2. When I create php.ini here /usr/local/lsws/lsphp5/lib I get this error:
PHP Code:
03 Service Unavailable

The server is temporarily busy
, try again later


I have change to this configuration but still get error:
PHP Code:
date.timezone "Europe/Berlin"
extension_dir "/usr/local/lib/php/extensions/no-debug-non-zts-20090626"
extension=eaccelerator.so
zend_extension 
"/usr/local/IonCube/ioncube_loader_lin_5.3.so"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.check_mtime="1"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.debug="0"
eaccelerator.enable="1"
eaccelerator.filter=""
eaccelerator.optimizer="1"
eaccelerator.shm_max="0"
eaccelerator.shm_only="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_size="16"
eaccelerator.shm_ttl="0" 
On my extension directory I have this:
xcache.so
apc.so
memcache.so
timezonedb.so
suhosin.so
ixed.5.3.lin
eaccelerator.so
Reply With Quote