Okay, here's the deal. On a fairly fresh install of Drupal 4.6.3, I tried to install the directory.module from cvs (it is not available on the Modules page), but when I go to settings --> directory, I get an all-white or blank page with what appears to be a PHP error:
"Fatal error: Call to undefined function: node_get_types() in /[path]/modules/directory.module on line 52"
(Square brackets and text within are my paraphrase.)
I seem to have run into a bug...? Fresh install of Drupal 4.6, on Windows XP, Apache 2, mySql5 and PHP5...
Other than the problem noted in my comment on the http://drupal.org/node/40190 post.... I have found I have no menu items for the installed modules... Additionally, this may be the cause; the sql dump resulted in the following error...
I've just brought up my first Drupal site. I've installed TinyMCE and confirmed that it works in the following situations:
* creating new content (page, story, comment)
* editing a new page or story
However, TinyMCE is unavailable when editing existing comments. Is this to be expected or is the a configuration parameter that will allow this?
Thank you. I've been very impressed with the Drupal community and knowledgebase as I've gone through the process of bringing up this site.
Scott
I've got the store set up so that users don't have to log in to order products. However, when a user would try to check out, the first page they get is the page to enter the shipping/billing... when they do that, they're greated with a page alerting them that they're missing some required fields:
* You need to select a shipping address.
* You need to select a billing address.