Difference between revisions of "Extension talk:EmailPage"
From Organic Design wiki
(More details for how I got it going, doc just need improving on MW) |
m |
||
Line 1: | Line 1: | ||
− | + | == blank page, no email == | |
− | + | I installed extension as well according to all of the instructions outlined and the extension will not send email. It goes to a blank page when I hit submit. Any suggestions email me at drclinks@gmail.com. | |
− | + | -Mike | |
− | + | :Is the normal mediawiki mail functionality is working such as password confirmation or watchlist changes? --[[User:Nad|Nad]] 00:29, 6 July 2007 (UTC) | |
− | + | ::peblusto says: this would be a perfect extension ... if i could get it working! but we also get a blank page when clicking send, and there's no outgoing email, yet other email works from the wiki, including "e-mail user". i also note that this extension only permits building a page send form for users who have confirmed their email address (doh!) otherwise it displays "...permission denied" at the bottom of the form. here's my localsettings.php lines: | |
− | + | <source lang=php> | |
− | + | include ("$IP/extensions/EmailArticle/EmailArticle.php"); | |
− | + | $wgEmailArticleGroup = "*"; | |
− | + | $wgPhpMailerClass = "$IP/extensions/EmailArticle/class.phpmailer.php"; | |
− | <php> | + | </source> |
− | $wgPhpMailerClass | + | any clues? has anyone seen this "blank page, no email send" problem and resolved it? thanx [[User:Peblusto|peblusto]] 20:25, 19 September 2007 (UTC) |
− | </ | + | :There seems to be a bug preventing the pseudo-groups ("*" and "user") from working. I'll try and fix that soon, but in the mean time, you can set the group to "" to allow anyone, or a real group. --[[User:Nad|Nad]] 10:14, 20 September 2007 (NZST) |
− | |||
− |
Revision as of 22:14, 19 September 2007
blank page, no email
I installed extension as well according to all of the instructions outlined and the extension will not send email. It goes to a blank page when I hit submit. Any suggestions email me at drclinks@gmail.com. -Mike
- Is the normal mediawiki mail functionality is working such as password confirmation or watchlist changes? --Nad 00:29, 6 July 2007 (UTC)
- peblusto says: this would be a perfect extension ... if i could get it working! but we also get a blank page when clicking send, and there's no outgoing email, yet other email works from the wiki, including "e-mail user". i also note that this extension only permits building a page send form for users who have confirmed their email address (doh!) otherwise it displays "...permission denied" at the bottom of the form. here's my localsettings.php lines:
include ("$IP/extensions/EmailArticle/EmailArticle.php");
$wgEmailArticleGroup = "*";
$wgPhpMailerClass = "$IP/extensions/EmailArticle/class.phpmailer.php";
any clues? has anyone seen this "blank page, no email send" problem and resolved it? thanx peblusto 20:25, 19 September 2007 (UTC)
- There seems to be a bug preventing the pseudo-groups ("*" and "user") from working. I'll try and fix that soon, but in the mean time, you can set the group to "" to allow anyone, or a real group. --Nad 10:14, 20 September 2007 (NZST)