Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi, I am trying the member module recently, the feature is pretty awesome. It just when I trying to install the all 5 templates, it showed this error message "ERROR! Unknown tag: "get_flash".

I can install login.php, index.php, but not lost-password.php, register.php and profile.php, it keeps showing error above. I already login as superadmin, what part am I missed?
Never mind. I referred to your answer on other posts. Just removed //

require_once( K_COUCH_DIR.'addons/cart/session.php' );
require_once( K_COUCH_DIR.'addons/cart/cart.php' ); // automatically includes session

form these two codes solved this error.
2 posts Page 1 of 1