
03-05-2011, 01:48 AM
|
|
|
Join Date: Oct 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by testbot
those are warnings. in reality, you shouldn't display warnings on your page. it's a security vulnerability and should only be used when debugging an app. in a production environment you should log (not display) errors. warnings are optional. by default that is decided in the php.ini file. it might be somewhere else depending on your hosting provider.
regardless, i will look into that and see if there's anything i can do to make the warnings go away.
|
Ok
This is my php.ini
Quote:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fields et="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
|
Where is the error?
|