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

Need Help.. Fatal error: Call to undefined function: views_handler_sort..

Get the following error message on all pages.

Fatal error: Call to undefined function: views_handler_sort_date_options() in /home/colleg11/public_html/new/modules/views/modules/views_statistics.inc on line 52

Have had that module for months and never a problem with it. This afternoon, I went to add a new category term to a vocab. As soon as I added the category, the error message came up. I thought maybe there was an issue with the term.. so i deleted it from the database, but that didn't do anything.

Line 52 is
'option' => views_handler_sort_date_options(),

Any help would be appreciated as I cant access any drupal file pages now! The complete file is below:

<?php
// $Id: views_statistics.inc,v 1.7.2.2 2006/11/14 06:52:46 merlinofchaos Exp $

/**
* This include file implements views functionality on behalf of statistics.module
*/

function statistics_views_tables() {
$tables['node_counter'] = array(
'name' => 'node_counter',
'provider' => 'internal', // won't show up in external list.
'join' => array(
'left' => array(
'table' => 'node',
'field' => 'nid'
),
'right' => array(
'field' => 'nid'
),
),
'fields' => array(
'totalcount' => array(
'name' => t('Node: Total Hits'),
'sortable' => true,

One of my nodes will not display

My most popular recent node http://www.toddalbert.com/global_warming will not display. It displays the teaser on the main page http://www.toddalbert.com/node which actually is the entire post, but when you click on the header or the read more link, you get a blank page. I've disabled caching of pages, increased my PHP memory, and updated to 5.0 RC2. Nothing helps. Any ideas?

Delete your site name

Hiya,

since I searched for it long enough and now I've found it, I want to share with you.
It appears not to be in the forum or the search engine doens't really do its job properly.

trying to create an aggregation of 10 rss sources - but aggregator won't work in this case

What I would like to do is something I thought was simple but appears not to be.

I want to create a page that can show 5 rss sources on it. would love if it had titles only by date and you click one, and it slides down with the content.

I can't use aggregator because i want to be able to customize the page.

Any ideas? I tried the feedparser but this was no good at all.

Thank you

Can not see themes

Drupal 4.7.5

I added the themes "Nifty Corners" and "Internet Jobs" to my theme folder, but I can not see them listed when I view my themes. The only themes I see listed are the default themes.

downside of sharing a database with another CMS?

I'm developing a site that will have Pligg as the frontpage, and Drupal will be integrated to supply blogs, forums, etc. (still need to work on a bridge between the two, but whatever).

I want the themes and interface to be identical, so I'm aware that many custom modules will have to be written, but that isnt' the isuee.

I'm thinking that in order to more easily integrate the two softwares that I can share a database between the two. This will make the queries between the custom modules much easier to manage.

Pages

Subscribe with RSS Subscribe to RSS - Post installation