Does it work if you remove the access restrictions? (i.e. allow all roles temporarily) ...if that does work, then it must be a roles/permissions issue.
Posted1 week 1 day ago by Martin Price | System Horizons Ltd (yorkshirepudding) in Weekly Meetings
Recent comments
No, that won't work. My dev server's address looks like: localhost:1000/xyz/folder1/folder2
My prod server address looks like: example.com
Just using a relative...
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers.
For example, at the top of my Views,...
Comments
Hey @willowf,
Does it work if you remove the access restrictions? (i.e. allow all roles temporarily) ...if that does work, then it must be a roles/permissions issue.
I'm not sure, but does putting the URL under `/user/%` automatically inherit the 'View user profiles' permission...?
In other words, do you have the 'View user profiles' permissions, and if not, does adding that permission give access then?
Also, you mentioned the search filter. Do you have the same problem if you remove the 'required' status from the filter and then leave it blank?
Hi, I tried it both ways and follow the problem.
Also the search filter gives some errors.
I see the same thing happens to the forum