This forum is for less technical discussions about the Drupal project, not for support questions.

Error in node.module?? Problems with content submission??

Further to my post http://drupal.org/node/30901

I have been working on the problem with various people for 48hrs without success to no avail however I have just completed some echo test in around the node_save function in the node.module.

When the echo is here on line 428 the echo comes back on screen
return $node;
}

/**
* Save a node object into the database.
*/
echo "SUBMIT ISSUE";
function node_save($node) {
// Fetch fields to save to node table:

$fields = node_invoke_nodeapi($node, 'fields');

However when here on 431 or below it does not comeback.
return $node;
}

/**
* Save a node object into the database.
*/
echo "SUBMIT ISSUE";
function node_save($node) {
// Fetch fields to save to node table:

$fields = node_invoke_nodeapi($node, 'fields');
echo "SUBMIT ISSUE";

All other modules still work and submit....I have tried various cvs snapshots of the story and node modules to no avail. 4.61 4.62 and 4.63 patches have all been applied and until saturday night/sunday morning everything had been working fine for weeks.

No error messages appear in the Drupal Log and the info does submit to the database asfar as the "Cache table" but no further(no node id).

No changes have been made to config apart from installation of two modules, that required no patching to anthing they have both now been removed but to still no avail.

Making my drupal site standards compliant...

I can't seem to figure out how to make it XHTML 1.0 strict compliant. It seems like the shoutbox gives me the most errors with the validator. my website is 1337katz.com so any help on making it XHTML 1.0 strict compliant would be nice :) thanks. Oh and if it can't be compliant, why not?

Hello Drupal, I found a Garden of Eden in you!

Hi everyone,

after having spent years with the community of some other open source content management system (I am not giving out names here, I think that would be utterly unfair to anybody), I ran into some kind of stagnation with that system, althought it is extremely flexible and quite clever, too.

I had "this Drupal" in the back of my head however for years, but never really gave it a chance. I couldn't figure out how it could work for me, also I was fightened to death by this taxonomy thing, and generally, how to make things work - e.g. menus, totally esoteric to me intitially. If you are used to some more "linear" approach of content management one could be a bit irritated by all this vocabulary and taxonomy babbleing... (which certainly does not mean that Drupal doesn't have a "linear" approach - today I find it to be the most straight forward thing on this planet)

For anyone new to Drupal: do not dispair, work your way through it, it is not as complicated as it might seem in the first place. In fact, you are in the right spot already, Drupal.org is an amazing place where you will find ALL the answers to ALL of your questions, just keep diggin' here! There are gold nuggets all over the place. Just as a question on the side to whom might now: how many nodes does Drupal.org have by now? It seams an entire GALAXY!

I really would like to say a BIG hello and THANK YOU to anybody around here who help with Drupal, and after spending about 2 weeks hanging out here, reading my way through the tons of material and forum posts and contributions, and modules and themeing stuff... I know that I have come to the right place. I have come to a true Garden of Eden.

Approach to customization

Hi,

I have a general question concerning how long-time Drupal users tackle problems of customization.

I come from a background of few years of personal blogging and some limited experience in setting up "brochure" websites (just to borrow the terminology I saw on Civicspace) in a non-professional capacity, using Wordpress, Movabletype, phpBB and B2evolution. In the past, if I needed some specific functionality (or customizations) on top of the core installation, this meant one or both of
1) searching for some existing modules/plugins,
2) CSS/PHP coding to fit the modules into existing templates.

A few months ago, I decided to look into Drupal (after comparing it with Mambo in fact) in preparation for 3 community websites that I will be helping to set up. After much research, I feel this is the right tool for the sites in question. However, recently I posted a question on this forum asking how to generate a drop-down style user list. The responses I got are very useful and I am almost done (except for the CSS part) by the way. Given my experience with other blogging tools, it seems a little strange that for something "relatively simple", I still need to go the the extent of using MySQL queries? As in, there are no existing functions which can perhaps do 80% of the functionality, for example (with the remaining done through additional PHP)?

My question is then, and mainly aiming at the experienced Drupal users, is this a common situation as far as customization is concerned?

Story.Module No longer submiting

In the past 24hrs I have added img_assist module and and inline.module(cvs) in an effort to add inline images to posts.

I have disabled and removed the inline module as It didnt seem to wnat to play the game and img_assist performing beyond expectation.

Testing bad behavior module

I installed this new module on my site http://capmex.biz and it seems to be working just fine, blocking only spambots. But after reading in another forum reports about real users being blocked, I'm not so sure if it's completely safe to use it.

I would like to ask other members, specially those with privacy settings or firewalls, to visit my site and check if they are not blocked by the module. In case someone gets blocked, please post here with details about your user agent, platform, etc.

Pages

Subscribe with RSS Subscribe to RSS - General discussion