Joomfish 1.8.2 went to press just before we identified the true cause of a problem some Virtuemart and Community Builder users have been reporting. You may therefore be seeing a message that says "No valid database connection".
A fix has been applied in Subversion (the development management system) and will be included in 1.8.3. In the meantime you can eliminate the message by replacing the file "administrator/components/com_joomfish/mldatabase.php" with the version attached to this message.
If you are still using version 1.8.1 of Joomfish (or earlier you should upgrade to 1.8.2 and apply this fix).
Geraint
p.s. Edited for correct version numbers
Technical Note
This problem generally arises from the use of INSERT ... SELECT (see mysql documentation) type queries. Joomfish is unable to translate the result of this type of query since no data is returned to PHP. If the translation of the offending queries is important then it needs to be split into 2 queries so that the SELECT can be translated before the INSERT takes place.
