본문 바로가기
카테고리 없음

엘리멘터(Elementor) 500 internal server error 해결책

by 여목_ 2021. 2. 22.
반응형

나의 경우에는 페이지가 길어질수록? 페이지를 저장하는데 많은 오류가 생겼다. 서버알못에다가 워드프레스 알못이기 때문에 어떤 부분에서 에러가 나는지 알 방법이 없어 엘리멘터 홈페이지에 들어갔다. 

elementor.com/help/500-error/

 

I Get 500 Error While Using Elementor | Elementor

If you receive a 500 error while using Elementor you must check the PHP error logs of your server to determine the cause of the problem.

elementor.com

여기에 들어가면 해결책이 나온다. 보통은 메모리 할당 때문에 그렇다고 하는데, 그걸 어떻게 해야하는지 모르기 때문에 링크를 찾아가다보니 여기까지 이르게 되었다. 

wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php

 

Editing wp-config.php

One of the most important files in your WordPress installation is the wp-config.php file. This file is located in the root of your WordPress file directory and contains your website’s base co…

wordpress.org

그래서 wp-config.php 파일을 아래와 같이 수정하여 해결할 수 있었다. 

그랬더니 정말 잘 된다. 저것이 의미하는 것이 무엇인지는 알 수 없으나 일단은 해결을 했다. 속이 후련하다. 

댓글