My site is brand new. Still building it. No users yet other than myself. It's a Drupal 4.6.6

When I try to create content I get a blank white page except for:

Fatal error: Call to undefined function: taxonomy_node_validate() in /home/devill/public_html/modules/taxonomy.module on line 913

My line 913 says:
taxonomy_node_validate($node);

I'm using several modules.
I've applied all the patches per each new module. The only patch I remember applying to the taxonomy module is the one found in the og_forum folder for Organic Groups.
I ran all the mysql files.
And I configured everything the READMEs told me to (except adding folksonomy for group albums, maybe later).
Yet I still get that error message.

I'm learning everything pretty quickly, but I can't seem to figure this one out, and there were no answers in the forum when I did a search.
Can anyone tell me how to fix this, please?

~Total newbie giving myself a crash course in webmastering as of March 2006.~

Comments

DeVill-1’s picture

Really need some help here.

Please?

~Total newbie giving myself a crash course in webmastering as of March 2006.~

venkat-rk’s picture

Try deleting the patched taxonomy module and using the regular one instead. If your site works, it means your patched module is causing the problem.

I would strongly advise you against trying OG if you are just venturing into Drupal or webmastering. There are plenty of issues relating to OG in 4.6 that are still being sorted out, so why make things so difficult for yourself first up?

DeVill-1’s picture

Thanks for the help.
But I figured out that the problem was caused by patching the Taxonomy module with the GoJoinGo patch AND the Organic Groups patch.
So, since the OG patch only added one charachter to one line, and the GJG patch wanted to delete that whole line anyway, I just decided to delete that line.
Both the OG AND the GJG mods seem to be working with the Taxonomy mod now, and I'm able to create all kinds of content.
Not bad for a newbie who didn't know what a patch was 2 weeks ago, and now patches EVERYTHING by hand, huh? LOL

Anyway,
I'm using the OG mod 'cause it seems like the best mod to suit my site's needs.
If anything comes up that I can't fix, I'll probably find the answer somewhere on this site.

Thanks anyway.

~Total newbie giving myself a crash course in webmastering as of March 2006.~

venkat-rk’s picture

Thanks for sharing all that information too. You are really brave:-)

The mix of OG, GoJoinGo and taxonomy patches still give me the jitters. I will keep some of your pointers in mind.