0.00
Рейтинг
0.00
Сила
  • avatar c0yc
  • 0
Огромное спасибо, поправил под себя :)
  • avatar c0yc
  • 0
Спасибо, помогли =)
  • avatar c0yc
  • 0
кеширование выключил — не помогает.
define('SYS_HACKER_CONSOLE',false);

Помогла перезаливка файлов :) СПАСИБО огромное)
  • avatar c0yc
  • 0
Поправил в 1 месте конфиг, теперь такая ошибка:

?>n; $i++) { $t = $trace[$i]; if (!$t) continue; // Next frame. $next = isset($trace[$i+1])? $trace[$i+1]: null; // Dummy frame before call_user_func* frames. if (!isset($t['file'])) { $t['over_function'] = $trace[$i+1]['function']; $t = $t + $trace[$i+1]; $trace[$i+1] = null; // skip call_user_func on next iteration } // Skip myself frame. if (++$framesSeen < 2) continue; // 'class' and 'function' field of next frame define where // this frame function situated. Skip frames for functions // situated in ignored places. if ($ignoresRe && $next) { // Name of function «inside which» frame was generated. $frameCaller = (isset($next['class'])? $next['class'].'::': ''). (isset($next['function'])? $next['function']: ''); if (preg_match($ignoresRe, $frameCaller)) continue; } // On each iteration we consider ability to add PREVIOUS frame // to $smart stack. if ($returnCaller) return $t; $smart[] = $t; } return $smart; } } ?> return $smart; } } ?>nction write($data) { $this->blobdata .= $data; } function close() { return $this->blobdata; } function length() { return strlen($this->blobdata); } } ?>; } } ?> } return $result; } } ?>} ?>
Fatal error: Uncaught exception 'JSMinException' with message 'Unterminated string literal.' in /home/t/thatifru/public_html/pub/engine/lib/external/JSMin-1.1.1/jsmin.php:94 Stack trace: #0 /home/t/thatifru/public_html/pub/engine/lib/external/JSMin-1.1.1/jsmin.php(235): JSMin->action(1) #1 /home/t/thatifru/public_html/pub/engine/lib/external/JSMin-1.1.1/jsmin.php(64): JSMin->min() #2 /home/t/thatifru/public_html/pub/engine/modules/viewer/Viewer.class.php(992): JSMin::minify('/**? * JsHttpRe...') #3 /home/t/thatifru/public_html/pub/engine/modules/viewer/Viewer.class.php(905): ModuleViewer->CompressJs('/**? * JsHttpRe...') #4 /home/t/thatifru/public_html/pub/engine/modules/viewer/Viewer.class.php(847): ModuleViewer->Compress(Array, 'js') #5 /home/t/thatifru/public_html/pub/engine/modules/viewer/Viewer.class.php(1208): ModuleViewer->BuildHeadFiles() #6 /home/t/thatifru/public_html/pub/engine/classes/Engine.class.php(144): ModuleViewer->Shutdown() #7 /home/t/thatifru/public_html/pub/engine/classes/Engine.class.php(109): Engin in /home/t/thatifru/public_html/pub/engine/lib/external/JSMin-1.1.1/jsmin.php on line 94

Есть идеи?