dta38159 2017-04-12 09:06
浏览 19

硬盘启动并且站点崩溃后WordPress错误

The hard disk of our web server went full overnight and one of our sites crashed. We increased disk space and now at the top of admin backend, we are seeing this error:

Warning: session_start(): open(/tmp/sess_9mrmtgmqb49bfs661n4pqhagq1, O_RDWR) failed: No such file or directory (2) in /home/prikkabelled/public_html/wp-content/plugins/woocommerce-simply-order-export/classes/class-export-import-tool.php on line 140

Many other plugins are acting weird as well. What do we need to do?

Here is a possible solution: Warning: session_start() [function.session-start]: open(/tmp/sess_e07..42c14904, O_RDWR)

But not sure what they mean by, "then before start_session,".

Please help!

  • 写回答

1条回答 默认 最新

  • dongyi1015 2017-04-12 09:15
    关注

    Your server it's looking for the session info of your session cookie. But that's only a warning not a big problem. The problem it's that warning it's breaking your headers because you're showing errors in the HTML. In a production site that should be deactivated.

    Check the wp-config.php of your WordPress and set this on that file:

    @ini_set('display_errors','Off'); 
    define('WP_DEBUG_DISPLAY', false);
    
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据