I installed Simplenews version 6.x-1.0-rc3 and my problem is an error:
Fatal error. Call to undefined function getrusage() in ...\simplenews.module on line 2263
I am using Drupal 6.8 on PC with XAMPP and when I try to send newsletter (on cron run with Poormanscron, test send or send to all) this error occurs on a blank page. Sending newsletter isn't working then. But not trying to send newsletter, this error is shown at the bottom of the page. My newsletter based on Event module. I have also RSVP module installed and when I am sending invitations for the same event it is working.
Is it Simplenews bug or maybe my XAMPP mail disfunction? I didn't try to install this configuration on web server yet.
Thanks in advanced for your help.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | simplenews.358396_1.patch | 3.47 KB | sutharsan |
| #3 | simplenews.358396.patch | 3.65 KB | sutharsan |
| #2 | simplenews.358396.patch | 0 bytes | sutharsan |
Comments
Comment #1
sutharsan commentedI think I forgot this remark in the PHP manual: "This function is not implemented on Windows platforms." :( It will run fine on Linux based systems. I will fix this tomorrow.
Comment #2
sutharsan commentedPlease try the attached patch.
Comment #3
sutharsan commentedOr better, this one!
Comment #4
sutharsan commentedComment #5
iamwind commentedPlease tell me how to use this patch?
thanks!!!
Comment #6
sutharsan commentedhttp:/drupal.org/patch/apply
Comment #7
sutharsan commentedI tested the patch on an XAMPP system. The slightly revised patch is now committed. Still your test results are appreciated!