Keep getting the error message - Sorry, there was a problem, please ensure your details are valid and try again. Did see a previus issue that recommended flushing the cache which did not to solve the problem.
Constant contact account is set up, in good standing, and account details verify. Need direction on resolving the issue.
Comments
Comment #1
elf_cash commentedI'm having the same issue. This seems to me to be the most basic of features. If anyone has come up with a work-around please share.
Comment #2
phoang commentedsubcribe
Comment #3
safetypinYeah, I'm running into the same issue, Drupal 6.19, PHP 5.2.10, Postgres db. Also encountered some variable type errors after clearing the cache:
--
warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/[...]/sites/all/modules/constant_contact/constant_contact.module on line 946.Comment #4
shortcircuitcg commentedSame here - Subscribing
Comment #5
fildawg commentedsubscribing
Comment #6
ClaudiaB commentedI believe that you need to check your permissions; make sure that anonymous users can access Constant Contact.
Comment #7
CalamityJane commentedI have the same error.
flushed cache
anonymous have permission to access Constant Contact \
I can connect to constant Contact in the configuration page (view activity, import export) but the block implementation is failing.
When I go to the settings tab and change the "Show List Selection" to "yes" then the error is resolved. But then it shows the list, which I don't want as there is only one possible list.
Comment #8
fildawg commentedIt appears as if the CC API has been updated. I haven't had a chance to test this yet....
http://drupal.org/node/879862
Comment #9
fildawg commentedI found this error is related to the list selection. When I configure the signup form block to use the list selector, everything works correctly. However, if I choose not to use the list selector, the $list array is not populated.
On my site, I have 2 lists - 1 free and 1 paid. The free list should be the only one available via the signup form block. For a *very* quick and dirty fix, I added the line:
at line 979 of constant_contact.module. This sets a list ID for the $lists array.
When I get some more time, I will attempt to debug further. Hope this helps others with this issue.
Comment #10
tboornaz commentedYour quick fix seemed to work. Subscribing.
Comment #11
justphp commentedComment #12
justphp commentedPelease ignore the comment from fildawg, it's not a fix for anything and will break your site and my stats for the drupal module.
Comment #13
mascroft commentedStill have this issue. Are you working on it?
Comment #14
justphp commentedWill be fixed in drupal 7 version
Comment #15
jnettikIs there going to be a fix for drupal 6?