안녕하세요!

타운분들덕에 열심히 서버 세팅을 배우고 있는 안개입니다^^

DB까지 입력하고 관리자 정보를 입력하고 마무리를 하려는 순간!

떡 하고 500에러가 뜨고 있습니다 ㅠ_ㅠ

세팅은 

nginx 1.12  + mariadb10.2+php7.1이구요.

간신히 php-fpm까지 연동이 끝났습니다.

많은 분들이 500관련해서 이러한 에러가 뜨는것 같아 도움이 될지도 모른다는 생각에 이렇게 조언을 구하고자 글을 올립니다.

 

nginx에러 로그 파일을 보면 아래와 같이 나온답니다.

솔직히...-ㅁ-;1~10줄까지는 대충은 알겠는데(실제 폴더에서 확인하니 파일이 없더라구요)

나머지는 진짜 모르겠습니다.

실력자 분들께 조언을 구하고자합니다 =0=;

 

사이트는 http://cowardlion.com입니다.

설치 화면만 나오실꺼예요 ㅎ;설치에서 진행이 안되서요

 

 

2018/02/14 12:42:01 [error] 8900#8900: *101 open() "/home/cowardlion/modules/install/common/img/msg.loading.gif" failed (2: No such file or directory), client: 119.204.23.32, server: cowardlion.com, request: "GET /modules/install/common/img/msg.loading.gif HTTP/1.1", host: "cowardlion.com", referrer: "http://cowardlion.com/modules/install/tpl/css/install.css?20180213082614"
2018/02/14 12:42:01 [error] 8900#8900: *101 open() "/home/cowardlion/favicon.ico" failed (2: No such file or directory), client: 119.204.23.32, server: cowardlion.com, request: "GET /favicon.ico HTTP/1.1", host: "cowardlion.com", referrer: "http://cowardlion.com/"
2018/02/14 12:45:49 [error] 8900#8900: *105 open() "/home/cowardlion/modules/install/common/img/msg.loading.gif" failed (2: No such file or directory), client: 119.204.23.32, server: cowardlion.com, request: "GET /modules/install/common/img/msg.loading.gif HTTP/1.1", host: "cowardlion.com", referrer: "http://cowardlion.com/modules/install/tpl/css/install.css?20180213082614"
2018/02/14 12:45:53 [error] 8900#8900: *105 open() "/home/cowardlion/modules/install/common/img/msg.loading.gif" failed (2: No such file or directory), client: 119.204.23.32, server: cowardlion.com, request: "GET /modules/install/common/img/msg.loading.gif HTTP/1.1", host: "cowardlion.com", referrer: "http://cowardlion.com/modules/install/tpl/css/install.css?20180213082614"
2018/02/14 12:46:09 [error] 8900#8900: *105 open() "/home/cowardlion/modules/install/common/img/msg.loading.gif" failed (2: No such file or directory), client: 119.204.23.32, server: cowardlion.com, request: "GET /modules/install/common/img/msg.loading.gif HTTP/1.1", host: "cowardlion.com", referrer: "http://cowardlion.com/modules/install/tpl/css/install.css?20180213082614"
2018/02/14 12:46:24 [error] 8900#8900: *105 FastCGI sent in stderr: "PHP message: PHP Exception: Error #0 "Call to undefined method BaseObject::isConnected()" in modules/install/install.controller.php on line 207
#0 /home/cowardlion/classes/module/ModuleObject.class.php(556): installController->procInstall()
#1 /home/cowardlion/classes/module/ModuleHandler.class.php(789): ModuleObject->proc()
#2 /home/cowardlion/index.php(53): ModuleHandler->procModule()
PHP message: PHP Fatal error:  Uncaught Error: Call to undefined method BaseObject::executeQuery() in /home/cowardlion/common/legacy.php:160
Stack trace:
#0 /home/cowardlion/modules/module/module.model.php(616): executeQueryArray('module.getTrigg...')
#1 /home/cowardlion/classes/module/ModuleHandler.class.php(1244): moduleModel->getTriggers('moduleHandler.i...', 'before')
#2 /home/cowardlion/classes/module/ModuleHandler.class.php(112): ModuleHandler::triggerCall('moduleHandler.i...', 'before', Object(ModuleHandler))
#3 /home/cowardlion/classes/context/Context.class.php(1540): ModuleHandler->__construct()
#4 /home/cowardlion/common/framework/debug.php(517): Context::displayErrorPage('\xEC\x84\x9C\xEB\xB2\x84 \xEC\x98\xA4\xEB\xA5\x98', '\xEC\x98\xA4\xEB\xA5\x98 \xEB\xA9\x94\xEC\x8B\x9C\xEC\xA7...', 500)
#5 /home/cowardlion/common/framework/debug.php(398): Rhymix\Framework\Debug::displayErrorScreen('\xEC\x98\xA4\xEB\xA5\x98 \xEB\xA9\x94\xEC\x8B\x9C\xEC\xA7...')
#6 [internal function]: Rhymix\Framework\Debug:...
PHP message: PHP Fatal Error: Uncaught Error: Call to undefined method BaseObject::executeQuery() in /home/cowardlion/common/legacy.php:160
Stack trace:
#0 /home/cowardlion/modules/module/module.model.php(616): executeQueryArray('module.getTrigg...')
#1 /home/cowardlion/classes/module/ModuleHandler.class.php(1244): moduleModel->getTriggers('moduleHandler.i...', 'before')
#2 /home/cowardlion/classes/module/ModuleHandler.class.php(112): ModuleHandler::triggerCall('moduleHandler.i...', 'before', Object(ModuleHandler))
#3 /home/cowardlion/classes/context/Context
~
 

 

  • profile

    PHP Exception: Error #0 "Call to undefined method BaseObject::isConnected()

    PHP Fatal Error: Uncaught Error: Call to undefined method BaseObject::executeQuery()

    이런 오류는 십중팔구 DB 연동 문제입니다.