Cron is redirecting through node unintentionally.

On one of my drupal 6 sites I have been noticing that Cron has not run. I checked my crontab and everything seemed right, so I went and attempted to manually run cron from the admin panel. It redirects me to node/36.

Now, after some investigation I have discovered what the problem is, but I would like to know why.

Alright, I have the event module loaded, and I have made custom content types for specific types of events.

need help with converting a module to 6.x

Hello all, i'm wanting to covert a module for drupal 5.7 to drupal 6.0 i have read the api changes and i did them int he module but i'm still getting errors:

when a user registers:

Fatal error: Call to undefined function db_num_rows() in C:\wamp\www\panzerkampf\sites\all\modules\phpbb\phpbb.module on line 409

lin 409:

 if(db_num_rows($res) != 0) {
    $row = db_fetch_array($res); 
    return $row;
  } else {
    return false;
  }
}

when i want to adjust my sig and press submit i got this error:

Query failed: 0 UPDATE `phpbb_users` SET `user_sig`='

sig test
' , `username`='demon', `username_clean`='demon', `user_email`='mymail@domain.com', `user_email_hash`='159393334417', `user_password` = '$H$9NuPJQ1k8HFG71q1C0wADKEo0cBTIx.', user_pass_convert = 0 WHERE user_id = 1

now the sig gets storred in the drupal database but not the phpbb database.

i also have a question about the new menu thing:
this is the old code:

/**
* Implementation of hook_menu().
**/

function phpbb_menu($may_cache) {
global $account, $phpbbcfg;

if ($may_cache) {
$items[] = array(
'path' => 'phpbb',
'title' => t('phpbb'),
'callback' => 'phpbb_view',
'access' => TRUE,
'type' => MENU_CALLBACK
);
} else {
$new = 0;

// Show private messages?

Module for posting short external news links?

Hi All

I am transitioning a site to Drupal. We currently have an "in the news" section with links to external items, listed on the front page. These are not as prominent or as self-contained as a "story" in Drupal (with its own big headline etc.). Is there an easy to use module with which I can replicate such functionality? Preferably, I would also like to be able to create a block in one of the sidebars with the latest items listed.

Viewing and Creating Content -- ACCESS DENIED

I tried to upgrade to Drupal 6.0 and encountered a few problems but thought I had resolved them. I have a site that for the most part works (comixtalk.com) but there is a problem with all new content nodes.

Here's what I can tell: in administrator log-in I can create new nodes and view them but they don't appear on the site to other user account logged in or anonymous viewers. However when I use a non-administrator account to create nodes it works but after the node is submitted I see an ACCESS DENIED screen - basically I think something is set to make it impermissable for non-administrators to see any new nodes.

I have the permissions set for all (including anonymous) to see nodes so any ideas why this is happening? Is there a table I can look at to see if something is wrong?

Any suggestions? The sight right now is comixtalk.com on Drupal 6 on mysql - here's my status report page:

Drupal 6.0
Access to update.php Protected
CAPTCHA Already 7483 blocked form submissions
Configuration file Protected
Cron maintenance tasks Last run 10 min 48 sec ago
You can run cron manually.
Database updates Up to date
Drupal core update status No update data available

Drupal vs Joomla

Hello everyone,

I bet this question has been asked thousands of times before. However I'm going to ask it again.

Theme Colour change distorts site

Hi,

I setup drupal on www.thetechchap.co.uk today and I am trying to change the theme. Changing the theme with defaults on works fine. But changing the colour distorts the site and everything appears like my 9 month old daughter put it together. Can anyone help?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x