Seems like a great plugin, several problems
-
I’ve been able to create emails and send them but not without a bit of a fight. I’m reporting the issues I’ve found in case they help you trouble shoot
Escaping
The biggest issues is that the plugin generates links like:
/wp-admin/admin.php?page=sp-settings#038;view=account
WordPress and the plugin do not understand this url so the process never ends. Of course #038; is the entity value for ampersand and after replacing the code with an ampersand it works OK. This replacement is required all over the place. It will be great if this double-escaping can be prevented. Of course it may be something to do with my site but SendPress is the only plugin for which ampersands characters are replace by an entity code.
Notices
I am seeing several notices in my log. A series occur when creating a subscriber list.
Undefined variable: subject in ./wp-content/plugins/sendpress/classes/views/class-sendpress-view-subscribers-sync.php on line 66
This notice occurs because although the HTML line is commented, the PHP in the comment is still evaluated. The line is dead and the PHP should be removed or the echo commented.
Undefined variable: listinfo in ./wp-content/plugins/sendpress/classes/views/class-sendpress-view-subscribers-listcreate.php on line 44
$listinfo is a reference to a variable that does not exist. Maybe it used to exist.
- The topic ‘Seems like a great plugin, several problems’ is closed to new replies.