Error creating a campaign

More
28 Sep 2010 21:08 #215 by ciroalves
Hi folks,
I got to install Joomalier, create a list but when a try to create a campaing, I get the warnings bellow and can't move forward.
Any tips?

Warning messages:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/nitromodelismo/www/administrator/components/com_joomailermailchimpintegration/views/create/view.html.php on line 162

Warning: Invalid argument supplied for foreach() in /home/nitromodelismo/www/libraries/joomla/html/html/select.php on line 68

I'm running Joomla! 1.5.14
CB 1.2.1
Customized template


thank you,
Ciro.

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

More
28 Sep 2010 22:40 #217 by chris
Replied by chris on topic Error creating a campaign
Hi Ciro,

This error appears because you have no folders in your MailChimp interface. We've just put up version 1.1.1 which should sort it out.

Cheers,

Chris

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

More
28 Sep 2010 22:54 #218 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Hi Chris!
How do I check the version I'm running?
And how do I update it? Install the new one over the one I have installed?

Thank you,
Ciro

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

More
28 Sep 2010 22:59 #219 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Nevermind....
Just find out ;)
There is a "Upgrade" option when installing it :)

Thank you anyway,
Ciro.

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

More
28 Sep 2010 23:04 #220 by chris
Replied by chris on topic Error creating a campaign
You're welcome. Please let us know if it works.

FYI - You can find the installed version of a component by going to the Install/Uninstall menu in Joomla and checking out the list of components.

Cheers,

Chris

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

More
28 Sep 2010 23:37 #221 by ciroalves
Replied by ciroalves on topic Error creating a campaign
New problem...
Now running version 1.1.1

When trying to create a campaign, I only see a blank screen.
Tried using IE8 (addons disabled), Chrome and Safari thru my Iphone.

I got to create the campign using "Account Settings". But it is not shown on Joomla! component menu when choosing "component/newsletter/campaing" even selecting the right folder and status.

Any other tip?

BTW, if you need, I can provide you administrator rights to check it ;)

Thank you once again,
Ciro.

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

More
28 Sep 2010 23:55 #222 by chris
Replied by chris on topic Error creating a campaign
I'm not sure what this could be. Have you enabled maximum error reporting in your Joomla global configuration? Doing this will hopefully bring up an error message instead of a blank page. Please paste the error message here.

Btw, you should not be creating camaigns in Mailchimp. The "Account Settings" button takes you to mailchimp.com. Campaigns that are to be managed from within Joomailer should also be created from within Joomailer using the "Create Campaign" button.

Chris

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

More
29 Sep 2010 00:02 #223 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Just enabled "Error Reporting" for maximum, but still "blank" page.... :(
I had a problem like that with CB. The problem was the language.
I was triyng to use CB with brazilian portuguese and it was not working.
But now I'm using English...

Ciro.

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

More
29 Sep 2010 00:04 #224 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Hmmm... this answers my second question... not showing the campaing created.
Now I have only one issue (blank screen), but I think this is a problem from my side. ;)
I will let you know if I find a solution.

thank you,
Ciro.

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

More
29 Sep 2010 00:11 #225 by ciroalves
Replied by ciroalves on topic Error creating a campaign
Source code for the blank Screen:

var baseUrl = ' www.nitromodelismo.com.br/administrator/ ';

function submitbutton(pressbutton) {
var astPipe = new RegExp("\\*\\|");
var pipeAst = new RegExp("\\|\\*");
if (document.adminForm.campaign_name.value == ""){
alert('The Campaign name field is required and must be provided.');
} else if ( !check_special() ){
alert('The Campaign name contains special characters! Please use only A-Z, a-z and 0-9.');
} else if (document.adminForm.subject.value == ""){
alert('Please enter an email subject!');
} else if (document.adminForm.subject.value.match(astPipe) || document.adminForm.subject.value.match(pipeAst)){
alert('Please do not use merge tags in the email subject!');
} else if (document.adminForm.from_name.value == ""){
alert('Please enter a from name!');
} else if (document.adminForm.from_email.value == ""){
alert('Please enter a from email!');
} else if (document.adminForm.reply_email.value == ""){
alert('Please enter a reply email!');
} else if (document.adminForm.confirmation_email.value == ""){
alert('Please enter a confirmation email!');
} else if (document.adminForm.template.value == ""){
alert('Please choose an email template!');
} else {
joomailermailchimpintegration_ajax_loader();
<br />
<b>Warning</b>: Attempt to assign property of non-object in <b>/home/nitromodelismo/www/libraries/joomla/html/editor.php</b> on line <b>302</b><br />
<br />
<b>Fatal error</b>: Call to a member function get() on a non-object in <b>/home/nitromodelismo/www/plugins/editors/tinymce.php</b> on line <b>57</b><br />

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