- เครดิต
- 287
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 20
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
dungdong ตอบกลับเมื่อ 2012-8-25 04:50 
Fatal error: Call to undefined function show() in /home/animet/domains/anime-thai.net/public_html/bb ...
เปิดไฟล์ source/function/function_core.php
ดู บรรทัดที่ 1128 - 1143- if(defined('IN_MOBILE')) {
- mobileoutput();
- }
- include_once libfile('function/cloud');
- show();
- $havedomain = implode('', $_G['setting']['domain']['app']);
- if($_G['setting']['rewritestatus'] || !empty($havedomain)) {
- $content = ob_get_contents();
- $content = output_replace($content);
- ob_end_clean();
- $_G['gzipcompress'] ? ob_start('ob_gzhandler') : ob_start();
- echo $content;
- }
คัดลอกไปที่คลิปบอร์ด เปลี่ยนเป็น- if(defined('IN_MOBILE')) {
- mobileoutput();
- }
- include_once libfile('function/cloud');
- $havedomain = implode('', $_G['setting']['domain']['app']);
- if($_G['setting']['rewritestatus'] || !empty($havedomain)) {
- $content = ob_get_contents();
- $content = output_replace($content);
- ob_end_clean();
- $_G['gzipcompress'] ? ob_start('ob_gzhandler') : ob_start();
- echo $content;
- }
คัดลอกไปที่คลิปบอร์ด |
|