User #1 - All forums
User #2 - Forums 1, 2, 3, 5, 7, 8
Guest - Forums 1, 2, 5
I'm facing the same problem. View source gives a hint:gs2088c wrote:Any idea why I'm getting this?
================================================
Internet Explorer cannot display this feed
This feed contains code errors.
Go back to the previous page.
More information
Only one top level element is allowed in an XML document.
Line: 1292 Character: 2
<br />
================================================
Did 2.2.15 to 2.2.16 then 2.2.17
Thanks.
Code: Select all
<b>Fatal error</b>: Cannot redeclare login_jfusion() (previously declared in /home/username/public_html/forum/includes/auth/auth_jfusion.php:20) in <b>/home/username/public_html/forum/includes/auth/auth_jfusion.php</b> on line <b>46</b><br />
Code: Select all
function kill_session ($new_session=true)
{
// Kill the sessions we consumed. We don't want to use session_kill() because it updates user_lastvisit,
// which we don't necessarily want to do since the user may want to visit the board later and see
// messages in the feed as unread.
global $db, $user, $config, $phpEx, $phpbb_root_path;
$sql = 'DELETE FROM ' . SESSIONS_TABLE . "
WHERE session_id = '" . $db->sql_escape($user->session_id) . "'
AND session_user_id = " . (int) $user->data['session_id'];
$db->sql_query($sql);
// Allow connecting logout with external auth method logout
$method = 'logout_' . basename(trim($config['auth_method']));
if (!function_exists($method))
{
include($phpbb_root_path . 'includes/auth/auth_' . $method . '.' . $phpEx);
}
$method($user->data, $new_session);
return;
}
Mark,MarkDHamill wrote:Please check smartfeed.php. The kill_session function in likes 687-710 should be:
Edit: Changed username in path<b>[phpBB Debug] PHP Notice</b>: in file <b>/home/username/public_html/joomla/libraries/joomla/session/session.php</b> on line <b>423</b>: <b>session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /includes/feedcreator.class.php:695)</b><br />
Code: Select all
General Error
Language file ./language/en/mods/smartfeed.php couldn't be opened.