PDA

View Full Version : Help Installing Drupal


lomarb
08-13-2006, 01:55 AM
I am trying to install drupal, i got past most of the problems, but the newest problem that arose was that since I couldnt upload .module files. This leaves me with a

Fatal error: Unknown function: node_get_types() in /hosted/subs/ulmb.com/l/o/lomarb/public_html/community/includes/theme.inc on line 248

which the drupal website says is placed into the 'node.module' file.
I was wondering if it were possible to allow .module files.

Thanks.

Tyler
08-13-2006, 02:33 AM
can you change the extention to .php then do a general search in the whole script to change it from node.module to node.php?

lomarb
08-13-2006, 02:52 AM
Its odd because not i cant even start the install so i cant get to try the name changes.

lomarb
08-13-2006, 03:45 AM
I got it, the .module functions were my sql script, I changed those and the extensions and now it works. Thanks!