Closed (fixed)
Project:
Simplenews
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2006 at 17:00 UTC
Updated:
3 Mar 2007 at 10:46 UTC
On very restrictive systems, the current way including activeMailLib fails, due to an open_basedir error.
It took me a while to figure out what went wrong. My system does not produce any error output (switched off).
Sending a newsletter to the test account failed an resulted in a blank screen.
I changed the way activeMailLib is included to this:
$path = drupal_get_path('module', 'simplenews');
require_once("./$path/activeMailLib.php");
Patch appended.
| Comment | File | Size | Author |
|---|---|---|---|
| patch_52.txt | 807 bytes | suit4 |
Comments
Comment #1
sutharsan commentedFixed in 4-7-1. Does not apply to more recent versions.
Comment #2
(not verified) commented