ช่วยดูหน่อยครับ อัพแล้วเกิด error - Joomla! Forum - community, help and support


เว็บขึ้นครับ แต่มี error เป็นเพราะอะไรคร๊าบบบบ

บรรทัดที่ error ครับ  :(

joomla.php
697 setcookie( $sessioncookiename, '-', false, '/' );


index.php
226 header( 'expires: mon, 26 jul 1997 05:00:00 gmt' );
227 header( 'last-modified: ' . gmdate( 'd, d m y h:i:s' ) . ' gmt' );
228 header( 'cache-control: no-store, no-cache, must-revalidate' );
229 header( 'cache-control: post-check=0, pre-check=0', false );
230 header( 'pragma: no-cache' );

image

1. แล้วที่เครื่องตัวเอง localhost  มันขึ้น error หรือเป่า      :pop

2. หรืออาจใช้ @ แก้ไปก่อน

joomla.php
697 @setcookie( $sessioncookiename, '-', false, '/' ); 

index.php
226 @header( 'expires: mon, 26 jul 1997 05:00:00 gmt' );
227 @header( 'last-modified: ' . gmdate( 'd, d m y h:i:s' ) . ' gmt' );
228 @header( 'cache-control: no-store, no-cache, must-revalidate' );
229 @header( 'cache-control: post-check=0, pre-check=0', false );
230 @header( 'pragma: no-cache' );





Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support