Closed (fixed)
Project:
Constant Contact
Version:
7.x-3.1-beta5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
10 May 2011 at 19:43 UTC
Updated:
4 Apr 2012 at 17:18 UTC
I've installed the CC D7 module and added the webform to my header but can't get to the settings screen to alter the forms behavior. I've tried block configuration, module configuration, and admin>web services> constant contact, and they all redirect me back to the general intro screen. I have been unable to find the form that I see in these screenshots - http://integrationservic.es/constant-contact/drupal-module.php
Right now my only option will be to theme create a block template.
Any ideas what might be the problem?
Thanks!
Comments
Comment #1
justphp commentedThis worked in my tests.
FYI the block method is not completed yet only the register page method works.
Can you try clearing the cache and manually visiting /?q=admin/config/services/constant_contact
I've changed the location of menu items as drupal 7 forces this so if your using old links they won't work.
Comment #2
seagle commentedIt was a caching issue, thanks! For anyone else who reads this, I just cleared the themes cache and the additional settings tabs/pages showed up. Awesome module, looks very powerful, can't wait to dig in.
Comment #3
justphp commentedGreat, glad it's working now and thanks for your comments.
Comment #4
liberatrOn a related note, the permission for this module is not showing up on my permissions screen. I can only perform these admin tasks with user 1.
This is because hook_perm has been renamed to hook_permission in D7. Don't know if it's worth submitting a patch for 6 characters...
http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...
Otherwise, this module is working as advertised. Thanks!
Comment #5
justphp commentedThanks I've updated this in the development version, not much point putting out another beta version just yet I'll do that when I get time to finish the block method.
Comment #6
MixologicNot sure if this is an issue in dev, but when I enable this module, I still have to do a cache clear to get it to show up on admin/config/services page. Then, after I set up the module with my username and password, I have to clear cache again to get it to display the rest of the menu items for configuration purposes.
I think there's probably an assumption being made that the menu cache is clearing when its not.. but I thought Id mention these hiccups I had.
Comment #7
justphp commentedThe beta5 version should of fixed this issue are you definitely using that version?
If not then please upgrade as I implemented a fix for this and it's confirmed as working fine:
http://drupal.org/node/1262238
Comment #8
MixologicStrange thing is Im using Drush to install it and it actually says that Im downloading 7.x-3.0, so I went ahead and pulled down beta5 using wget and installed it over the top, and my version control shows that the *only* file that changed is the .info file, so I *think* Im using 3.1-beta5. Is there a particular line I could look at to be sure? Perhaps the commit is only in the dev version at this point?
R
Comment #9
justphp commentedIn the file called constant_contact.install line 89.
if it says :field_ then your using the latest version, if it says :profile_ then your not.
Comment #10
justphp commentedWorked this out, fix will be available soon.