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.
Basically, I just noticed that drupal’s security is so tight, that when trying to directly link to a file drupal prevents it and gives out “page not found”.
The page URL requires a submit order, so users can see the form but when they press submit it gives out a "page not found".
For example, the Iframe path is:
www.domain.com/myfolder/myfolder/example.php
What I noticed is that drupal says, “Page not found” to the above URL, where the page really does exist.
I have installed Event, Flexinode, and Event Repeat.
I installed Event first and did not have any problems. I than installed Event repeat and have not been able to get it working. It appears that the module is not able to create tables
I have activated the "Active Forum Topics" block, but for some reason the url's are in this format: http://www.domain.com/[forum]/rest/of/url
with forum being in square brackets... in the rest of the site all of the links are in the format: http://www.domain.com/forum/rest/of/url
without the square brackets... any idea what in the block code would cause those to show up?
i wa swondering whats the best way to rename user ids to thier username
say my username is andrew and my id is 22 how can i make all my urls say /profile/andrew or blog/andrew instead of having my user id in its place like it is now.
i would want this to change automaticly once a user registers