@Peet sorry but i dont have the pb in elgg 1.6.1 The plugin use an elgg event that hasn't change from 1.5 ....
When a member joins a group, do you go the the notification setting page with options for the group and only for this group ?
@Fabrice
Regards,
Liran.
When I clicked the save button in notifications settings page, a blank page appeared. It's URL is http://localhost/elgg/mod/notificationsplus/actions/groupsaveplus.php?group=196
Good! Then I'm sure that someone with a lot of time on their hands will find this out for each plugin and let us have a list ;-)
Hi cash.
I downloaded and installed your PHPmailer plugin and it works perfect for registered users, but for nonregistered users this doesn't works.
You says that anyone can " just have to find where the plugin is calling mail() directly and replace it with phpmailer_send()", but this function doesn't exists in any package! It's maybe in a previous versión and not included on the last versión?
Thanks.
Sorry me. I downloaded a previous version thinking it was the latest one. I replaced it and it worked everything fine now.
Thanks a lot.
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
Hi,
I've been using 0.9 on Elgg 1.2 with no problems had to include the username and password in the smtp setting for my mail host.
Just installed elgg 1.5 (much better) and so naturally upgraded to phpmailer 0.9.5 and plugged the settings in via the tool config. Kept getting "Could not connect to SMTP host" in the php error logs. Tried all sort, debuged to see if the host etc. settings were being picked up and they were.
Copied my old 0.9 phpmailer from my 1.2 and it worked and can now send emails - all the same host settings - so I don't see why the new one fails to connect ? I appretiate that 0.9.5 looks pretty different than 0.9 in the code
thanks
Lee
@Lee - I'd try using version 0.9.6 first. There wasn't that much code changed between 0.9 and 0.9.5 - mostly moving code around to make it easier for other plugins to call this one directly. The previous send code is now in mail.php. It handles more options but the core smtp code is still in there around line 115
@Deon: this issue must have been fixed in the SVN version of the plugin, as I don't have the same problem on my site.
@Dagorath - There is a combo of fixes that Cash submitted. The original delete issue with messages and the others that are not in SVN yet. I did try the SVN build though and it didn't solve this problem.
Deon
I'm uploading a new version that has a few more fixes and addresses Deon's issue (which is present in svn).
Hi E303,
The distributions is made with the extendion of two views that are calling inside the groups/profileitems view.
Those views are:
Searh where the extend_view of those views are defined and change it how you preffer.
Bonjour,
j'ai des souis d'accents apparement...
quelqu'un s'aurai m'orienter ?
Merci d'avance
j'ai aussi des soucis avec les accents ... une idée ? Il semble que UTF-8 ne les prend pas en compte ... mais comment configurer l'encodage ? dans Elgg ? dans la base ?
