Extra Form
PHP PHP 7.4
CMS Rhymix 2.1

스크린샷 2024-02-07 222721.png

스크린샷 2024-02-07 222326.png

 

Fatal error: Uncaught Rhymix\Framework\Exception: Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/message/skins/xedition/system_message.html.compiled.php in /volume1/web_dandi/common/framework/Template.php on line 365 Rhymix\Framework\Exception: Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/message/skins/xedition/system_message.html.compiled.php in /volume1/web_dandi/common/framework/Template.php on line 365 Call Stack: 0.0087 678176 1. Rhymix\Framework\Debug::exceptionHandler($e = class Rhymix\Framework\Exception { protected $message = 'Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/install/tpl/license_agreement.html.compiled.php'; private ${Exception}string = ''; protected $code = 0; protected $file = '/volume1/web_dandi/common/framework/Template.php'; protected $line = 365; private ${Exception}trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...]]; private ${Exception}previous = NULL; public $xdebug_message = '\nRhymix\\Framework\\Exception: Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/install/tpl/license_agreement.html.compiled.php in /volume1/web_dandi/common/framework/Template.php on line 365\n\nCall Stack:\n 0.0000 363120 1. {main}() /volume1/web_dandi/index.php:0\n 0.0069 662592 2. ModuleHandler->displayContent($oModule = class installView { public $module = \'install\'; public $module_info = class stdClass { public $module = \'install\'; public $mid = N' }) /volume1/web_dandi/common/framework/Debug.php:0 0.0087 679064 2. Rhymix\Framework\Debug::displayErrorScreen($message = 'Rhymix\\Framework\\Exception #0 "Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/install/tpl/license_agreement.html.compiled.php" in index.php on line 60 (via common/framework/Template.php on line 365)', $location = 'common/framework/Template.php:365') /volume1/web_dandi/common/framework/Debug.php:651 0.0088 654232 3. Context::displayErrorPage($title = '서버 오류', $message = 'Rhymix\\Framework\\Exception #0 "Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/install/tpl/license_agreement.html.compiled.php" in index.php on line 60 (via common/framework/Template.php on line 365)', $status = 500, $location = 'common/framework/Template.php:365') /volume1/web_dandi/common/framework/Debug.php:778 0.0093 666016 4. ModuleHandler->displayContent($oModule = class MessageView { public $module = 'message'; public $module_info = NULL; public $origin_module_info = NULL; public $module_config = NULL; public $module_path = '/volume1/web_dandi/modules/message/'; public $xml_info = NULL; public $module_srl = NULL; public $mid = NULL; public $act = NULL; public $template_path = '/volume1/web_dandi/modules/message/skins/xedition/'; public $template_file = 'system_message'; public $layout_path = NULL; public $layout_file = NULL; public $edited_layout_file = NULL; public $stop_proc = FALSE; public $user = class Rhymix\Framework\Helpers\SessionHelper { public $member_srl = 0; public $is_admin = 'N'; public $group_list = [...]; public $menu_list = [...] }; public $request = class Rhymix\Framework\Request { public $method = 'GET'; public $compat_method = 'GET'; public $url = ''; public $hostname = 'dandi.ne.kr'; public $domain = NULL; public $protocol = 'https'; public $callback_function = ''; protected $_route_status = 200; protected $_route_options = class stdClass { ... }; public $module = ''; public $mid = ''; public $act = ''; public $args = [...] }; public $ajaxRequestMethod = [0 => 'XMLRPC', 1 => 'JSON']; public $gzhandler_enable = TRUE; public $error = -1; public $message = '서버 오류'; public $variables = ['errorDetail' => 'Rhymix\\Framework\\Exception #0 "Cannot write template cache file: /volume1/web_dandi/files/cache/template/modules/install/tpl/license_agreement.html.compiled.php" in index.php on line 60 (via common/framework/Template.php on line 365)']; public $httpStatusCode = 500 }) /volume1/web_dandi/classes/context/Context.class.php:1588 0.0094 666240 5. DisplayHandler->printContent($oModule = class MessageView { public $module = 'message'; public $module_info = NULL; public $origin_module_info = NULL; public

 

 

안녕하세요?

오랜만에 인사드립니다. 오늘 새로운 사이트 구축을 위해 시놀로지 나스에 설치를 할려고 하는데요.

위와 같이 알수 없는 오류가 뜹니다. 이전과 같은 방식으로 설치를 시도한다고 했지만 어떤 부분을 놓친건지 이런 오류를 뿜네요.

처음 보는 오류라 당황스러워 검색을 해봤지만 아직 답을 못 찾고 있습니다.

 

위 증상만으로 어떤 문제인지 알 수 있을까요? 

  • profile

    Fatal error: Uncaught Rhymix\Framework\Exception: Cannot write template cache file:
    /volume1/web_dandi/files/cache/template/modules/message/skins/xedition/system_message.html.compiled.php

    /volume1/web_dandi/files/cache 폴더에 파일 쓰기 권한이 있는지 퍼미션을 확인해보세요.

    files , files/cache 폴더는 보통 707 로 지정합니다.

  • profile profile
    라이믹스를 다운로드한 경로에 files 폴더를 생성하고, 퍼미션을 777 또는 707로 변경합니다.

    방금 확인해보니 혹시나 싶어서 707로 바꾸니 설치가 됩니다. 감사합니다.