Monthly Archives January 2008

Drupal file size upload problems

Last month I asked our host to increase “upload_max_filesize” and “post_max_size” to 10MB. They updated the settings which I confirmed in phpinfo() but I continued to see this error:

So I played with .htaccess files for a while, and gave up for about a week till I had some extra time today to spend with [...]

Drupal https login redirect

I launched the WFB Drupal site without a secure certificate on it so all our staff have the non secure “user/login” page bookmarked. Here’s a quick fix to get the login page redirected to https.

Site Building > Blocks > Add Block

Give it a meaningful description, and change the Input Format to “PHP Code” then paste [...]

Changing drupal content type

I was optimistic about the amount of news that was going to be posted on the WFB website so I setup an extra content type specifically for news that was important enough to go on the site but not front-page worthy. Turned out that for the most part this content was overlapping with the [...]