message
- Posted by TemplatePlazza (5262) Offline
Strange, the error message should not appear in the backend, as it's referring to frontend module.
Anyway could you tell me what joomla and php version do you use?
Is it possible to get a temporary access to your administrator page? If it's possible you can add them in the Your Site Details tabs below. Only support team will be able to see it.
5 years 3 months ago #7
by TemplatePlazza
Anyway could you tell me what joomla and php version do you use?
Is it possible to get a temporary access to your administrator page? If it's possible you can add them in the Your Site Details tabs below. Only support team will be able to see it.
Please Log in or Create an account to join the conversation.
- Posted by diogene (52) Offline
The Joomla! Version 3.9.11
The PHP version 7.3.9
I have communicated the access data.
To view the problem:
1) Quix menu
2) Pages
3) click on Home-enea
4) after the slider find the message
Thanks
Mariano
5 years 3 months ago #8
by diogene
The PHP version 7.3.9
I have communicated the access data.
To view the problem:
1) Quix menu
2) Pages
3) click on Home-enea
4) after the slider find the message
Thanks
Mariano
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline
- Posted by TemplatePlazza (5262) Offline
I've made a small fix for that.
I moved the line 122 :to line 153 , before the code :The problem is because the module is searching the menu id of current page (for greeting override based on menu id) but I don't know why it's not available in quix.
Please try it, and let me know if the problem persist
5 years 3 months ago #10
by TemplatePlazza
I moved the line 122 :
$menu = $app->getMenu()->getActive()->id;
if($item->greeting_menu_item == $menu) {
Please try it, and let me know if the problem persist
Please Log in or Create an account to join the conversation.
- Posted by diogene (52) Offline
Thanks for your assistance, everything seems to be working fine and the message is no longer displayed.
If you still have information, I'll let you know.
good job
Mariano
5 years 3 months ago #11
by diogene
If you still have information, I'll let you know.
good job
Mariano
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline