我正在尝试帮助将第三方主题安装到 WordPress 安装中,当我单击“实时预览”或“激活”主题时收到以下三个错误代码:
警告:session_start() [function.session-start]: open(/var/chroot/home/content/66/5232766/tmp/sess_1n0eifrftmjfu96hop17kihi35, O_RDWR) failed: No such file or directory (2) in /home/content/第 461 行的 66/5232766/html/wp-content/themes/Drlawyer/functions.php
警告:session_start() [function.session-start]:无法发送会话 cookie - 已发送的标头(输出开始于 /home/content/66/5232766/html/wp-content/themes/Drlawyer/functions.php:461 ) 在第 461 行的 /home/content/66/5232766/html/wp-content/themes/Drlawyer/functions.php
警告:session_start() [function.session-start]:无法发送会话缓存限制器 - 标头已发送(输出开始于 /home/content/66/5232766/html/wp-content/themes/Drlawyer/functions.php:461 ) 在第 461 行的 /home/content/66/5232766/html/wp-content/themes/Drlawyer/functions.php
我该如何解决这些问题?