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 am trying to create menu links to the main menu. I want to create a link and add sub menus to it. Each sub menu would contain either articles or a picture gallery.
When I go to Admin-structure-menus-main- and then add a link it asks for a path name no matter what I enter I get this message:
"The path 'xxxxxxxxx' is either invalid or you do not have access to it."
What am I doing wrong and is there any place I can learn about creating menus?
Total Newbe to Drupal. Loaded the files with Filezilla. Need all the help I can. Not a coder, but willing to work hard. Have the MySql database up & loaded the Drupal software. I'm stuck at the "profiles". Any help will be very much appreciated.
Update - my install has these 2 problems: 1)Error
PHP register globals Enabled ('1')
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings.
I solved a previous issue (http://drupal.org/node/1138034) and now when a user uploads his picture from the edit screen of the user page the image is uploaded to ..files/pictures but its not modified and moved to the ..files/styles/thumbnail/public/pictures folder so it is not rendered on the users page.
I'm not sure where to look for the problem, Thoughts?