Errors
Drupal "Access denied" you are not authorized to access this page
Submitted by chris on April 21, 2011 - 19:07Problem:
After you login to your Drupal site you immediately see the message "you are not authorized to access this page" or "Access Denied: you are not authorized to access this page"
You can't even access the admin menus. You get this error with the Drupal admin account (i.e. the Drupal main account) or any other Drupal user account.
Drupal error with upload image or upload attachment
Submitted by chris on September 23, 2010 - 15:52Problem:
When you upload an image using the built-in Drupal upload image or even the CCK imagefield feature you receive and error message that looks like raw html.
This problem does not appear consistently some node work some do not. This intermittent problem seems random but is consistent on a given page.
Blank Template Admin Pages
Submitted by chris on October 2, 2006 - 01:36Symptoms: When you try to access your template admin pages within Drupal (/admin/themes) you get a blank page.
Under "administer » logs" you might see the error:
call_user_func(Copy of phptemplate_templates): First argument is expected to
be a valid callback in E:\DomZeus\wwwroot\modules\system.module
on line 572.
Druapl Fields not saved to the database
Submitted by chris on May 24, 2007 - 17:55You basically have a field or fields on your node that do not update. In my case it was the Meta Tags field not being saved.
Drupal can't login after PHP 5.2 upgrade
Submitted by chris on November 15, 2006 - 21:18You just upgraded to php 5.2.0. You can login to your Drupal site but as soon
as you click a link, like "administer", you are logged out and receive the message:
"Access denied
You are not authorized to access
this page."
The following solution is verified on Drupal 4.7.4 please adjust to your version of Drupal. The solution consist of adding a few lines of code in one file and removing a few lines of code in another. Remember to make a backup copy of these files before you make the 2 following modifications.
