特定のページで不明なエラーが発生する
初めて質問させていただきます。
どうぞよろしくお願いいたします。
特定のページで「不明なエラーが発生しました」となり、
ページを表示することができなくなってしまいました。
モジュールの更新など、特に何も行っていないのですが、
急にエラーが出るようになりました。
一度不明なエラーが発生すると、その後は
そのページでは必ず不明なエラーになります。
不明なエラーが出るページは日に日に
増えていっているようです。
管理画面からログを確認したところ、
以下のようなメッセージが記録されていました。
Notice: Trying to get property of non-object in user_node_load() (line 3684 of /var/www/vhosts/hogehoge.com/httpdocs/modules/user/user.module).
Notice: Undefined index: 0 in user_node_load() (line 3684 of /var/www/vhosts/hogehoge.com/httpdocs/modules/user/user.module).
エラーが発生する原因を調べる方法はないでしょうか。
どうかお助け下さい。。。
Getting an error while using Delta
I am new to Drupal.
I am trying to learn how to use the Omega theme with this tutorial:
http://drupal.org/node/1298616
I enabled all the modules (context, delta, chaos tools etc.), and I’ve tried to create a new Delta layout and got this error:
Fatal error: Call to undefined function delta_get_current() in C:\wamp\www\mysite\themes\omega\alpha\includes\alpha.inc on line 222
And now I can’t go to the site (localhost/mysite) since I get this error and that’s it.
Read more