www.mgscreativa.com.ar/content1
prefix is "jos_"
Hi Razor7,
this is because u have not written any content on the site yet. Since returning value is null, it is assumed that query is returning with error. I hope, I have guessed correctly. Can you try one of the following?
1. Add a content and see if it still returns error...
OR
2. Go to your joomla installation directory/modules. Open mod_blogcal.php and comment out lines 202 to 206 ( shown below).
// if (!$catlist) {
// $message = 'Invalid query: ' . mysql_error() . "\n";
// $message .= 'Whole query: ' . $query;
// die($message);
// }
Let me know once you have tried it.