Jump to content

[Resolved] v6.09 News & Announcements not showing on Dashboard


Recommended Posts

Yes, as soon as I copied this full 6.0.8 section back in 6.0.9 dashboard.index.inc.php, the News shows up.

	$url = parse_url($url);
	$path = (isset($url['query'])) ? $url['path'].'?'.$url['query'] : $url['path'];
	$request = new Request($url['host'], $path);
	$request->cache(true);
	$request->skiplog(true);
	$request->setMethod('post');
	$request->setData('Null');

setData Null line is missing in 6.0.9.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...