From: David C. R. <dr...@xo...> - 2003-12-02 23:42:38
|
Hi: Ran into this error when creating a new account in OI2: Can't locate object method "_send_user_email" via package "OpenInteract2::Action::NewUser" (perhaps you forgot to load "OpenInteract2::Action::NewUser"?) at C:\OI2\WEB\FirstSite\tmplib/OpenInteract2/Action/NewUser.pm line 33. Believe this error was caused by a typo -- fixed it by changing "_send_user_email" to "_send_new_user_email" in OpenInteract2::Action::NewUser line 33. Dave |