Difference between revisions of "Extension talk:EmailPage"

From Organic Design wiki
m
m
Line 5: Line 5:
 
::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:
 
::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:
 
<php>
 
<php>
    include ("$IP/extensions/EmailArticle/EmailArticle.php");
+
include ("$IP/extensions/EmailArticle/EmailArticle.php");
    $wgEmailArticleGroup = "*";
+
$wgEmailArticleGroup = "*";
    $wgPhpMailerClass = "$IP/extensions/EmailArticle/class.phpmailer.php";
+
$wgPhpMailerClass = "$IP/extensions/EmailArticle/class.phpmailer.php";
 
</php>
 
</php>
 
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)
 
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:15, 20 September 2007 (NZST)
 
: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:15, 20 September 2007 (NZST)

Revision as of 22:15, 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:

<php> include ("$IP/extensions/EmailArticle/EmailArticle.php"); $wgEmailArticleGroup = "*"; $wgPhpMailerClass = "$IP/extensions/EmailArticle/class.phpmailer.php"; </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:15, 20 September 2007 (NZST)