由于此错误,Wordpress 页面无法继续

Wordpress page can't continue due to this error

我最近刚遇到这个问题,我不知道是什么原因造成的。但我需要帮助修复它。

错误是:

http://www.udesign.my/aaf4/wp-admin/admin-ajax.php?action=woocommerce_checkout Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://fonts.googleapis.com/css?family=century+gothic+:300,400 Failed to load resource: the server responded with a status of 400 (Bad Request)

我使用的主题是,Love Fashion - Responsive WordPress Theme

我已经尝试访问我的 FTP,检查了 CSS 是否都指向 awesome 字体。 有什么想法吗?

第一个错误是一般服务器错误(查找 http 500 状态代码)。它非常不具体,因此您可以在服务器日志中查找它以获取更多信息。

第二个错误是因为字体 url 无法访问 - 自己尝试并在浏览器中打开字体 url。你会得到一个错误。

Error (400): Missing font family

The requested font families are not available.

Requested: century gothic (style: normal, weight: 300),century gothic (style: normal, weight: 400)