PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : مشکل در IBSng



ramin_malek
July 7th, 2013, 19:09
سلام من پیکیج Openssl پاک کردن از اون موقع روی IBSng


Warning: Illegal string offset 'tm_year' in /usr/local/IBSng/interface/IBSng/inc/error.php on line 26

Warning: Illegal string offset 'tm_mon' in /usr/local/IBSng/interface/IBSng/inc/error.php on line 26

Warning: Illegal string offset 'tm_mday' in /usr/local/IBSng/interface/IBSng/inc/error.php on line 26

Warning: Illegal string offset 'tm_hour' in /usr/local/IBSng/interface/IBSng/inc/error.php on line 26

Warning: Illegal string offset 'tm_min' in /usr/local/IBSng/interface/IBSng/inc/error.php on line 26


این ارور میده راهی برای رفعش هست

سیستمم centos هست

ehsan_296
October 27th, 2013, 03:12
منم به این مشکل خوردم کسی می تونه کمکی کنه . البته php رو به 5.4 آپدیت کردم اینطوری شد

ehsan_296
October 27th, 2013, 19:41
کسی که کمک نکرد . ما حلش کردیم استفاده کنید :)



nano /usr/local/IBSng/interface/IBSng/inc/error.php


این خط باید مثل این باشه


$timeArr=localtime(time(),1);

meray
November 24th, 2013, 23:58
واسه freer این خطا رو میده چه کار میشه کرد؟ کلا چی میگه این خطا ؟مفهومش چیه؟

ehsan_296
November 25th, 2013, 00:05
تایم سرور رو باید ببینید از کجا می خونه

اطلاعات رو بدید نگاه کنم براتون

miladff
November 29th, 2013, 21:41
من انجام دادم با ارور زیر مواجه شدم :(




Warning: localtime(): 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 /usr/local/IBSng/interface/IBSng/inc/error.php on line 25

Warning: localtime(): 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 /usr/local/IBSng/interface/IBSng/inc/error.php on line 25
Friday, November 29, 2013

ServerDL.com
January 25th, 2014, 02:23
فایل php.ini را باز کن
nano /etc/php.ini
بعد این خط بهش اضافه کن

date.timezone ="Asia/Tehran"


اخر کارم
service httpd restart

banshee
May 19th, 2014, 16:21
خیلی آقایییییییییییی
دو روز بود دنبالش بودم
توی سایت های خارجی هم چیزی پیدا نکردم
مرسی ;)

کسی که کمک نکرد . ما حلش کردیم استفاده کنید :)



nano /usr/local/IBSng/interface/IBSng/inc/error.php


این خط باید مثل این باشه


$timeArr=localtime(time(),1);