Issue with form submissions

0

Hi,

I host my websites on AWS Lightsail, whenever a form is submitted I get an error "server error", the websites are built using Wordpress/Elementor PRO. I've been on to Elementor PRO support and they have advised that the error is not on their end and it's due to my hosting.

I only moved over the Lightsail last year, but before with other hosting I never had this issue.

Can anyone assist?

Thanks, Luke

LukeC
已提问 4 个月前77 查看次数
1 回答
0

Hello.

Please connect to Lightsail using SSH etc. and check the web server access log and error log.
If it is a server error, the web server log will show some kind of log output that will help identify the cause of the error.

profile picture
专家
已回答 4 个月前
  • I'm not too familiar with this, would you be able to provide me information on how I can check this? I have SSH open but unsure what to enter to see this information. Thank you for your reply!

  • Are you using Bitnami WordPress? If so, I think the log file will be output to the following directory.

    cd /opt/bitnami/apache2/logs
    ls -la
    

    Once you have found the log file, try displaying the log using the following command.

    tail -100 error_log
    

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则