این ارور :
کد:
Warning: date() [function.date]: 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 'Asia/Tehran' for 'IRST/3.0/no DST' instead in
همه جا ظاهر میشه ، نمیتونم تک تک اسکریپت ها رو دستی ویرایش کنم تا
کد PHP:
date_default_timezone_set('Asia/Tehran');
رو براشون قرار بدم ، در php.ini سرچ کردم date.timezone و ب صورت زیر ادیتش کردم :
کد:
date.timezone = "Asia/Tehran"
اما بازم این مشکل هست .
یک سوال دیگه ، چطور از php.ini نمایش خطاها رو غیرفعال کنم ؟