Closed (fixed)
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2006 at 12:25 UTC
Updated:
24 Jul 2007 at 21:30 UTC
Jump to comment: Most recent
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
Comment #1
jazzitup commentedTher another related issue with contact forms:
http://drupal.org/node/77737
Comment #2
behindthepage commentedSee http://drupal.org/node/67860
gpdinoz
Comment #3
jazzitup commentedThanks, gpdinoz! Ok, I found out that this module is not entirely compatible with i18n, but that patch doesn't solve this issue I described.
Comment #4
behindthepage commentedYou 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
Comment #5
jazzitup commentedAnswers:
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?
Comment #6
Roberto Gerola commentedI 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.
Comment #7
behindthepage commentedYou 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
Comment #8
behindthepage commented