I get this strict warning when I ask a question in faq_ask module: Strict warning: Only variables should be passed by reference in faq_ask_node_insert(). The PHP file is faq_ask module and the path to it's location is: sites\all\modules\faq_ask\faq_ask.module). The code looks like this:
// Are we notifying the expert(s)?
if (variable_get('faq_ask_notify',FALSE)) {
// Use only the first term entered in the correct vocabulary.
$term = taxonomy_term_load(array_shift(array_keys($terms)));
The code is found around line 466 in the faq_ask module file. I've been looking around for a solution to this probleme but I dont know much PHP, I just started focusing on the subject, and the fact is; I'll probabely never be a expert.