Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Has anyone had any luck with the adv_general_sweep_add feature? I need some advice in the way of opening the Surfacing module when activating my module. Thus far I have the following
:after-initialization '(if (equal (sd-module-active-p "SURFACING") nil) (progn
(sd-display-alert "Activating the Surfacing module" :icon :info :auto-close-time 1.25)
(sd-module-activate "SURFACING") ) );if
This function works great on my test machine, but when after I upload it to the servers and try it on a non-test-mach. it throws up this error