opencloset / OpenCloset-Share-Web

OpenCloset::Share::Web
https://share.theopencloset.net
Artistic License 2.0
2 stars 2 forks source link

의류의 상세 이미지창이 열리지 않음 #170

Closed 10001if closed 7 years ago

10001if commented 7 years ago

https://staff.theopencloset.net/clothes/J0PK 에서 큰 이미지를 보기 위해 상세 이미지창이 열리도록 클릭하면 https://avatar.theopencloset.net/avatar/c682bc2cf77aa9fbbe9f443efed00455/images/ 과 같은 창에서 오류가 발생합니다. 의류의 상세 이미지를 확인 할 수 있도록 수정 요청드립니다.

aanoaa commented 7 years ago
[Mon Oct 30 13:49:59 2017] [debug] Rendering template "mojo/debug.html.ep"
[Mon Oct 30 13:49:59 2017] [debug] Rendering template "mojo/menubar.html.ep"
[Mon Oct 30 13:49:59 2017] [debug] 404 Not Found (0.032172s, 31.083/s)
[Mon Oct 30 13:50:56 2017] [debug] GET "/avatar/c682bc2cf77aa9fbbe9f443efed00455/images"
[Mon Oct 30 13:50:56 2017] [debug] Routing to controller "OpenCloset::Avatar::Web::Controller::Avatar" and action "images"
[Mon Oct 30 13:50:56 2017] [debug] Template "avatar/images.html.ep" not found
[Mon Oct 30 13:50:56 2017] [debug] Template "not_found.development.html.ep" not found
[Mon Oct 30 13:50:56 2017] [debug] Template "not_found.html.ep" not found
[Mon Oct 30 13:50:56 2017] [debug] Rendering cached template "mojo/debug.html.ep"
[Mon Oct 30 13:50:56 2017] [debug] Rendering cached template "mojo/menubar.html.ep"

템플릿을 못찾고 있습니다. $MOJO_HOME 이 잘못 설정된게 아닌가 싶습니다.

app 의 오류는 아닌 것 같고 배포의 문제인 것 같습니다.

aanoaa commented 7 years ago

https://avatar.theopencloset.net/avatar/c682bc2cf77aa9fbbe9f443efed00455

이걸로 큰 이미지는 볼 수 있습니다.

aanoaa commented 7 years ago

ubic 설정파일에 MOJO_HOME env 를 알맞게 설정하고 재시작 하였습니다. 현재는 잘 동작하고 있습니다.

thumbnail 파일이 volunteer 에 저장되는 일이 있는데 MOJO_HOME 이 설정되지 않아서 발생한게 아닌가 싶습니다.

10001if commented 7 years ago

확인 하였습니다. 감사합니다. ^^