I get this: Fatal error: Call to undefined function scrap_get_types() in /home/realcoac/public_html/modules/user_board/user_board_userpoints/scrap_userpoints.module on line 24

Comments

kbahey’s picture

Status: Active » Closed (fixed)

This is in a module called scrap_userpoints, not in userpoints itself. The scrap_userpoints module is custom developed and is not downloadable from drupal.org.

Please contact the person or company that developed this custom module for you site.

coachstevetoth’s picture

"Please contact the person or company that developed this custom module for you site."

than answer doesn't help me at all and I didn't have anyone custom develop it for me "The scrap_userpoints module is custom developed"

Any suggestions what to do next?

kbahey’s picture

The message you are getting is: "Fatal error: Call to undefined function scrap_get_types() in
/home/realcoac/public_html/modules/user_board/user_board_userpoints/scrap_userpoints.module".

The problem is in the scrap_userpoints.module.

Disable that module and try again. If the message goes away, report the issue to the author of the user_board project.

coachstevetoth’s picture

I have removed the User Board Module and now it is working fine

Thanks