3 Issues to resolve

More
13 Jun 2011 18:36 #1404 by adminbe
3 Issues to resolve was created by adminbe
Hi Guys

A client has passed some issues onto us that we need to chase up, these are:

1. Replicating a campaign, if we go to the dashboard, then under sent campaigns click more campaign then select a campaign to copy, click replicate, then this takes us to the edit campaign dashboard, then if we click save.

We get the error attached.

[img


2. Editing an existing campaign, - if we create a campaign then save it, on re-editing the campaign, the includes tick box resets to empty. Im sure this didn't happen on earlier versions of the solution.

3. Finally this isn't a bug more a request...the version update link on the site how do we remove this : reason some of our clients take it upon themselves to update the solution without us, we don't like this and would prefer to stop them from doing so...until we at least have tested the update, and backed up the site.

Thats it... keep up the good work

adminbe

joomlamailer version:1.7
Joomla! version:1.5.23
PHP version:5.2.13
MySQL version:

Please Log in or Create an account to join the conversation.

More
13 Jun 2011 20:36 #1406 by pete
Replied by pete on topic 3 Issues to resolve
Hey adminbe,

1.: The image is to small. I can't read the error message. What does it say?

2.: I need to look into this. Should be fixed in the next version.

3.: Edit the file /administrator/components/com_joomailermailchimpintegration/helpers/update.php Find the function getIcon and put behind the opening curly brackets:

return '';

You need to apply this again after each update!

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 15:35 #1466 by adminbe
Replied by adminbe on topic 3 Issues to resolve
Pete

The image to small the error displayed is

'campaign cannot be found'

cheers

adminbe

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 15:43 #1467 by pete
Replied by pete on topic 3 Issues to resolve
You can only replicate campaigns which have been created in joomlamailer! Otherwise the needed information to populate the input fields is not available inside Joomla.

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 15:52 #1468 by adminbe
Replied by adminbe on topic 3 Issues to resolve
Hi Pete

That's the strange thing, All campaigns have being created in Joom Mailer

cheers

adminbe

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 16:02 #1469 by pete
Replied by pete on topic 3 Issues to resolve
That is strange indeed. I'm looking into it right now.

FYI I have just fixed No. 2 (articles not selected when editing a campaign.) The error is in file /administrator/components/com_joomailermailchimpintegration/views/create/tmpl/default.php
at line 171.
Replace
Code:
if (!$articlesk2_pre){ $articles_pre
with
Code:
if (!$articlesk2_pre){ $articlesk2_pre

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 17:27 #1476 by adminbe
Replied by adminbe on topic 3 Issues to resolve
Pete

is that solutions for k2 or normal articles?

regards

adminbe

Please Log in or Create an account to join the conversation.

More
15 Jun 2011 17:31 #1477 by pete
Replied by pete on topic 3 Issues to resolve
For normal ones. The K2 setting did override the setting by mistake.

Please Log in or Create an account to join the conversation.