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.
I've already searched on this forum, drupal pages and google but without luck.
Its seems to be very simple but its not!
I want my site-urls look like "example.com/MYWORD/12345" but not "example.com/node/12345". I have tried to change it under "Home › Administer › Site configuration " (admin/settings/site-information) and I got this error :
The path 'MYWORD' is either invalid or you do not have access to it.
How can I make it possible to drupal use MYWORD instead of node.
I'm trying to track down the source of a problem causing my site to not be visible to anonymous users (check it out for yourself at http://www.gamedesign.net). I've checked that access content is checked under user permissions and cleared the cache in case there was bad data there - now I'm just curious - which modules are able to restrict user access beyond the permission section?
I recently took over helping on a site that runs drupal - not sure which version, probably 4.7 or older. Everything on the site seems to work fine for those people who login with an account but for anonymous viewers of the site it gives the problem:
"You are not authorized to access this page. If you are logged into your user account, you may not have the necessary privileges to reach this page. If you aren't logged in, please do so and try your request again.
If you continue to have problems, please contact a site administrator. "
I upgraded from 4.5.x to 4.7.11 which worked flawlessly, but I also merged my databases into one single instance (mysql 4.1). I am sharing the following tables:
All has been successfully imported to the new database, but now when I try to create a new object (article, menu item, or whatever) it tries to use 1 as new id. How is this possible, those values should be taken from the table sequences, or am I wrong (and those are correct)?