Hello it is not about mass messaging but email digest configuration, see picture in the first post. Please look again
heikeachim Sorry, i can see its not showing only on your installation. I tested the same on my local and i can see the tabs, the same i found on some other user sites. Kindly allow_url_include turn it Off from server PHP values and set the limits as recommended. it must be server limits issue.
Hm the tab is empty and allow_url_include is on according to php info
as written, it is a bare installation, only joomla and jomsocial, no modifications
heikeachim Hi
allow_url_include turn it Off
this it OFF please this issue appear only on your site not found on any other installation, you may try on localhost or if any other server, let me know if same after turn off the allow_url_include
Recommended server limits : https://documentation.jomsocial.com/wiki/JomSocial_4.4_System_Requirements
I do not understand, it is on, see picture all system requirements are met
turn off, so I can not set via htaccess and php.ini I have no access, only web space, no own server
heikeachim Please ask your hosting provider to to turn off > allow_url_include
ok, requested it, wait and see
feedback, I had it turned off and all my websites were down, nothing worked. Too bad. I have to do without the function, very strange
heikeachim Hi its strange your server seems very limited and not even recommended PHP values, i shared this thread to dev team member to see further as its not possible modify your server settings. This issue is not from Jomsocial core. It will take some time for dev team to check this.
heikeachim Hi Our dev added a custom fix on your site. Please check. here are changes details : /administrator/components/com_community/views/digest/tmpl/default.php
change <?php include_once 'configuration.php'; ?> to
<?php include_once 'configuration.php'; ?>
<?php require __DIR__ . '/configuration.php'; ?>
Hello cool, that's great of you, I'll take a look at it in peace. Many thanks
heikeachim You are welcome, Kindly take backup of the changes as this issue is only on your server.