I don't making things priority critical, but this is about as urgent as it can be for me.
I have been working on an eccommerce website for a client and have run across the problem here http://drupal.org/node/25195
4.6.0
linux server apache cpanel etc nothing fancy have installed a few drupals on it with no problems
Eccommerce module with all bits and bobs installed and switched on
Blog
Distand Parent
Feedback
file
flexinode
folksonomy
help
image
img_assist
legal
locale
menu
node **
page
path
path auto
ping
product
profile
queue
search
secure site
store
store
story
submanage system
taxonomy
taxonomy context
textile
Conann
the problem site is realireland.smallsite.biz
Comments
Comment #1
conann commentedHey there!
Has anyone got any thoughts on this as it would save me a massive amount of work if there is a solution.
Cheers thanks!
Conánn
Comment #2
Dublin Drupaller commentedHi Conánn
assuming you have access control checked correctly for node access I'm guessing the problem you are experiencing is either from a database problem or one of the extra modules you have installed.
As a suggestion..to determine if you're missing some database tables,
to determine if it is a third-party module...follow these steps:
If the above doesn't work:
You have quite a lot of extras installed there....there might be something on the securesite.module settings page that overrides the default ACCESS CONTROL settings...although..I assume you have checked through all that before posting on here.
Hope that helps. As another tip, I find the database.module handy for doing some simple database stuff with drupal. phpmyadmin is great..but I'm not an expert in mysql so some of the stuff there is gobbledeygook to me.
Dub
Comment #3
robertdouglass commentedYou must upgrade to 4.6.2. There are three known security issues with 4.6.0 and you'd be better off running no Drupal than 4.6.0.
Comment #4
conann commentedThanks Dublin Drupaller
Problem is fixed! not sure exactly if it was one single cause or a group of them taxonomy_access was once installed and I have been able to replicate the problem somewhat but not entirely.
When I compared the tables of a couple of different installs and found node_access to be a very simple table whereas this one had an entry per node. In the problem install, realm was also an index (in the table) which I thought was odd so I zapped that and deleted all of the per node table entries replacing the last one with the default grant_view all 1.
Anyway it seems to be working now after a few hours work and a long time stressing.
Thanks again for the help!
Conánn
Comment #5
conann commentedProblem solved