Author: evolver » Fri May 05, 2006 6:40 am
The warning is getting an error from functions_im.php (line 95)
- Code: Select all
function init_imprefs($id, $style_setup = false, $get_default = false)// Gets user IM preferences from the database.{ global $db, $prill_config, $lang, $append_msg, $theme, $template, $images; $id = intval($id); $im_data = array(); if( $id == ANONYMOUS || empty($id) ) { $im_data['current_mode'] = MAIN_MODE; return $im_data; } else { $sql = 'SELECT * FROM ' . IM_PREFS_TABLE . ' WHERE user_id=' . $id; if ( !($result = $db->sql_query($sql)) ) { // Bad mojo $msg = $lang['No_prill_prefs'] . $append_msg; message_die(CRITICAL_ERROR, $msg, '', __LINE__, __FILE__, $sql); } if ( !($im_data = $db->sql_fetchrow($result)) ) { $msg = $lang['No_prill_userprefs'] . $append_msg; message_die(CRITICAL_ERROR, $msg, '', __LINE__, __FILE__, $sql); }
Line 95 is about the last 'IF'
Sorry, I don't know what it means exactly... <img>
Delete your cookies and try again to see what happends...
Last edited by evolver on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Always remember you're unique, just like everyone else.
We are born naked, wet and hungry. Then things get worse.
Don't take life too seriously, you won't get out alive.