Hi deko,
I'll take a look at it this weekend, and get back to you as soon as I can.
Hi deko,
I'll take a look at it this weekend, and get back to you as soon as I can.
Hi Deko,
I'm going to re-write the sidebox to use the official CampaignMonitor PHP API. They came out with a new version of it shortly after I published the first version of the CampaignMonitor Sidebox.
I'll post on here once I've done that. I'll be able to do it within the week, hopefully.
Luke
Sorry Luke, I seem to be creating more work for you :)
I see Rob from FWR Media is reworking his oscommerce version too.
http://forums.oscommerceproject.org/...?showtopic=362
thx
d.
Oh no, no worries - this is just a personal project of mine. I learn best by doing.
Alright Deko,
I'm in the process of making a new release, but here's a quick fix for you. It involves just two line changes.
In includes/templates/template_default/sideboxes/tpl_campaignmonitor_sdebox.php, change line 20 from
Code://Set the next line, CURLOPT_NOBODY, to 0 to enable debugging.
to
Code://Set the next line, CURLOPT_RETURNTRANSFER, to 0 to enable debugging.
And on line 21, change
Code:curl_setopt($ch, CURLOPT_NOBODY, 1);
to
That should do it. Let me know if you're having any more problems. Future releases will actually use the curlopt codes to display meaningful information, but I haven't done that yet.Code:curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
Thanks Luke!
I'll test this in the next couple of days, currently looking into email marketer from interspire for larger lists.
d.