By stefano rigazio on Tuesday, 15 April 2014
Posted in General Issues
Likes 0
Views 606
Votes 0
I have updated to the latest version I have several problems: watch 1.jpg screnshot for some problems of this page: http://www.studiokaleidos.it/dialoghi.html
Then if I click on the button to ask a question and look at the screenshot you can see other troubles 2.jpg
to finish if I fill out all the fields and I click on the button to send the discussion, nothing happens
thanks a lot

stefano
Hello stefano rigazio,

I have help you change System Environment to static mode, it work fine now, please have a check
·
Wednesday, 16 April 2014 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefano,

I have apply the fix to your site and now the position of items are fixed.

However, the sent button is broken due to the missing files in mod_recentdiscussion. Can you reinstall back this module because this module effecting your site and recompile back your stylesheet? Please try this and please do update us.

Hope this will help.
Thanks.
·
Tuesday, 15 April 2014 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I installed the update to Recent Discussions and error in module
thanks a lot

stefano
·
Tuesday, 15 April 2014 20:57
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried to compile the data, but does not send the discussion (I'm trying not logged in)
·
Tuesday, 15 April 2014 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello stefano rigazio,

As my colleague mentioned above, already help you solved your first css issues.

It seems like this was known issues
Notice: Undefined variable: groupByQuery in /var/www/studiokaleidos.it/modules/mod_recentdiscussions/helper.php on line 87


I added this variable in your file JoomlFolder/modules/mod_recentdiscussions/helper.php LINE 28

$limitQuery = '';
$catQuery = '';
$exclusionQuery = '';

Replace with
		
$groupByQuery = '';
$limitQuery = '';
$catQuery = '';
$exclusionQuery = '';


Hope this help.
·
Tuesday, 15 April 2014 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
ok great, but still does not work the ability to send a new discussion.
I click on the "submit" button but nothing happens
·
Tuesday, 15 April 2014 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post