This topic was marked solved by its starter, on June 15th, 2013, 08:10 PM

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Undefinded function: sendemail()
« Reply #15, on June 16th, 2013, 01:28 AM »
Well, crap.

Wait, handleMultiple isn't for periodical notification, is it? I thought it was for if you had multiple notifications to the same thing (e.g. multiple notifications for likes on the same post)
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: Undefinded function: sendemail()
« Reply #16, on June 16th, 2013, 02:21 AM »
That's part if it, I think.

If handleMultiple returns false then a new notification is not created but the current one's time is updated.

I just reviewed the code again. It is seriously broken, Sorry Dragooon. The bug  found in the OP is only the icing on top of the cake.

Commencing spam.
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: Undefinded function: sendemail()
« Reply #17, on June 16th, 2013, 07:30 AM »
handleMultiple doesn't affect periodical, it has nothing to do with it. Let us know of any issues you find.
The way it's meant to be

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Undefinded function: sendemail()
« Reply #18, on June 17th, 2013, 06:39 PM »
Silly question...
How am I supposed to make e-mail sending work, on my local install..?
Is there a tutorial, somewhere?
Posted: June 17th, 2013, 06:35 PM

Alright, managed to make it work... ;) Using my ISP's.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Undefinded function: sendemail()
« Reply #19, on June 18th, 2013, 07:20 AM »
I don't bother. I just tell it to use the mail queue and check it appears in there as it should ;)

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Undefinded function: sendemail()
« Reply #20, on June 18th, 2013, 03:11 PM »
On my setup, mail queue was enabled, and set to '0' maximum e-mails... That probably didn't help! Since I don't remember touching this... Maybe it's a bug in the Wedge install process, I don't know..?
Anyway, [yesterday] I disabled the mail queue as a test, and it still didn't work, then I modified the php.ini file and restarted, and then it worked. So, right now, mail queue is disabled for me...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Undefinded function: sendemail()
« Reply #21, on June 18th, 2013, 06:26 PM »
Eh, I use the mail queue for the fact I can see all the details that are supposed to be outgoing (other than headers but that's a trivial thing to check), it works for me.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Undefinded function: sendemail()
« Reply #22, on June 19th, 2013, 06:09 PM »
I dunno where I can view the mail queue, but all I know is that the settings I had for it, were: disabled, 0 and 0 (for the two numeric options). Looking at the code, it should have been 5, so... I don't know what's happening, I guess...

Also, did you ever find time to look into the error in the profile area, that I mentioned last week or so..? Because I still haven't uploaded to here IIRC, precisely for that reason, so you could test again, or something...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278