1. I created a Contact form
2. I enabled permission "access control" for all groups of users: anonymous, authenticated & admin
3. After all, I can access contact form only as admin, or authenticated user, but not as anonymous!?

Is it a bug, or am I missing something?

Comments

jazzitup’s picture

Ther another related issue with contact forms:

http://drupal.org/node/77737

behindthepage’s picture

jazzitup’s picture

Thanks, gpdinoz! Ok, I found out that this module is not entirely compatible with i18n, but that patch doesn't solve this issue I described.

behindthepage’s picture

You shouldn't be having access problems with the site wide contact form so something is causing the problem.
Things to check:
1. You are using 4.7.x.
2. all files are uploaded to server
3. disable page caching

Please note the contact module and contact lists and forms are different modules.

Whenever I make changes to the set up of my drupal installation I flush the cache with a module
that I have attached to the following node. http://drupal.org/node/64325

The only advice I can give is to disable most of your modules and see if it works. Some modules like i18n
alter the paths and cause access problems.

regards
gpdinoz

jazzitup’s picture

Answers:

1. You are using 4.7.x.: YES
2. all files are uploaded to server: YES
3. disable page caching: YES

I have a problem with a link that looks like this: http://www.mysite.com/en/user/2/contact

I'm running few other sites on Drupal (including i18n module as well) and I didn't have a problem like that. I'll try to diagnose offline (on my localhost) and play with switching on/off couple of modules to find where's the problem.

There is no a readme file for your flushcache.module... should I call those functions from my template file?

Roberto Gerola’s picture

I have switched from contact to webform module.
If you can, I suggest you to use this module.
It has great advantages for me: personalization of fields and storage of results.

behindthepage’s picture

You said:
I have a problem with a link that looks like this: http://www.mysite.com/en/user/2/contact

This path is created by the contact module which is core.
The contact Lists and forms is a seperate module.

The flush cache module adds a menu item Flush cache which when clicked on flushes the cache.

Regards
gpdinoz

behindthepage’s picture

Status: Active » Closed (fixed)

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 52509)