douchao9899 2015-06-15 03:52
浏览 126
已采纳

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

I just faced this problem recently, I don't what causes it. But I need help fixing it.

The error are :

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)

The theme I'm using is , Love Fashion - Responsive WordPress Theme

I've tried accessing my FTP, checked the CSS all pointing towards the font awesome. Any ideas?

  • 写回答

1条回答 默认 最新

  • duanrang3357 2015-06-16 06:39
    关注

    First error is a general server error (look for http 500 status code). It's very unspecific so it you could look up in your server logs fore more information.

    Second error occurs because the font url can't be reached - try it for you self and open the url of the font in your browser. You will get an error.

    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)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥15 求苹果推信imessage批量推信技术
    • ¥15 ubuntu 22.04 系统盘空间不足。隐藏的docker空间占用?(相关搜索:移动硬盘|管理系统)
    • ¥15 利用加权最小二乘法求亚马逊各类商品的价格指标?怎么求?
    • ¥15 c++ word自动化,为什么可用接口是空的?
    • ¥15 Matlab计算100000*100000的矩阵运算问题:
    • ¥50 VB6.0如何识别粘连的不规则的数字图片验证码
    • ¥16 需要完整的这份订单所有的代码,可以加钱
    • ¥15 Stata数据分析请教
    • ¥15 请教如何为VS2022搭建 Debug|win32的openCV环境?
    • ¥15 关于#c++#的问题:c++如何使用websocketpp实现websocket接口调用,求示例代码和相关资料