Drupal is up and running but how do I ...?

inline creating duplicate images

I just upgraded to drupal 4.7 and found that the inline module is behaving oddly. It is creating two images for each [inline:x] tag. It does this in both the teaser and in the body. Both the teaser and the body contain:

[inline:1]

The resulting HTML is:

flexinode on 4.7

I'm using flexinode on 4.7, and maybe i'm not aware of any upgrade problems, but basically when i try to output any custom fields, nothing shows up. I added an image field, uploaded an image, and when i tried to output it, I just got "object".

So maybe i'm totally missing something, can anybody help me out? ;-)

PHPTemplate error using Voodoo Dolly theme

Installing a new site and am getting the following error in the log when I enable the Voodoo Dolly theme:

PHPTemplate was instructed to override the search-box theme function, but no valid template file was found.

Any ideas?

Thanks

why aren't my added js and links working in my head element?

I'm trying to add a simple javascript that switches CSS based on the browser width. I'm able to get a test HTML page to execute no problem, but when I insert the same exact code into my HEAD file (using the drupal_add... functions), it's not only not executing, added lines of code aren't even visible in the source code when it's viewed.

I'm new to adding stuff like this to the head, so I'm sure I'm doing something very simple and very wrong here. Can someone straighten my code out and tell me what I did wrong? Thanks!

Here's the head file:

<head>
  <title><?php print $head_title ?></title>
  <?php print $head ?>
  <?php print $styles ?>
  <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>

<?php drupal_add_link('rel="alternate stylesheet" type="text/css" href="PP800.css" title="PP800"') ?>
<?php drupal_add_js('scripts/event_listeners.js') ?>
<?php drupal_add_js('scripts/resolution.js') ?>

</head>

And here's what's actually showing up in the head element when I view source from my browser:


Punk Planet dot com

@import "/misc/drupal.css";

Event calendar thinks it's tomorrow but it's still today.

I've seen a number of posts about timezone treatment in creating and displaying event content, but I haven't found this one mentioned anywhere.

I'm using Drupal 4.7.2, and the event calendar, where it highlights the current day, thinks it's tomorrow when there are several hours left in today. This happens in both the full calendar display and the miniaturized calendar display in the "Calendar to browse events" block.

Has anyone else seen this, and is there a solution?

Site tries to load for 5-8 seconds, then white screen of death..

Hey,

My site, csinvestor dot com, tries to load for 5-8 seconds before a white screen is displayed. We haven't installed any new modules or made any changes to any of the site's files for weeks. The PHP memory limit is 32M. I've emptied the cache table and sessions table, and I've done a DB repair. I just removed all whitespace from the end of all files on the entire site. Now, the site attemps to load for about 5-8 seconds, and then it shows a blank white screen. error_log is showing the following:

Pages

Subscribe with RSS Subscribe to RSS - Post installation