Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Access denied
user warning: Got error 28 from table handler query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN (1) in /home/tradefor/public_html/includes/database.mysql.inc on line 124.
You are not authorized to access this page.
i got that when i first attempt to access the site?
I'm trying to output a client-side image map, where coords is a field (flexinode_19) in one of my flexinode content types. I'm sql-challenged, but I think that as the flexinode data is not in the node table, I need to do an inner join with the flexinode_data table here? .. that's where I run aground.