The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question
Phantom message stuck in Recent Discussions tab.
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'philiplardner';
var $db = 'ihpa_website';
var $dbprefix = 'jos_';
all of which seems to be correct. The db on my remote server is called ihpa_website and the jos_ prefix is also correct. The one thing I am not 100% certain of is whether or not $host='localhost' is correct or if it should be something else.
I have raised a support ticket with my ISP about this and will report back when they reply tomorrow.
Mystery solved - my ISP recently moved my db from a PHP4 to a PHP5 server and did not give me the new db URL - great service, huh?! :dry: Logging in with the correct URL to the new server... and all my data (including the phantom message) are indeed where they should be.