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.
Where is the "Site offline" page located? I would like to change it to include my graphic logo instead of the default Druplicon graphic. I'm sure it's simple, but I can't find the code that generates the page.
How can I detect 'access denied' and 'page not found' error pages from a contributed module? How is it possible to find out whether the page currently viewed is such a page or loaded correctly? The path seems to stay the same. For example: a user tries to access node/xy, but he/she does not have the proper permission to view that page, so the user is directed to 'access denied' page (the path however is still node/xy). Is there any global variable or stg. reflecting the 403 state? How is this handled internally? Can I hook into error pages from contrib modules?
I use Drupal 4.6 and got no problems on my site since 1 year.
But todays morning I got this error:
Can't open file: 'sessions.MYI'. (errno: 145) query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'e12b930102ae307437d15011d066f4a0'
As a result no one (no user, no admin) can login to the site.
HI there.
How can I create form where title in placed next to textleild.
How can I create 2 column form.
Is there any docementation for form design tips in 4.7.
tnx.
I'm a drupal newbie.
I want to create a small site. In this i want to have Private Pages and Public Pages.
How to use the menu to create new link (menu -item) only available for logged users ?
- example
-- the menu for anonymous is :
---Presentation
--- Content
--the menu for users is :
---Presentation
---Content
---Client
---Task
---...
If the Client item is in another menu/block there is no problem for me.