Hi!

When I i.e install the "file" module (places in the module dir and add sql table) Nothing works anymore.. Everything worked before..... HELP!!

Also, the comment for this module is "N/A"

Feel free to checkout@ Http://shrike.sytes.net

Shrike / axefish

Fatal error: Call to undefined function: node_attributes_edit() in /home/shrike/public_html/modules/file.module on line 142
(this is the error I get when I press the "Register" button)

Comments

Anonymous’s picture

sfsfs

Kjartan’s picture

That module hasn't been updated to Drupal 4 yet. Try the filestore module.

--
Kjartan

Anonymous’s picture

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1897533 bytes) in /home/shrike/public_html/includes/common.inc on line 380

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1 bytes) in Unknown on line 0

ax’s picture

by setting the php memory_limit directive to a value greater than the default 8M: either in

php.ini: memory_limit = 10M

or in

drupal's includes/conf.php: ini_set("memory_limit", "10M");

or in drupal's or your main public html's

.htaccess: php_value memory_limit 10M

hope that helps

yolandasmith’s picture

Hey Shrike, looks like the node_attributes_edit() function is missing that usually means the module you're trying to use depends on another module that isn't enabled or installed. You might want to check if there's a dependency like “node_attributes” or similar that you need to activate first.