Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
I found a little bug in your script on line 143 and 144.
Replace:
Quote:$sql = "SELECT * FROM ".$this->DB_Table_Name;
foreach ($this->dbh->query($sql) as $row)
With:
Quote:$sql = "SELECT * FROM ".$Feul->DB_Table_Name;
foreach ($Feul->dbh->query($sql) as $row)

Futhermore I'm getting the following problem if I want to send a mail to selected users:
Quote:( ! ) Warning: mail() [function.mail]: SMTP server response: 501 5.1.7 Invalid email address in C:\wamp\www\Wajahasia\plugins\user-login\class\Feul.php on line 744
If I search the internet it says that it can be a wrong email address or missing "\r\n" at the end of the line. The strange thing is that the mail will send if I select the "Send to all"-box, but not if I select users by hand.

Maybe you have a clue why it isn't working? Thanks in advance!
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by pchulpleusden - 2012-04-12, 21:27:34



Users browsing this thread: 1 Guest(s)