wave
prajoub_dls
2,433
สังคมนักพัฒนาระบบ (Community)
ติดตั้ง yii frame work

รบกวนผู้รู้ช่วยแนะนำการแก้ปัญหาหน่อยครับ พอดีติดตั้ง yii frame work เรียบร้อยแล้ว แต่พอมาทดสอบโปรแกรม ปรากฏว่าเกิดการ Error ระหว่างการทดสอบครับ ตัวทำ server ผมใช้ AppServ Version 8.1.0 ครับ หน้าจอขึ้นแบบนี้ครับ

PHP warning

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 the timezone 'UTC' for now, but please set date.timezone to select your timezone.

C:\AppServ\www\myapp\protected\views\layouts\main.php(51)

39 </div><!-- mainmenu -->

40 <?php if(isset($this->breadcrumbs)):?>

41 <?php $this->widget('zii.widgets.CBreadcrumbs', array(

42 'links'=>$this->breadcrumbs,

43 )); ?><!-- breadcrumbs -->

44 <?php endif?>

45

46 <?php echo $content; ?>

47

48 <div class="clear"></div>

49

50 <div id="footer">

51 <!--Copyright &copy; <?php echo date('Y'); ?> by My Company.<br/>

52 All Rights Reserved.<br/>-->

53 <?php echo Yii::powered(); ?>

54 </div><!-- footer -->

55

56 </div><!-- page -->

57

58 </body>

59 </html>


(บรรทัดที่ 51 มีอะไรผิดพลาดเหรอคับ..) ช่วยแนะนำด้วยนะครับ "มือใหม่ หัดใช้ yii Frame work ครับ" ขอบคุณครับ


2 ความคิดเห็น

  • prajoub_dls

  • มานพ กองอุ่น

สวัสดีครับ ระบบบอกให้ไปตั้งค่า Timezone น่ะครับ

ได้แล้วครับ...ขอบคุณคับ