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 recently installed drupal 4.7.0 using my host's installer script, and all is well, except I installed it to a sub-folder, and while I want the files to stay in that sub-folder, I want all of the links to be based on the main domain....
I had several drupal installations on my server (actually, a friend's server). Everything was working fine until we updated our PHP from Perl 4 to Perl 5. Now, when a user logs in, the session appears to expire almost immediately. For example, when I log in, I try to get to the admin panel, and I get an error that I'm not permitted and I'm no longer logged in.
The only thing that has changed on the server is the upgrade to Perl 5. Now we need Perl 5 for other projects, so downgrading isn't an option.
I want to break up my events into sections. So citya-events.html will just go to events under the category City A, cityb-events.html will just go to events from city b and so forth. I'm using the events module and that seems to work for most of what I'm doing but not this. If I go to events from citya for the events dropdown on the main events page I get an URL with date embedded into the url > /event/2007/05/02/table/all/2. Same for other events /event/2007/05/02/table/all/3, etc...